I have tried to run other dual test client samples with the MyService example and noticed that TestEchoBlockingDualClient is also not working (giving the same exception as the TestEchoNonBlockingDualClient).
Is there anyone successfully runs either TestEchoBlockingDualClient or TestEchoNonBlockingDualClient sample with the MyService example ? I am just trying to see if it is somehow related to my environment or Dual Clients are not working. Thanks, Gul -----Original Message----- From: Onural, Gul (CAR:SI12) Sent: Friday, September 08, 2006 10:39 AM To: [email protected] Subject: RE: Exception while running TestEchoNonBlockingDualClient I double checked that the addressing-1.0.mar is under modules directory of the Axis repository, and it is there, under : D:\Program Files\apache-tomcat-5.5.17\webapps\axis2\WEB-INF\modules Any other thoughts ? -----Original Message----- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:19 AM To: [email protected] Subject: Re: Exception while running TestEchoNonBlockingDualClient Hi Gul; You need to have addressing module in the class path or your Axis2 repository. Thanks De > > I am trying to get TestEchoNonBlockingDualClient example working with > the MyService example and getting following exception. Can anyone give > me a pointer to get this client working? > > Note MyService example is working properly with > TestEchoBlockingClient, but not with the > TestEchoNonBlockingDualClient. > > org.apache.axis2.AxisFault: Module not found > at > org.apache.axis2.description.AxisService.engageModule(AxisService.java > :395) > > at > org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java: > 279) > > at > userguide.clients.EchoNonBlockingDualClient.main(EchoNonBlockingDualCl > ient.java:63) > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
