RE: JNDI configuration with 6.0.29 Reformatted

2011-09-08 Thread Felix Schumacher
no_such_name is not bound...? Felix Anjib Man Mulepati 409-225-6216 Subject: Re: JNDI configuration with 6.0.29 Reformatted From: felix.schumac...@internetallee.de Date: Wed, 7 Sep 2011 17:17:21 +0200 To: users@tomcat.apache.org Anjib Mulepati anji

Re: JNDI configuration with 6.0.29 Reformatted

2011-09-08 Thread Anjib Mulepati
yes after changing to ds = (DataSource) envCtx.lookup(jdbc/dummy_value); i am getting javax.naming.NameNotFoundException: Name dummy_value is not bound in this Context org.apache.naming.NamingContext.lookup(NamingContext.java:770)

Re: JNDI configuration with 6.0.29 Reformatted

2011-09-08 Thread Felix Schumacher
Am Donnerstag, den 08.09.2011, 14:49 -0400 schrieb Anjib Mulepati: yes after changing to ds = (DataSource) envCtx.lookup(jdbc/dummy_value); i am getting javax.naming.NameNotFoundException: Name dummy_value is not bound in this Context

RE: JNDI configuration with 6.0.29 Reformatted

2011-09-08 Thread Propes, Barry L
And do you have an instance of the jdbc driver in more than one place? -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Thursday, September 08, 2011 2:01 PM To: Tomcat Users List Subject: Re: JNDI configuration with 6.0.29 Reformatted Am

Re: JNDI configuration with 6.0.29 Reformatted

2011-09-08 Thread Chema
      org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)       org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)       org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)      

Re: JNDI configuration with 6.0.29 Reformatted

2011-09-07 Thread Felix Schumacher
Anjib Mulepati anji...@hotmail.com schrieb: Hi All, I am trying to setup JNDI mapping for oracle JDBC Connection Pooling with Tomcat 6.0.29. This is giving me following error javax.naming.NameNotFoundException: Name dynic is not bound in this From your code and configuration I would have

RE: JNDI configuration with 6.0.29 Reformatted

2011-09-07 Thread Anjib Mulepati
Yes I am positive Anjib Man Mulepati 409-225-6216 Subject: Re: JNDI configuration with 6.0.29 Reformatted From: felix.schumac...@internetallee.de Date: Wed, 7 Sep 2011 17:17:21 +0200 To: users@tomcat.apache.org Anjib Mulepati anji...@hotmail.com schrieb: Hi All, I am

Re: JNDI configuration with 6.0.29 Reformatted

2011-09-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anjib, On 9/7/2011 11:22 AM, Anjib Mulepati wrote: Yes I am positive If you have changed your META-INF/context.xml without doing an undeploy/redeploy, Tomcat may be using an older version of the deployment descriptor than you think it is. Take a