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 not
mentioned username,password tag in my hibernate.cfg.xml so is there any
other bug?
3. Till now I have configured my files as asked by Chris & Mark
4. I'm
1.By normal jdbc process means without implementing any datasource concept in
tomcat for my project evrything is working fine.It is just when i do
datasource config I'm facing "not supported by basic data source" against a
method that uses a stringbuilder to form a query by retrieving values from
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 fine if I use the normal jdbc process.
For configuring datasource I strictly followed the process mentioned in
Tomcat r