Hello,

I'm trying to run JMS over axis2 1.2 
I create a web service called MyService which I deploy on tomcat 6.0.13
I generate the client stub and I start activemq (as JMS provider)
The problem appears when I invoke MyService, I get the following
exception :

13 nov. 2007 15:56:51 org.apache.axis2.transport.jms.JMSOutTransportInfo
getDestination
ATTENTION: Cannot get or lookup JMS destination : MyService from url :
jms:/MyService?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFa
ctory&java.naming.provider.url=tcp://P-XZZPRET103.rd.francetelecom.fr:61
616&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitial
ContextFactory : MyService
org.apache.axis2.AxisFault: 
        at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java
:434)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:373)
        at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)
        at
clientstub.MyServiceMyServiceSOAP12Port_jmsStub.AddNumbers(MyServiceMySe
rviceSOAP12Port_jmsStub.java:165)
        at service.Client.test(Client.java:27)
        at service.Client.main(Client.java:40)

Can someone help me with that?

Thanks in advance


Reply via email to