RE: NameNotFoundException: Name [jdbc/weblogin01b] is not bound in this Context. Unable to find [jdbc]

2014-10-29 Thread vince.webb
he current potential for having the same stuff in both. Thanks again Vince > -Original Message- > From: Daniel Mikusa [mailto:dmik...@pivotal.io] > Sent: 29 October 2014 17:10 > To: Tomcat Users List > Subject: Re: NameNotFoundException: Name [jdbc/weblogin01b] is not > b

Re: NameNotFoundException: Name [jdbc/weblogin01b] is not bound in this Context. Unable to find [jdbc]

2014-10-29 Thread Daniel Mikusa
On Wed, Oct 29, 2014 at 12:45 PM, wrote: > Hello > I'm having difficulty getting a JDBC DataSource using Tomcat 8. > > I want to define the JDBC details in server.xml so the database identified > depends on the server and not the application. It will be beneficial for me > if the applications onl

Re: NameNotFoundException

2009-04-01 Thread Ken Bowen
Is it possible you imported the file in the standalone class, but didn't import it (or use the fully qualified name) in the jsp? On Apr 1, 2009, at 2:21 PM, kcbxt8 wrote: but why does it work without any config in a stand alone java class using the same jar files. I am confused. -- View t

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: Re: NameNotFoundException > > but why does it work without any config in a stand alone > java class using the same jar files. Why do you think the class file will appear in any JNDI namespace? What in the servlet o

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
but why does it work without any config in a stand alone java class using the same jar files. I am confused. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22832640.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

RE: NameNotFoundException

2009-04-01 Thread Martin Gainty
have you checked your vignette class locates the applicable xml configuration? http://global.vignette.com/docs/V7/rel7.3/cs/cmsruntime/com/vignette/as/client/javabean/ManagedObject.html#importXML(com.vignette.as.client.common.ref.ObjectTypeRef,%20java.lang.String,%20boolean) SubclassOfManagedOb

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
I am following the structure this is class file in one of the libraries. I use the same code in stand alone java class and it works fine. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22831745.html Sent from the Tomcat - User mailing list archive at Nabb

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: NameNotFoundException > > Nested exception is:javax.naming.NameNotFoundException > javax.naming.NameNotFoundException: Name > com.vignette.as.client.ejb.SiteOps > is not bound in this Context What steps did you take to populate the JN