[jboss-user] [JNDI/Naming/Network] - Re: AXIS Web Service Cannot Perform JNDI Lookup/Cast

2007-12-05 Thread cmpaul
Hi Jaikiran, thanks for your response. I found a workaround to my issue: AXIS required myjar.jar to be in the WEB-INF/lib directory in order to compile the web service class, but once compiled, the presence of this jar was preventing me from being able to do a successful JNDI lookup inside

[jboss-user] [JNDI/Naming/Network] - AXIS Web Service Cannot Perform JNDI Lookup/Cast

2007-11-28 Thread cmpaul
Hello,This is probably an AXIS-specific issue, in which case I apologize for wasting anyone's time here, but I hope that someone who's had experience with it might be able to help.I am attempting to performing a JNDI lookup of an EJB from within my AXIS web service class. This works

[jboss-user] [EJB 3.0] - Re: Toplink Essentials as EJB3 PersistenceProvider on JBoss

2007-11-16 Thread cmpaul
I'm also having the same problem with an NPE thrown while attempting to load entities using JBoss 4.2.1.GA and Toplink. I originally thought this might be a problem with an incorrectly deployed *-ds.xml file, but there's not much to it other than specifying the connection details. Anyone