Exception while using embedded openejb for testing in eclipse

2007-11-02 Thread Per Newgro
Hi *, i try to run my SLSB Tests on an embedded openejb server - without any extra configuration. I added all required libs (try and error :-). But now i get a strange exception. (OpenEJB is in eclipse classpath). How can i reuse the eclipse classpath for my tests? Cheers Per javax.naming.Nam

Re: JNDI lookup help

2007-11-02 Thread David Blevins
On Nov 2, 2007, at 8:54 AM, Casey Rayman wrote: I'm looking at openejb as a testing environment for some entity beans. Our production environment is Weblogic. We are using the tags to force a JNDI name in our weblogic-ejb- jar.xml file. Openejb appears to allow the same tag in the openej

JNDI lookup help

2007-11-02 Thread Casey Rayman
I'm looking at openejb as a testing environment for some entity beans. Our production environment is Weblogic. We are using the name> tags to force a JNDI name in our weblogic-ejb-jar.xml file. Openejb appears to allow the same tag in the openejb-jar.xml, but seems to ignore it completely.