[jboss-user] [EJB/JBoss] - Re: Hot deploying EJBs

2008-03-17 Thread FrankTheTank
Do *.jar files even get read by the JBoss hot deploy scanner? Or do you mean a *.ear? Did you replace the *.ear? Just to make sure you are using the correct files. Countless times I have tripped over that one. Are you using exploded deployment? If not, skip this part. If you are curious, read o

[jboss-user] [EJB/JBoss] - Re: Hot deploying EJBs

2008-03-16 Thread javarebel
If you deploed the application using EAR file, then just touch your application.xml file. It will restart that project only. If you are using custom ANT file, then this is very easy to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136946#4136946 Reply t