When I turned the debug messages on for org.jboss category, I got also the
following exception on the console. I wonder if this could help to pinpoint the
problem:
16:38:14,852 ERROR [TxConnectionManager] There is something wrong with the pooling?
java.lang.IllegalStateException: afterComp
Some additional information:
It seems that the JMS_MESSAGES table remains empty. This probably means that the
PersistenceManager does not ever get anything written to the testDB database. It is
like the whole PersistenceManager is not working. Otherwise testDB datasource seems
to be
Hi,
I am trying to setup a JMS topic to update clients when operations on the server
are performed. The problem is ignoring the JMS messages caused by the operations the
client executed itself. To be able to do this I thought of setting a generated
session id as a principal of the aut