JMSUtils.createConsumer ClassCastException while connecting to JBoss Messaging
------------------------------------------------------------------------------

                 Key: WSCOMMONS-571
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-571
             Project: WS-Commons
          Issue Type: Bug
          Components: Transport
    Affects Versions: Transports 1.0
         Environment: Win XP, Eclipse Indigo, web service client(axis2 1.4) 
with jms transport 1.0, remote server JBoss 4.0.3 SP1
            Reporter: Andrey Karandey


java.lang.ClassCastException: org.jboss.mq.SpySession
        at 
org.apache.axis2.transport.jms.JMSUtils.createConsumer(JMSUtils.java:433)
        at 
org.apache.axis2.transport.jms.JMSSender.waitForResponseAndProcess(JMSSender.java:251)
        at 
org.apache.axis2.transport.jms.JMSSender.sendOverJMS(JMSSender.java:228)
        at 
org.apache.axis2.transport.jms.JMSSender.sendMessage(JMSSender.java:144)
        at 
org.apache.axis2.transport.base.AbstractTransportSender.invoke(AbstractTransportSender.java:112)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435)
        at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
        at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
        at 
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at 
com.netcracker.solutions.swisscom.assurance.integration.pta.stub.FtthRequestStub.getRcaRequest(FtthRequestStub.java:199)
        at 
com.netcracker.solutions.swisscom.assurance.integration.pta.client.jms.PTAJMSWebServiceClient.call(PTAJMSWebServiceClient.java:179)
        at 
com.netcracker.solutions.swisscom.assurance.integration.pta.client.jms.PTAJMSWebServiceClient.getCablesInformation(PTAJMSWebServiceClient.java:163)
        at 
com.netcracker.solutions.swisscom.assurance.integration.pta.client.ClientTest.test(ClientTest.java:30)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
        at 
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

JMSUtils.createConsumer trying to cast jboss.mq.SpySession to 
javax.jms.QueueSession, but SpySession doesn`t implement QueueSession. As a 
result we have ClassCastException.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to