Re: Not supported by Basic Datasource

2010-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil, On 12/14/2010 7:10 AM, Phil Steitz wrote: > On Tue, Dec 14, 2010 at 6:42 AM, SOPANMISHRA wrote: >> 1. I have posted the exact tags that i'm using in my hibernate.cfg.xml >> 2. regarding the BasicDataSource.getConnection in DBCP-1.2.2 ,I have no

Re: Not supported by Basic Datasource

2010-12-14 Thread Phil Steitz
s-"Not supported by BasicDataSource" > > -- > View this message in context: > http://old.nabble.com/Not-supported-by-Basic-Datasource-tp30418811p30453889.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > -

Re: Not supported by Basic Datasource

2010-12-14 Thread SOPANMISHRA
rce" -- View this message in context: http://old.nabble.com/Not-supported-by-Basic-Datasource-tp30418811p30453889.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr.

Re: Not supported by Basic Datasource

2010-12-10 Thread Mark Eggers
e user name and password exist in the META-INF/context.xml file. . . . . hope that helps. /mde/ - Original Message From: SOPANMISHRA To: users@tomcat.apache.org Sent: Fri, December 10, 2010 6:51:43 AM Subject: Re: Not supported by Basic Datasource 1.By normal jdbc process means witho

Re: Not supported by Basic Datasource

2010-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SOPANMISHRA, On 12/10/2010 9:51 AM, SOPANMISHRA wrote: > 1.By normal jdbc process means without implementing any datasource concept in > tomcat for my project evrything is working fine. Glad to hear it. > It is just when i do > datasource config I'

Re: Not supported by Basic Datasource

2010-12-10 Thread SOPANMISHRA
ta source and only after that I can stress upon code enhancement.i have noted and will implement it.The fact is the project is in testing environment and i have to implement the datasource and verify again including final code optimization without which it cannot be tested and put into prod

Re: Not supported by Basic Datasource

2010-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SOPANMISHRA, On 12/9/2010 12:33 PM, SOPANMISHRA wrote: > I'm getting the error "Not supported by BasicDataSource" while running a > project based on java-hibernate-tomcat server. > The project works fine if I use the normal jdbc process. What is the

Re: Not supported by Basic Datasource

2010-12-09 Thread Mark Eggers
o: users@tomcat.apache.org Sent: Thu, December 9, 2010 9:33:02 AM Subject: Not supported by Basic Datasource jdk-1.6_13 Tomcat-6.0.26 Hibernate 3.2 I'm getting the error "Not supported by BasicDataSource" while running a project based on java-hibernate-tomcat server. The project works f

Not supported by Basic Datasource

2010-12-09 Thread SOPANMISHRA
} catch (Exception ex) { ex.printStackTrace(); LOGGER.warning("Exception occured in method:getAgentDetails:Message:" + ex.getMessage()); ApplicationException apEx = new ApplicationException(); apEx.setMessage(ex.getMessage()); throw apEx; } finally { if (Validation.validate(sessionAar)) {