You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Benson Margulies <bi...@basistech.com> on 2004/06/14 00:38:42 UTC

JNDI frustration

Tomcat 5.0.25
JDK 1.4.1

I'm following the instructions to create a custom bean factory for use
with JNDI.

At server initialization, the MBean code calls into my ObjectFactory to
create, successfully, the first bean.

Then, my webapp has a resource manager listener. It tries to use the
standard lookup mechanism, and gets a NamingException, with no
interesting details, with no call to my ObjectFactory.

I followed all the instructions with respect to the web.xml and
server.xml contents.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JNDI frustration

Posted by Jim Hopp <ji...@netyourwork.com>.
Take a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29255.

Benson Margulies wrote:

> Tomcat 5.0.25
> JDK 1.4.1
> 
> I'm following the instructions to create a custom bean factory for use
> with JNDI.
> 
> At server initialization, the MBean code calls into my ObjectFactory to
> create, successfully, the first bean.
> 
> Then, my webapp has a resource manager listener. It tries to use the
> standard lookup mechanism, and gets a NamingException, with no
> interesting details, with no call to my ObjectFactory.
> 
> I followed all the instructions with respect to the web.xml and
> server.xml contents.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org