I know this is an old theme yet I've checked in the archives for an answer
and didn't find one.
I'm getting the following error:

javax.naming.NamingException: Failed to unmarshal proxy.  Root exception is
java.lang.ClassNotFoundException: btest2.Test1HomeObject_Stub (no security
manager: RMI class loader disabled)

on the lookup call:
Object ref = ctx.lookup("java:comp/env/ejb/int.eu.oami.btest2.Test1");

My ejb-jar.xml:
      <ejb-name>int.eu.oami.btest2.Test1</ejb-name>
      <home>btest2.Test1Home</home>
      <remote>btest2.Test1</remote>
      <ejb-class>btest2.Test1Bean</ejb-class>
      <session-type>Stateless</session-type>
..

It works fine with Weblogic and BAS with 
Object ref = ctx.lookup("int.eu.oami.btest2.Test1");
But they have proprietary xml files which register the JNDI lookup name...

Any ideas welcome.
Thanks,
Noam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to