Re: WebObjects 5.4.1 and NPE when registering WebServices classes

2008-02-17 Thread Fabrice Pipart
Thanks for the workaround, I had the same problem :-) On Feb 16, 2008, at 10:02 PM, Daryl Lee wrote: Matthew, This is a bug that will be fixed in the next WO update. In the meantime, the workaround is to call: public static void registerWebService(String webServiceName, Class> webServiceC

Re: WebObjects 5.4.1 and NPE when registering WebServices classes

2008-02-16 Thread Daryl Lee
Matthew, This is a bug that will be fixed in the next WO update. In the meantime, the workaround is to call: public static void registerWebService(String webServiceName, Class webServiceClass,String[] allowedMethods, boolean isRPC) and passing 'null' for the allowedMethods parameter.

WebObjects 5.4.1 and NPE when registering WebServices classes

2008-02-15 Thread Matthew W. Taylor
Starting with the recent release of 5.4.1, I have encountered a strange anomaly when attempting to register web services using the methods described in the ³Web Services Programming Guide² Specifically, when invoking the followin