I've the same situation, an exploded ear with an exploded war and an exploded jar. The same application is working on JBoss 4.0.2, we're going to go in production. If I use the 4.0.3 server out of the box (with the UseJBossWebLoader = false) my application doesn't work, if I switch UseJBossWebLoader = true it works. The application has a web layer using a command that through an action class calls a SLSB that has only remote interfaces. This SLSB (called webLayer) uses some SLSBs that have only local interfaces. This "local" SLSBs use a class called DBAgent that obtains a JDBC connection from a resource pool, uses for getting or setting data in the database and then "closes" the connection releasing it to the pool. The problem I have is that I get an NoClassDefFoundError exception when an "internal" SLSB is trying to access a DBAgent. What I have to do???? I'd like to understand... Ciao
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902679#3902679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902679 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
