Apologies if I am missing something basic, but in trying to execute some of the samples in the the latest code from cvs I am getting an InternalErrorException. The problem code is simply:
service = new Service(); which causes a null pointer as the service does not have a configuration set. I can always set a configuration manually and use another constructor, but I would like to know if the above constructor is deprecated? Thanks, Neil