[jboss-user] [Beginners Corner] - Could not enlist in transaction on entering meta-aware objec

2008-02-15 Thread bowlere
Hi I am having a little trouble, and would appreciate any assistance. I have a timer bean calling stateless session bean. Both of them are annotated with | @TransactionAttribute(TransactionAttributeType.REQUIRED) | When the timer calls the session bean, I get this in the logs (the

[jboss-user] [Beginners Corner] - Re: Could not enlist in transaction on entering meta-aware o

2008-02-15 Thread bowlere
As a work-around, I have put | @TransactionAttribute(TransactionAttributeType.NEVER) | on the timer. This seems to stop the exception from being thrown. In this case it's not a problem for me as I can ensure the data integrity by hand quite easily. But I'm not really sure what I've

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ ThreadPoolFullException

2007-08-30 Thread bowlere
Solved The external app was creating a new connection for every message (DOH!). I'd copied and pasted the jms message sending code from somewhere that was running inside JBoss. That was expecting JBoss to manage a jms connection pool, whereas the external app was creating a new connection

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ ThreadPoolFullException

2007-08-30 Thread bowlere
Solved The external app was creating a new connection for every message (DOH!). I'd copied and pasted the jms message sending code from somewhere that was running inside JBoss. That was expecting JBoss to manage a jms connection pool, whereas the external app was creating a new connection

[jboss-user] [Messaging, JMS JBossMQ] - JBossMQ ThreadPoolFullException

2007-08-29 Thread bowlere
Hi, I'm running JBoss 4.2.1, with an external program delivering JMS messages to and MDB. The whole setup seems to run for a little while, but pretty soon, I start getting exceptions thrown, and after a few mins get the exceptions below. In the MDB I have a try / catch (Throwable) around the