You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Dan Retzlaff <dr...@gmail.com> on 2008/06/23 00:04:50 UTC

JMSSessionFactory problem: "Don't understand null destinations"

Hi,

I think org.apache.cxf.transport.jms.JMSSessionFactory has a problem. If the
first call to get() has replyCapable=false, then a subsequent call with
replyCapable=true results in a null destination getting passed into
QueueSession.createReceiver, causing an exception. The easiest way to
demonstrate this is to modify the client in the jms-queue sample, moving
greetMeOneWay() before sayHi(). I am using CXF 2.1.1. Can someone confirm
and make a JIRA for this?

Thanks,
Dan

Re: JMSSessionFactory problem: "Don't understand null destinations"

Posted by Ulhas Bhole <ul...@iona.com>.
Hi Dan,

This issue is now fixed and will be available whenever next SNAPSHOT is 
deployed or you can download the latest source and build it yourself.

Regards,

Ulhas Bhole

Ulhas Bhole wrote:
> Hi Dan,
> This is a problem in handling the pooledsession.
> Here is the JIRA. https://issues.apache.org/jira/browse/CXF-1676
> Fix is on the way in few hours after I finish the test run.
>
> Regards,
>
> Ulhas Bhole
>
> Dan Retzlaff wrote:
>> Hi,
>>
>> I think org.apache.cxf.transport.jms.JMSSessionFactory has a problem. 
>> If the
>> first call to get() has replyCapable=false, then a subsequent call with
>> replyCapable=true results in a null destination getting passed into
>> QueueSession.createReceiver, causing an exception. The easiest way to
>> demonstrate this is to modify the client in the jms-queue sample, moving
>> greetMeOneWay() before sayHi(). I am using CXF 2.1.1. Can someone 
>> confirm
>> and make a JIRA for this?
>>
>> Thanks,
>> Dan
>>
>>   
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Re: JMSSessionFactory problem: "Don't understand null destinations"

Posted by Ulhas Bhole <ul...@iona.com>.
Hi Dan,
This is a problem in handling the pooledsession.
Here is the JIRA. https://issues.apache.org/jira/browse/CXF-1676
Fix is on the way in few hours after I finish the test run.

Regards,

Ulhas Bhole

Dan Retzlaff wrote:
> Hi,
>
> I think org.apache.cxf.transport.jms.JMSSessionFactory has a problem. If the
> first call to get() has replyCapable=false, then a subsequent call with
> replyCapable=true results in a null destination getting passed into
> QueueSession.createReceiver, causing an exception. The easiest way to
> demonstrate this is to modify the client in the jms-queue sample, moving
> greetMeOneWay() before sayHi(). I am using CXF 2.1.1. Can someone confirm
> and make a JIRA for this?
>
> Thanks,
> Dan
>
>   

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland