On Sun, 24 Apr 2005, D. Rolfe wrote:
> Robert,
>
[quoted text clipped - 7 lines]
> runs with with Axis 1.1 and 1.2RC3 *totally* fails our regression
> testing....
Thanks for this - maybe RC's that I've used on other projects have been more robust
> Try you stuff with 1.1 - even if you get *different* error messages
> at least you'll get a better idea of what's going on....
I certainly do, I had to load xmlparserv2.jar grant various
permissions (in oracle) and I now I get - when running locally after a
regenerate of the java from the xsdl and a rebuild of my code
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/handlers/soap/MustUnderstandChecker
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:49)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:123)
at org.apache.axis.client.ServiceFactory.createService(ServiceFactory.java:248)
at com.Ubiquitis.MessageCentre.M2M.<init>(M2M.java:240)
....
Can't see any sign of MustUnderstandChecker in the axis jar files.
Robert

Signature
Take me to the world
A world that smiles
With streets instead of aisles
Robert Marshall - 25 Apr 2005 15:39 GMT
>> Try you stuff with 1.1 - even if you get *different* error messages
>> at least you'll get a better idea of what's going on....
[quoted text clipped - 7 lines]
> at
> org.apache.axis.client.AxisClient.<init>(AxisClient.java:49)
Ignore this it was somehow managing to load the RC3 version of the
axis jar files, must clear out the old version of the axis code in
oracle too!
Robert