RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-17 Thread Paul McLachlan
McLachlanGesendet: Montag, 17. September 2001 01:17An: [EMAIL PROTECTED]Betreff: RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl Thanks Dragos, this answer looked promising but I get a NPE

RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-16 Thread Paul McLachlan
riday, 14 September 2001 6:32 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Class Not Found Exception: > org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl > > > Cor, > > great that did the job. Now I got a NPE at > org.jboss.pool.jdbc.xa.XAP

RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-16 Thread Paul McLachlan
Title: Thanks Dragos, this answer looked promising but I get a NPE!   [XADataSourceLoader] Stoppedjava.lang.NullPointerException    at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataSource.java:178)   Surely someone out there must know how to use JBoss 2.4 and Oracl

AW: NPE during XADataSourceLoader with Postgres Was: Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-14 Thread Dragos Haiduc
PROTECTED] Betreff: Re: NPE during XADataSourceLoader with Postgres Was: Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl I just defined the properties to the mbean which are mentioned in the online documentation. After adding all the other attri

Re: NPE during XADataSourceLoader with Postgres Was: Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-14 Thread Mariano Kamp
I just defined the properties to the mbean which are mentioned in the online documentation. After adding all the other attributes like timeout etc., it seems to at least startup properly. Mariano On Friday 14 September 2001 11:08, Mariano Kamp wrote: > Haven't found something in the mailarchiv

NPE during XADataSourceLoader with Postgres Was: Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-14 Thread Mariano Kamp
Haven't found something in the mailarchives about this (besides to check that the database is running, which is true): --- [[JdbcProvider] Initializing [JdbcProvider] Loaded JDBC-driver:org.hsql.jdbcDriver [JdbcProvider] Loaded JDBC-driver:org.enhydra.instantdb.jdbc.idbDriver [JdbcProvider] Loa

Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-14 Thread Mariano Kamp
ursday, September 13, 2001 16:43 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Class Not Found Exception: > org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl > > > > Hi Mariano, > > Mariano Kamp wrote: > > I tried to setup a postgres datasource. Unfortuna

Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-14 Thread Mariano Kamp
Sebastian, thanks for caring. Kind of ;-) I have it in the ext/lib directory of my JDK. And the postgres driver was loaded. The class not loaded is the org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl. Does anybody know from which jar file this should come? Mariano On Thursday

RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-13 Thread Cor Hofman
. Regards, Cor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian Hauer Sent: Thursday, September 13, 2001 16:43 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

Re: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-13 Thread Sebastian Hauer
Hi Mariano, Mariano Kamp wrote: > I tried to setup a postgres datasource. Unfortunately the log says that it > doesn't find the am class. > > I am using jboss 2.4.1. Do I have to add a particular jar to the > installation? did you copy the PostgreSQL jdbc driver to the $JBOSS_HOME/lib/ext di