[Resin-interest] Could not find datasource

2007-12-03 Thread Guru
Hi, I am trying to connect to Oracle 10g using Resin 3.0.14. My jdk version is 1.5.0.13. I am getting the following error while trying to lookup the datasource configured in resin.conf. Caused by: org.hibernate.HibernateException: Could not find datasource at org.hibernate.connection.DatasourceCo

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 . I am gett

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
Hi, Thanks for you immediate response. My hibernate config is as follows. java:comp/env/jdbc/RO_DS1 org.hibernate.dialect.Oracle9Dialect dev-local true true org.hibernate.cache.EhCacheProvider true Which is referring to the datasource cre

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Shane Cruz
Can you try?: jdbc/RO_DS1 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, T

[Resin-interest] class cache problems

2007-12-03 Thread Paolo Andrés Olaya C .
Hi all, i have a problem when i upload a class to my resin 2.1, the Server don't reload the class. I try all solutions, change class-upload-interval, cache-mapping, cache time, but nothing Works the old class is not rewriting even when i restart the Server. Any ideas or solutions? Thanks ___

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
Hi, I have tried this also. But no luck. On Dec 3, 2007 12:08 PM, Shane Cruz <[EMAIL PROTECTED]> wrote: > Can you try?: > > > > jdbc/RO_DS1 > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Guru > *Sent:* Monday, December 03, 2007

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Guru
This is the stack trace, there is no data source name printed here. In my earlier logs I could see the data source name used "INFO -- Using datasource: java:comp/env/jdbc/RO_DS1". 03 Dec 2007 11:51:13 -- INFO -- JNDI InitialContext properties:{} 03 Dec 2007 11:51:13 -- FATAL -- Could not find data

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Mattias Jiderhamn
Look in the Hibernate log for "Could not find datasource" (fatal level) and you'll see what reference is actually used. If you have info-level, also look for "JNDI InitialContext properties" and post here. /Mattias Guru wrote (2007-12-03 20:53): > Hi, > > I have tried this also. But no luck. > >

Re: [Resin-interest] PHP probes

2007-12-03 Thread Scott Ferguson
On Dec 1, 2007, at 7:17 AM, Jason Chodakowski wrote: > Should Resin be reacting this way to probes for php vulnerabilities? That's been fixed for 3.1.4. Quercus should be returning a 404. The 3.1.4 release will include some other fixes related to those PHP probes. One of the vulnerabilities