[castor-dev] ValidationException: userlevel is a required field

2002-07-17 Thread ORTIZ,HELENE (Non-HP-France,ex1)
Hi, Using JBoss 3.0.0 and Castor 0.9.3.9, I keep getting this error message when marshalling : ValidationException: userlevel is a required field I found some messages about it on the castor dev list but it's still confused ! Is it a bug of version 0.9.3.9 ? Help ! Tahnks, Hélène -

Re: [castor-dev] Problem with node names generated when marshalling...

2002-07-16 Thread ORTIZ,HELENE (Non-HP-France,ex1)
ClassDescriptors are not getting compiled. Make sure you compile all classes including the ***Descriptor.java files. Thanks, --Keith "ORTIZ,HELENE (Non-HP-France,ex1)" wrote: > > Hi, > > I'm using Castor 0.9.3.9 to : > > - generate Java classes from XSD file with Sour

[castor-dev] Problem with node names generated when marshalling...

2002-07-16 Thread ORTIZ,HELENE (Non-HP-France,ex1)
Hi, I'm using Castor 0.9.3.9 to : - generate Java classes from XSD file with SourceGenerator, - marshall objects / unmarshall XML (using these generated Java classes) In my XSD file, I've a field named agent_id in class MyClass : In MyClass.java (generated by