Hi daniel , As I see things now , this exception might be thrown because you do not have the default constructor for the class ? The old faithfull public ccccc()
This is a poor guess ... Hope it helps somehow ... dovle > Taken from the JavaDoc for java.lang.Class..... > > > Throws: > IllegalAccessException - if the class or initializer is not accessible. > InstantiationException - if this Class represents an abstract class, an > interface, an array class, a primitive type, or void; or if the > instantiation fails for some other reason. > ExceptionInInitializerError - if the initialization provoked by this method > fails. > SecurityException - if there is no permission to create a new instance. > > To find out I would modify DeploymentDescriptor to print out the stack > trace to narrow down the reason. > > Chris > > >>-----Original Message----- > >>From: [EMAIL PROTECTED] > >>[mailto:[EMAIL PROTECTED]] > >>Sent: Thursday, November 08, 2001 11:23 AM > >>To: [EMAIL PROTECTED] > >>Subject: RE: my own Serializer > >> > >> > >> > >>Hi Chris, and all the others > >> > >>in the DeploymentDescriptor.class there will be build the > >>SOAPMappingRegistry / buildSOAPMappingRegistry(..); > >>my Serializer will be found, it will loaded as class and at > >>the point it > >>wants to make an Instance / c.newInstance() > >>an Exception wil be thrown.... > >> > >>but I don�nt know why, my class implements Serializer and Desirializer > >> > >>does some has an idea > >> > >>thx > >>daniel > >>____________________________________________ > >> > >>SinnerSchrader Deutschland GmbH > >>Communication & Technology > >> > >>mailto:[EMAIL PROTECTED] > >>http://www.sinnerschrader.com > >>fon +49.(0) 40.39 88 55-0 > >>fax +49.(0) 40.39 88 55-55 > >>gasstrasse 8-16 | 22761 hamburg | germany > >>____________________________________________
