You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Zé Ricardo <co...@josericardo.eti.br> on 2009/09/17 19:59:46 UTC

I can't engage the addressing module of Axis2 1.5 in Eclipse

Hi devs, I keep getting the following error:

Exception in thread "main" org.apache.axis2.AxisFault: Unable to
engage module : addressing
       at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:357)

when I try to run my client in Eclipse. I have added the
addressing-1.5.mar file to my build path. It worked previously, when I
used the 1.4 version, but it's not working anymore. Does anyone know
what it can possibly be?

I'm engaging the module using:

ServiceClient sc = new ServiceClient();
sc.engageModule("addressing");

Best regards,

Zé Ricardo.