Re: Problem during shutdown when using JMS in a GBean

2008-01-08 Thread ivanrc
@geronimo.apache.org Subject: Problem during shutdown when using JMS in a GBean Date: Thu, 01 Mar 2007 11:43:38 -0400 I have a problem trying to utilize a JMS queue from a GBean in Geronimo 1.1.1. I believe I have correctly injected the Queue Factory, as writing messages to the queue seems to work

Re: Problem during shutdown when using JMS in a GBean

2007-03-02 Thread Kevan Miller
On Mar 1, 2007, at 3:24 PM, Glenn Owen wrote: Hmm, seems like the rollback of the message on the queues was due to another problem. So we may not care so much, that Geronimo is throwing the exception on shutdown. Good. I was afraid there were *2* problems... ;-) However, I'm still

Problem during shutdown when using JMS in a GBean

2007-03-01 Thread Glenn Owen
I have a problem trying to utilize a JMS queue from a GBean in Geronimo 1.1.1. I believe I have correctly injected the Queue Factory, as writing messages to the queue seems to work just fine, the problem occurs when Geronimo is restarted. I get an error on shutdown, that unfortunately has the

Re: Problem during shutdown when using JMS in a GBean

2007-03-01 Thread Glenn Owen
when shutting down Geronimo if an MDB had sent any messages to another MDB. Forwarded Message From: Glenn Owen [EMAIL PROTECTED] To: user@geronimo.apache.org Subject: Problem during shutdown when using JMS in a GBean Date: Thu, 01 Mar 2007 11:43:38 -0400 I have a problem trying