Unable to create JavaBean Client side exception

2004-09-10 Thread Sagar Pidaparthi
is coming back! Regards Sagar - Exception: org.xml.sax.SAXException: Unable to create JavaBean of type businessClasses.pmf.chordiant.com.Person. Missing default constructor? Error was: java.lang.InstantiationException: businessClasses/pmf/chordiant/com/Person. Code

Unable to create JavaBean....

2004-01-09 Thread "FERREIRA, Rogério Filipe Pinho"
I saw some messages in the list from people having this problem.   I understand the explanation of the problem. But there's ano thing I don't understand.   Having the same class in the TomCat CLASSPATH and the axis serializer configured in file server-config,  Axis serialize the object to

Re: Unable to create JavaBean of type . Missing default constructor? Error was: java.lang.InstantiationException

2003-08-20 Thread Steve Maring
> the response deserialization Axis tries to > instantiate the abstract class > "DataObjectAbstract" instead of the concrete class > "DataObjectConcrete". > > My client receives the following error message : > > 0 [main] ERROR client.Call - Exception

Unable to create JavaBean of type . Missing default constructor? Error was: java.lang.InstantiationException

2003-08-19 Thread karol . sibielak
es to instantiate the abstract class "DataObjectAbstract" instead of the concrete class "DataObjectConcrete". My client receives the following error message : 0 [main] ERROR client.Call - Exception: org.xml.sax.SAXException: Unable to create JavaBean of type com.xxx.xxx.xx

RE: Unable to create JavaBean of type... maybe a name space problem

2002-09-24 Thread Yu Chen
thank a lot! Chen -Original Message- From: Gregor Kova [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:34 AM To: [EMAIL PROTECTED] Subject: Re: Unable to create JavaBean of type... maybe a name space problem Hi! As the exception says the bean must have a

Re: Unable to create JavaBean of type... maybe a name space problem

2002-09-22 Thread Gregor Kovaè
throws a SAXException as bellow: > >org.xml.sax.SAXException: Unable to create JavaBean of type >de.uni.karlsruhe.info.telematik.snmp.client.Task. Missing default >constructor? Error was: java.lang.InstantiationException: >de.uni.karlsruhe.info.telematik.snmp.c

Unable to create JavaBean of type... maybe a name space problem

2002-09-22 Thread Yu Chen
Hi, all. my client throws a SAXException as bellow: org.xml.sax.SAXException: Unable to create JavaBean of type de.uni.karlsruhe.info.telematik.snmp.client.Task. Missing default constructor? Error was: java.lang.InstantiationException: de.uni.karlsruhe.info.telematik.snmp.client.Task