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
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
> 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
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
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
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
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