Title: JMS on axis2
Here is a thread on JMS with Axis2 that may be helpful to you.

http://www.mail-archive.com/[email protected]/msg26522.html

HTH,
Ted

zze-TRABELSI Anis RD-BIZZ-ISS wrote:

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=QueueConnectionFactory&java.naming.provider.url="" : MyService

org.apache.axis2.AxisFault:
        at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
        at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
        at clientstub.MyServiceMyServiceSOAP12Port_jmsStub.AddNumbers(MyServiceMyServiceSOAP12Port_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



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to