From: <ste...@jb...> - 2005-07-27 17:13:51
|
So as requested in http://jira.jboss.com/jira/browse/JBAS-2000, lets discuss this. So basically what you are saying regarding the extraction of URLs to use is that I would simply internalize that into the org.jboss.hibernate.jmx.Hibernate.startService() method rather than a deployer being needed to inject that value. I actually really like that since it will also give the added benefit of the HAR archive not necessarily needing the hbm.xml files nor the domain classes to be included at the root of the HAR archive itself; users could actually jar it seperately and just include the jar into the har since those bundled jars should then be available on the classloader you are talking about. Can I use that AbstractWebContainer.getClassLoaderURLs() method here? Or do I need to duplicate that logic over to my MBean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886829#3886829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886829 |