Serializer errors

2005-04-17 Thread Keith McNeill
I've noticed that there are quite a number of mails related to serializer errors. The following may or may not be helpful. I encountered a similar problem and the root cause was compiling and using the code on 2 different JDKs. I had compiled on 1.5 but was using 1.4 and this caused problems. O

ws/wsrp newbie problem

2005-04-12 Thread Keith McNeill
Etiene, further to my last message. I noticed that you have 'registrationContext' set to null. In the WSRP spec (5.1.21) it states that the 'registrationHandle' is a Required field. This means that 'registrationContext' cannot be set to null. I realise that the 'WSRPRegistration'

ws/wsrp newbie troubles

2005-04-12 Thread Keith McNeill
I've just been reading the E-Mail below, from Etiene Giraudy, and I've encountered a similar problem. My problem seems to be in the 'register' method of the WSRPRegistration' service. The workaround for this is to set dummy values on the Consumer side when initialising your parameters. e.g. inst