Re: [Resin-interest] Could not find datasource

2007-12-04 Thread Mattias Jiderhamn
Seems no JNDI reference is found. Hibernate should output the reference used in the log (at least in 3.1/3.2 - what version are you using?). log.fatal( "Could not find datasource: " + jndiName, e ); Have you tried prepending the properties with "hibernate."? That is java:comp/env/jdbc/RO_DS1

[Resin-interest] anyone running resin 3 on a redhat 5.1 system?

2007-12-04 Thread Alex Sharaz
Chaps, Just fired up my standard config on an RHEL 5.1 server. Seems to work, but cpu load just sits at 100%, Kill of resin and it drops to .5% Same setup as my RHEL4 servers same JDK /config etc Anyone seen this? Alex **

Re: [Resin-interest] Could not find datasource

2007-12-04 Thread Guru
Hi, I have noticed that the driver name was missing in the hibernate datasource configuration. I have added the following and it works fine. oracle.jdbc.driver.OracleDriver Thanks for all your support. Thanks, Guru On Dec 4, 2007 3:29 AM, Mattias Jiderhamn <[EMAIL PROTECTED]> wrote: > Seem