| Author |
JAXB - generating XML schema problem
|
Dave Jones
Ranch Hand
Joined: Feb 20, 2005
Posts: 77
|
|
Hello all I have some java code (and interface, it's impl class and another POJO or two) and I use it to create an XML schema. Everything is ok until I have a Class containing a List. for some reason, the schema created does not recognize the List and instead creates a schema containg the object of the list (as if the list doesn't exist) I think this might be solved using an annotation but nothing I try work. Can anybody help shed some light ?? Thanks, Dave
|
 |
 |
|
|
subject: JAXB - generating XML schema problem
|
|
|