From: <ad...@jb...> - 2005-07-27 17:59:14
|
Yes, and what I'm saying is you could have | myejbs.jar/ | META-INF/ | ejb-jar.xml | mydomainclassesandmappings.jar | ehcache.jar | myotherjars.jar | hibernate-service.xml | When the MBean in hibernate-service.xml is deployed, it will ask the classloader for the urls in the TCL and get all four jar urls (the main jar and the embedded jars) as possibilities to search. See: http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/mx/loading/RepositoryClassLoader.html#getAllURLs() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886891#3886891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886891 |