This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Jboss does not redeploy any changed EJB jar in deploy>myarmorris007 May 9, 2005 6:22 AM (in response to tufanocak)That's because directories with a "." in them are not recursively searched. You could "touch" the application.xml file in your myapp.ear/META-INF directory. This would force JBoss to redeploy the whole app - including your new JARs. 
 
    