Hi, I am trying to deploy an ear containing a Cocoon web-app on JBoss / Jetty. The problem is that when I have an ejb-client.jar in the web-inf\lib directory, jboss gives a classcastexception on the PortableRemoteObject.narrow call (probably because the home interface is in the VM twice in two different classloaders?). Anyway...
According to Jboss, the way to deal with this is to have the ejb-client jar in the EAR file itself and reference it from the meta-inf\manifest file in the Cocoon application. My problem is that referencing a jar from the manifest file doesn't seem to work. In an XSP page, the class from the ejb-client jar cannot be found. Does anyone have this setup working? Any workarounds? TIA, Michael --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>