This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes problems with explode mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "problems with explode mode" Watch "problems with explode mode" New topic
Author

problems with explode mode

manuel aldana
Ranch Hand

Joined: Dec 29, 2005
Posts: 308
hi,

my application (.ear) does not deploy because it cannot find META-INF/application.xml in explode/ directory.

inside the .ear META-INF/application.xml exists, but in the extracted exploded/ directory it is not contained and that's why jboss is complaining. somehow the .ear does not unpack properly.

so two questions:
1) what do i have to look out for, that explode mode works for my .ear?
2) how or where do i disable explode mode for my .ear application?

(btw google could not help me)
thanks


aldana software engineering blog & .more
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8145
    
  52

my application (.ear) does not deploy because it cannot find META-INF/application.xml


Traverse to your yourApp.ear directory, run the following command from prompt and post the output:



This will show the contents of the exploded ear.


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problems with explode mode
 
Similar Threads
WAR inside EAR is not being deployed by WLS 8.1
hot deployment
error delploying ear file on JBOSS 3.0.8
Deploy Descriptors?
Maven Ear build