From: <ste...@jb...> - 2005-09-07 12:29:09
|
So Norman ran into an interesting issue trying out this deployer-less har stuff. Just curious if this is expected behavior... Basically, he found that you could not have mappings/classes contained in a war file. The issue was that at the time of the call into the Hibernate mbean's startService() method the classpath does not contain the appropriate entries from the war; it does contain the war file/directory itself (i.e. the top-level) but not WEB-INF/classes nor WEB-INF/lib/{jar}. He says he set up the classloaders correctly for sharing from the war. So does that sound expected? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893404#3893404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893404 |