[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SQLException (connection reset) from JDBC PersistenceMan

2004-09-08 Thread terol
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

[JBoss-user] [Messaging, JMS & JBossMQ] - More of the problem

2004-09-08 Thread terol
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

[JBoss-user] [Security & JAAS/JBoss] - Passing a client id as authentication information

2004-08-24 Thread terol
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