This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Expanding Common JARS - where to put classfiles?juhalindfors May 19, 2003 3:50 PM (in response to remrick)create a SAR, deploy in exploded format, touch the META-INF/xxx-service.xml file when you have new compiled classes 
- 
        2. Re: Expanding Common JARS - where to put classfiles?remrick May 20, 2003 7:25 AM (in response to remrick)Thanks Juha! I'll give that a try. 
 -Ron
- 
        3. Re: Expanding Common JARS - where to put classfiles?remrick May 23, 2003 10:11 AM (in response to remrick)Another question... do I need to create an MBean to do this? I simply wish to expand a JAR and have JBoss recognize and find the classes. It seems from all the doc/examples I've seen that creating a SAR (packaged or expanded) requires the use of a META-INF/jboss-service.xml file in order to specify an MBean. 
 I'd rather not have to require some "dummy" MBean just so JBoss can see an unpackaged JAR. I must be missing something?
 Can I simply add to the JBoss classpath in the run.bat file and have JBoss look for my classes that way?
 Thanks,
 -Ron
 
    