Hi - I seem to get a couple of errors with the SGCCalculator:
1. out-of-the-box I get a 'log4j not properly initialised' error. I 'fxied' this by modifying the supplied client to turn off logging for the moment.
2. more seriously i get a 'module not found' when the client tries to engage the addressing module (trace below)
 
     [java] Exception in thread "main" org.apache.axis2.AxisFault: Module not found
     [java]     at org.apache.axis2.description.AxisService.engageModule(AxisService.java:395)
     [java]     at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:279)
     [java]     at sample.sgccalculator.CalcClient.main(Unknown Source)
A few questions:
 
i) should this sample work out of the box? If so, how does the client know where to find the module? (My understanding is that it would need to get the location of a 'repository' from somewhere?)
ii) is there any help on these samples - e.g. what they do, which data bindings they exercise etc.
iii) which ones have people got to work :-)
 
Many thanks
Rob

Reply via email to