[jboss-user] [JBoss Tools (users)] - Re: EAR won't deploy to server

rob.stryker@jboss.com do-not-reply at jboss.com
Mon Dec 15 15:28:07 EST 2008


It's a bug.  The creation of a JBoss 5 server starts off using the .metadata folder to build the EAR, and later tries to add this folder as a scannable location.

It never gets added by JBoss because, unlike older JBoss versions, JBoss 5.0 does not use JMX as much. 

It's obvious that whatever folder you designate in the editor WILL be the folder the ear is constructed in. The way to solve this problem is to make sure the folder that the server is already scanning (server/default/deploy) is the one where the ear is constructed.

This can be done how I said earlier. 

It is a bug that the JBoss 5.0 server starts off building to .metadata.  It shouldnt. It should start off building to server/default/deploy, and I'm fixing that now. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196693#4196693

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196693



More information about the jboss-user mailing list