You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Samuli Saarinen (JIRA)" <ji...@apache.org> on 2014/05/11 00:15:48 UTC

[jira] [Created] (QPID-5757) Support JMS 2.0 in JCA resource adapter

Samuli Saarinen created QPID-5757:
-------------------------------------

             Summary: Support JMS 2.0 in JCA resource adapter
                 Key: QPID-5757
                 URL: https://issues.apache.org/jira/browse/QPID-5757
             Project: Qpid
          Issue Type: Improvement
          Components: JCA
    Affects Versions: 0.26
         Environment: Wildfly 8.1.CR1
            Reporter: Samuli Saarinen


When trying to utilize JMS 2.0 features (JMSContext) AbstractMethodError is thrown as current implementation is JMS 1.1 compatible only.

Relevant parts of the exception below:

{noformat}
Caused by: java.lang.AbstractMethodError: org.apache.qpid.ra.QpidRAConnectionFactoryImpl.createXAContext(Ljava/lang/String;Ljava/lang/String;)Ljavax/jms/XAJMSContext;
        at org.jboss.as.messaging.deployment.JMSContextProducer$JMSContextWrapper.create(JMSContextProducer.java:177) [wildfly-messaging-8.1.0.CR1.jar:8.1.0.CR1]
        at org.jboss.as.messaging.deployment.JMSContextProducer$JMSContextWrapper.getDelegate(JMSContextProducer.java:201) [wildfly-messaging-8.1.0.CR1.jar:8.1.0.CR1]
        at org.jboss.as.messaging.deployment.JMSContextProducer$JMSContextWrapper.createBytesMessage(JMSContextProducer.java:295) [wildfly-messaging-8.1.0.CR1.jar:8.1.0.CR1]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org