"marcwimmer" wrote : Hi, | | what is the correct way to add a jar-file (like utils.jar) to the ejb3-file? | | At the moment I put it in the root of the ejb3...by that the classes in there work. But when I want to transfer simple Pojos between ejb3 and war layer it won't work anymore. | (A java.lang.NoSuchMethodError exception is raised, when I try to invoke a bean by the initialcontext). | | Thanks in advance, | Marc
Since I'm also in classloading nightmare hell I'll try to help (or share the pain). IS your EJB3 jar part of an EAR? If so, is EAR isolation turned on or off? Now your WAR wants to reference the interface to your EJB3s. So where does that interface exist? In the WAR or the EJB3 jar or both? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935878#3935878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935878 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
