RE: How to make complex Types String objects appear as non nillable

2004-01-01 Thread Massimo Barabino
Hi, in my previous message I' ve been too specific, but I' m facing a more general problem. Is there a way to control max/minOuccurs and nillable attributes within complex Types using bean serialization? Or, if that is not possible, is there a way to specify restrictions based on a complex type?

How to make complex Types String objects appear as non nillable

2003-12-30 Thread Massimo Barabino
Hi, is it possible to make Strings in complexTypes appear as non nillable? I' m using bean serialization and every String field of my bean class is mapped into a nillable object. How can I avoid this? Thank you Massimo Barabino