J2EE Deploytool thinks WAR file is empty
Deploytool will not deploy my application (EAR file) because it says
one of the WAR files contains no components. At the same time,
Deploytool shows that the WAR file contains a JSP file.
When I try to deploy the app using Ant, I get the following errors:
CLI171 Command deploy failed : Fatal Error from EJB Compiler -- JDO7
4030: JDOCodeGenerator: Caught an IOException initializing CMP code
generation for application 'OrderProcessingCenterEAR' module 'po-ejb':
JDO7001: Cannot findresource
com/sun/jdo/spi/persistence/generator/database/${DBVENDORNAME}.properti
es.
DO74030: JDOCodeGenerator: Caught an IOException initializing CMP code
generation for application 'OrderProcessingCenterEAR' module
'processmanager -ejb': JDO7001: Cannot find resource
com/sun/jdo/spi/persistence/generator/database/${DBVENDORNAME}.properties..
This app is part of a Sun demo (Java Pet Store Demo 1.4).
Thank you,
Tom Squillante
|