I'm attempting to run one of the example clients from Eclipse
(sample11). 
At run time I get this error:

        Exception in thread "main" org.apache.axis2.AxisFault: Module
not found
        at
org.apache.axis2.description.AxisService.engageModule(AxisService.java:3
95)
        at
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:27
9)
        at wscaller.Client.main(Client.java:62)


I'm not clear on exactly where the '.mar' files should live. I thought
the location would be configured via a System property, but Axis
obviously isn't finding them.

        System.setProperty("axis2.home", "rampart-tute");
        
        ...

        //Engage rampart
        client.engageModule(new QName("rampart"));



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

Reply via email to