[JBoss-dev] Message Driven Bean Error

2001-09-05 Thread Torsten Glunde
Hi, I hope you can give me a little idea what goes wrong with my MDB. I really double checked all settings in jbossmq.xml, jboss.xml, ejb-jar.xml according to your example and am sure that anything should work because the error I get is happening after I start to send a message to the queue my

Re: [JBoss-dev] Message driven bean

2001-05-07 Thread Saint-Martin Cécile
>> I have this exception when : >> - i undeploy the bean >> - i send a message to the bean >> - i deploy the bean (nothing appends) >As described below: if you send messages here, the one's sent during >undeploy will also be delivered. If no messages are sent before you >undeploy, no messages w

Re: [JBoss-dev] Message driven bean

2001-05-07 Thread Peter Antman
gt; the next. > > This must be the implemented behaviour in JBossMQ, since the MDB part is > totally dependant on the JMS provider. > > //Peter > >>> >>> - Original Message - >>> From: "Saint-Martin Cécile" <[EMAIL PROTECTED]> >

Re: [JBoss-dev] Message driven bean

2001-05-07 Thread Saint-Martin Cécile
ur in JBossMQ, since the MDB part is totally dependant on the JMS provider. //Peter >> >> - Original Message - >> From: "Saint-Martin Cécile" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Friday, May 04, 2001 3:04 PM >> Su

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread pra
>> >> - Original Message - >> From: "Saint-Martin Cécile" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Friday, May 04, 2001 3:04 PM >> Subject: Re: [JBoss-dev] Message driven bean >> >> >> >> >>

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread Peter Antman
> To: <[EMAIL PROTECTED]> > Sent: Friday, May 04, 2001 3:04 PM > Subject: Re: [JBoss-dev] Message driven bean > > > > >>The only way to take down a container is by undeploying the bean. >> >>To check if durable work, create your bean. Deploy it b

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread Saint-Martin Cécile
connection:javax.jms.JMSEx ception: Cannot close properly the connection - Original Message - From: "Saint-Martin Cécile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 3:04 PM Subject: Re: [JBoss-dev] Message driven bean >The only way to take down a co

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread Saint-Martin Cécile
>The only way to take down a container is by undeploying the bean. > >To check if durable work, create your bean. Deploy it by copying it to >deploy/. Send some messages. Remove it from deploy. Send some messages. >Copy it in again. If it recives the messages sent when it was undeployed >durable

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread Peter Antman
On 4 Maj, Saint-Martin Cécile wrote: > > >>> I'm testing MDB with Jboss, i wrote a MDB wich destination is a durable >>> topic. When i stop ContainerFactoy service, Jboss clear all instances of > the >>> MDB and it's OK. >>> But when i restart this service, it doesn't re-create the pool of MDB

Re: [JBoss-dev] Message driven bean

2001-05-04 Thread Saint-Martin Cécile
>> I'm testing MDB with Jboss, i wrote a MDB wich destination is a durable >> topic. When i stop ContainerFactoy service, Jboss clear all instances of the >> MDB and it's OK. >> But when i restart this service, it doesn't re-create the pool of MDB >> instances. Is it a bug? >Hi, It is possible

Re: [JBoss-dev] Message driven bean

2001-05-03 Thread pra
On 3 Maj, Saint-Martin Cécile wrote: > Hello, > > I'm testing MDB with Jboss, i wrote a MDB wich destination is a durable > topic. When i stop ContainerFactoy service, Jboss clear all instances of the > MDB and it's OK. > But when i restart this service, it doesn't re-create the pool of MDB > in