From: | "Guy Rouillier" <guyr(at)masergy(dot)com> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL (XADataSource) as Tomcat Resource |
Date: | 2006-04-06 18:39:58 |
Message-ID: | CC1CF380F4D70844B01D45982E671B230137A848@mtxexch01.add0.masergy.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
markds75 wrote:
> The only error is the exception (the Tomcat thrown exception is at the
> bottom):
>
> Caused by: <1|true|4.0.0EA4> kodo.util.InternalException: There was
> an error when invoking the static getInstance method on the
> named factory class "class
> kodo.jdbc.kernel.JDBCBrokerFactory". See the nested exception for
> details. at kodo.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:96)
> at
>
kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(Pers
istenceManagerFactoryImpl.java:43)
> ... 61 more
> Caused by:
>
com.solarmetric.apache.commons.lang.exception.NestableRuntimeException:
> There was an error duing JNDI lookup of the name
> "java:comp/env/jdbc/whisper_db". At
What is "kodo"? That is not part of the standard Tomcat installation.
At any rate, have you read the Tomcat documentation on configuring
datasources
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml? I did some quick googling on "tomcat XADataSource" and while I got
a lot of hits, none of the top 10 seemed to have achieved much success.
There are some examples of configuring the factory, so that might come
in helpful. I looked in the latest PG JDBC driver jar and I see no
support for XA there. Are you certain this is even a supported
configuration?
--
Guy Rouillier
From | Date | Subject | |
---|---|---|---|
Next Message | markds75 | 2006-04-06 20:10:02 | Re: PostgreSQL (XADataSource) as Tomcat Resource |
Previous Message | Dave Cramer | 2006-04-06 17:24:42 | Re: thread hang on execute call |