[jboss-user] [EJB 3.0] - Re: Exploded EAR
jim.barrows
do-not-reply at jboss.com
Thu Jun 5 02:34:41 EDT 2008
anonymous wrote : 17:14:17,568 INFO [EARDeployer] Init J2EE application: file:/C:/EJB3Trail.
| ear
| 17:14:17,578 ERROR [MainDeployer] Could not initialise deployment: file:/C:/EJB3Trail.ear
| org.jboss.deployment.DeploymentException: No META-INF/application.xml found
| at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133)
It looks like Jboss is looking for /C:/EJB3Trail.ear, not c:/EJB3Trail.ear. The leading '/' may be the issue. If Jboss is starting on the C: drive, then drop the C:, and if that works.... :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155859#4155859
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155859
More information about the jboss-user
mailing list