RE: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J

2001-11-14 Thread jroberson
Title: RE: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J We figured out what the problem is. The beans are being deployed before the JNDI tree is initialized or something. As long as the QueueConnectionFactory is gotten in the onMessage() it works. I

Re: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J

2001-11-14 Thread Kesav Kumar
Title: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J There is a serious problem in queueconnections in orion.  If you try to obtain queueconnection in MDB you will run into some kind of deadlocks.  I am not even sure what is the behaviour of this It gave

Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J

2001-11-13 Thread jroberson
Title: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J We have a MDB that processes messages, we need it to put the results in ANOTHER queue. This does not work right now, as per a couple of examples I found on the web this is what we are trying