[jira] [Commented] (CXF-6576) JMSDestination and setExceptionListener fails with WebSphere

2018-10-15 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CXF-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650627#comment-16650627
 ] 

ASF GitHub Bot commented on CXF-6576:
-

amrMohamedFoad opened a new pull request #459: [CXF-6576] Handle exceptions in 
MessageListener container without usi…
URL: https://github.com/apache/cxf/pull/459
 
 
   …ng setExceptionListener


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> JMSDestination and setExceptionListener fails with WebSphere 
> -
>
> Key: CXF-6576
> URL: https://issues.apache.org/jira/browse/CXF-6576
> Project: CXF
>  Issue Type: Bug
>  Components: JMS
>Affects Versions: 3.1.2
>Reporter: Alexis Willemyns
>Assignee: Christian Schneider
>Priority: Major
> Fix For: 3.2.0
>
>
> Lib is cxf-rt-transports-jms
> I have got a project where we try to use camel-cxf for SOAP over JMS.
> ConnnectionFactory is retrieved via JNDI (defined in WebSphere). Issue comes 
> on JMSDestination.createTargetDestinationListener on line 95 when it tries to 
> setExceptionListener on the Connection. In my case the Connection is a IBM 
> class with name as JMSConnectionHandle which doesn't accept call to 
> setExceptionListener; operation not permitted.
> Is there a solution? I find a lot of threads around setExceptionListener 
> because it's not apparently a supported operation by all libs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CXF-6576) JMSDestination and setExceptionListener fails with WebSphere

2017-04-20 Thread Christian Schneider (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976578#comment-15976578
 ] 

Christian Schneider commented on CXF-6576:
--

I pushed a possible solution to a branch: 
https://github.com/apache/cxf/commit/1f7241ba6017f1496e9b8aadec5c807ed05e63b4

I would be happy if you could review and report if it works for your case.

> JMSDestination and setExceptionListener fails with WebSphere 
> -
>
> Key: CXF-6576
> URL: https://issues.apache.org/jira/browse/CXF-6576
> Project: CXF
>  Issue Type: Bug
>  Components: JMS
>Affects Versions: 3.1.2
>Reporter: Alexis Willemyns
>Assignee: Christian Schneider
>
> Lib is cxf-rt-transports-jms
> I have got a project where we try to use camel-cxf for SOAP over JMS.
> ConnnectionFactory is retrieved via JNDI (defined in WebSphere). Issue comes 
> on JMSDestination.createTargetDestinationListener on line 95 when it tries to 
> setExceptionListener on the Connection. In my case the Connection is a IBM 
> class with name as JMSConnectionHandle which doesn't accept call to 
> setExceptionListener; operation not permitted.
> Is there a solution? I find a lot of threads around setExceptionListener 
> because it's not apparently a supported operation by all libs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CXF-6576) JMSDestination and setExceptionListener fails with WebSphere

2017-04-20 Thread Christian Schneider (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976356#comment-15976356
 ] 

Christian Schneider commented on CXF-6576:
--

We also have a similar issue with weblogic. I will provide a solution that 
works without a exception listener.


> JMSDestination and setExceptionListener fails with WebSphere 
> -
>
> Key: CXF-6576
> URL: https://issues.apache.org/jira/browse/CXF-6576
> Project: CXF
>  Issue Type: Bug
>  Components: JMS
>Affects Versions: 3.1.2
>Reporter: Alexis Willemyns
>
> Lib is cxf-rt-transports-jms
> I have got a project where we try to use camel-cxf for SOAP over JMS.
> ConnnectionFactory is retrieved via JNDI (defined in WebSphere). Issue comes 
> on JMSDestination.createTargetDestinationListener on line 95 when it tries to 
> setExceptionListener on the Connection. In my case the Connection is a IBM 
> class with name as JMSConnectionHandle which doesn't accept call to 
> setExceptionListener; operation not permitted.
> Is there a solution? I find a lot of threads around setExceptionListener 
> because it's not apparently a supported operation by all libs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)