Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Vaishakhi Ajmera
lt;[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 4:27 PM Subject: RE: NullPointerException while returning an arbitrary Java object > > Did you have 2 constructors, the default and the initializer? > > There is a bug in Axis which doesn't handle the case of a missing default

Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread R J Scheuerle Jr
"Vaishakhi Ajmera" To: <[EMAIL PROTECTED]> Subjec

RE: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Tom Jordahl
lways requires a default constructor (I think the JavaBean patter requires this). -- Tom Jordahl Macromedia -Original Message- From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:34 PM To: [EMAIL PROTECTED] Subject: Re: NullPointerException while returni

Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Vaishakhi Ajmera
I was finally able to resolve my issue but the resolution confuses me so I still need some insight from anyone who can give me some. My User class that I was trying to return from the webservice has a constructor as follows public User(String vFname, String vLname, String vPassword, String