From: | Joost Kraaijeveld <J(dot)Kraaijeveld(at)Askesis(dot)nl> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Using PostgreSQL as JBossMQ database anyone? |
Date: | 2006-10-03 14:35:21 |
Message-ID: | 1159886121.30298.4.camel@panoramix |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi,
I want to use PostgreSQL 8.1 as JBossMQ database. I have followed the
docs I could find and now I only have 1 exception that was not there
when I use JBoss's default hsqldb (from the server.log):
2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Starting jboss.j2ee:service=EJB,plugin=invoker,binding=message-driven-bean,jndiName=local/PrintQueueHandler(at)1212229433
2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
2006-10-03 16:14:45,933 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2006-10-03 16:14:45,934 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org(dot)jboss(dot)jms(dot)jndi(dot)JNDIProviderAdapter(at)15dcc3ca
2006-10-03 16:14:45,937 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
2006-10-03 16:14:45,942 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
Is there anyone on this list who uses JBoss in combination with
PostgreSQL and is also using PostgreSQL as JBossMQ database that can
help me with this?
TIA
--
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2006-10-03 14:41:02 | Re: XA end then join fix for WebLogic |
Previous Message | fengyun | 2006-10-03 09:49:12 | '{ CALL put_umc_domain_attr (?, ?, ?)}' Can't be parsed In CallableStatement |