Re: [Resin-interest] Could not find datasource

2007-12-04 Thread Mattias Jiderhamn
application server *Subject:* Re: [Resin-interest] Could not find datasource Hi, Thanks for you immediate response. My hibernate config is as follows. property name=connection.datasourcejava:comp/env/jdbc/RO_DS1/property

Re: [Resin-interest] Could not find datasource

2007-12-04 Thread Guru
: [EMAIL PROTECTED] *On Behalf Of *Guru *Sent:* Monday, December 03, 2007 10:39 AM *To:* General Discussion for the Resin application server *Subject:* Re: [Resin-interest] Could not find datasource Hi, Thanks for you immediate response. My hibernate config is as follows

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Mattias Jiderhamn
You should probably check your Hibernate configuration. It seems you are not providing the JDNI reference to the actual DataSource. /Mattias Guru wrote (2007-12-03 17:18): Hi, I am trying to connect to Oracle 10g using Resin 3.0.14. My jdk version is 1.5.0.13 http://1.5.0.13. I am getting

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
Hi, Thanks for you immediate response. My hibernate config is as follows. property name=connection.datasource java:comp/env/jdbc/RO_DS1/property property name=dialectorg.hibernate.dialect.Oracle9Dialect /property property

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Shane Cruz
-interest] Could not find datasource Hi, Thanks for you immediate response. My hibernate config is as follows. property name=connection.datasourcejava:comp/env/jdbc/RO_DS1/property property name=dialect org.hibernate.dialect.Oracle9Dialect/property property name

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
*Sent:* Monday, December 03, 2007 10:39 AM *To:* General Discussion for the Resin application server *Subject:* Re: [Resin-interest] Could not find datasource Hi, Thanks for you immediate response. My hibernate config is as follows. property name=connection.datasource java:comp/env

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
-- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Guru *Sent:* Monday, December 03, 2007 10:39 AM *To:* General Discussion for the Resin application server *Subject:* Re: [Resin-interest] Could not find datasource Hi, Thanks for you

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Mattias Jiderhamn
] mailto:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] *On Behalf Of *Guru *Sent:* Monday, December 03, 2007 10:39 AM *To:* General Discussion for the Resin application server *Subject:* Re: [Resin-interest] Could not find datasource Hi