RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-20 Thread John Menke
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: Friday, April 20, 2001 1:19 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > I haven't been following your thread but if you leave > jboss-aut

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
David is quite correct (as is his wont) - when you make a configuration change it is usually a good idea to kill (expurgate, delete, elminiate, etc.) jboss-auto.conf. In more than good fun, danch David Jencks wrote: > I haven't been following your thread but if you leave jboss-auto.jcml lying

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread David Jencks
I haven't been following your thread but if you leave jboss-auto.jcml lying around ( and aren't using the -very- latest ( i think 2.3, maybe 2.2.1) sources you will keep getting all the mbeans from your previous runs even though you removed them from jboss.jcml. Delete jboss-auto.jcml and these

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
Robert, I used your versions of jboss.conf and jboss.jcml with the adjustments for jdbc url. (Thanks:)) It looks like it ran well. Take a look at the log though. I have this phantom datasource at the bottom again!! Where is DefaultDB coming from?? For that matter where is BlackBoxDB coming fr

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
Set loggingEnabled to true in your jcml. God willing, that will allow you to see the damned SQLException that's being thrown and eaten. -danch John Menke wrote: > It was related to that. (pg_hba.conf) I had an entry for localhost in the > pg_hba.conf. For some reason Postgresql was seeing th

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Robert Schulz
t: Friday, 20 April 2001 7:20 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > It was related to that. (pg_hba.conf) I had an entry for > localhost in the > pg_hba.conf. For some reason Postgresql was seeing the JBoss > conn

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
tarted [jdbc/PostgresDB] Starting [jdbc/PostgresDB] XA Connection pool jdbc/PostgresDB bound to java:/jdbc/PostgresDB > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of danch > Sent: Thursday, April 19, 2001 4:11 PM > To: [EMAIL PROT

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
el > > Cardin > > Sent: Thursday, April 19, 2001 2:52 PM > > To: [EMAIL PROTECTED] > > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > > > > I can't say for sure, because I don't use Postgresql... but AFAIK, you > > shoul

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
I just tried that and it still doesn't work. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel > Cardin > Sent: Thursday, April 19, 2001 2:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Data

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Daniel Cardin
I can't say for sure, because I don't use Postgresql... but AFAIK, you should use the same values for the PoolName and the Name under the XADataSource service. ie: jdbc/PostgresDB instead of jdbc/PostgresDB When JBoss hangs on the datasource binding, from my experience, it indicate