Hello all,
I'm using JBoss 4.2.3 with JBoss Messaging 1.4.4 GA alonng with PostgreSQL.
As per requirement of my software, I've to lookup the JmsXA connectionfactory to fire events.
But whenever I tried to fire an event, follwowing warning appears in the logs.
[CDATA[[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new XAResource to use for recovering non-serializable XAResource < 131075, 30, 28, 1--6961b6ca:b76b:4c8a4928:5858-6961b6ca:b76b:4c8a4928:58bb >]]>
I tried to google out several sites, and follow their instructions, but still the problems persists.
even I tried the instrcutions from http://archives.postgresql.org/pgsql-jdbc/2007-09/msg00083.php. But it too, didnt help me out...