RE: NullPointerException in ServiceDesc

2003-11-11 Thread Dan Gravell
Just to inform anyone having anything similar, I got round the problem by explicitly creating new instances of ServiceDesc each time. Before I was reusing the old one, clearing the Operation list and then going from there (I had noted that the operations returned were not in a defensive copy so I t

NullPointerException in ServiceDesc

2003-11-10 Thread Dan Gravell
Well, org.apache.axis.description.ServiceDesc$1.compare(ServiceDesc.java:491) to be precise... I've got an Axis installation that provides a Web Service interface to some software components behind the scenes. These software components are dynamic, in that they can be updated. At run time new Serv