[castor-dev] Unmarshall-Name space problem.

2003-10-22 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Castor group,    Please help...  Unmarshaller.unmarshall(Class, org.w3c.dom.Document) is not producing the expected result when there are name spaces in document.    Details:    I have a JavaBean called Person.java which I generated from Person schema and my person document look li

Re: [castor-dev] Unmarshall-Name space problem.

2003-10-22 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi castor group, Please help. I am new to Castor and I am evaluating Castor for our project requirements. Unfortunately Unmarshaller.unmarshall method is not working as I expected. Some body please clarifies this. For your convenience I attached three Java files created by Castor

Re: [castor-dev] "location" attribute and "path" must be compared.

2003-10-22 Thread Tetsu Ito
Hello again. Does nobody think this is a BUG? If this is not a bug, how can you unmarshall this xml document ? into this bean? > > public class PropertyBean { > > public NumberBean[] defaults = new NumberBean[0]; > > public NumberBean[] options = new NumberBean[0]; > > } Anyone who has an id

Re: [castor-dev] ClassMolder NullPointerException

2003-10-22 Thread Bruce Snyder
This one time, at band camp, Jon Wilmoth said: JW>Awesome! Is this targeted for a particular release? JW>Is there anyway for me to track this? Unfortunately, no. The best suggestion I can offer is keep track of CVS. I should have this stuff checked in later this week or over the weekend. Bruce

Re: [castor-dev] Unmarshall-Name space problem.

2003-10-22 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Keith, Thanks for getting back... Here is my Schema... http://www.w3.org/2001/XMLSchema"; xmlns="http://www.w3.org/2001/XMLSchema";>

Re: [castor-dev] ClassMolder NullPointerException

2003-10-22 Thread Jon Wilmoth
Awesome! Is this targeted for a particular release? Is there anyway for me to track this? --- Bruce Snyder <[EMAIL PROTECTED]> wrote: > This one time, at band camp, Jon Wilmoth said: > > JW>Thanks! I'll go through the mapping files with > that > JW>in mind. > JW> > JW>Can some exception handli