From: itsabhijit <nu...@jb...> - 2005-05-19 12:08:29
|
hi I have situation where the RAR file structure is as follows connector.jar connector-ds.xml meta-inf/ra.xml This connector.jar classes needs classes from other utility jar files which talks to my messaging bus.(proprietery messaging product). Right we are including all the necessary jar files under server classpath and re-start JBOSS 3.2.6. Is there any way where I can specify these jar files in classpath so that connector gets all these necessary jar files. So that without re-starting the server I can make these jar files available to my resource adapter. I tried packaging the jar files in RAR , modifying the class-path entry of manifest.mf of both rar and inside jar. It doesnot seem to be working. I would be extremelly thankful if some one could point better solution for this. thanks a lot abhijit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878364#3878364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878364 |