Is there anyway to retain the minOccurs & maxOccurs attributes when using the
XJC compiler?
My problem is that I generate the Java classes for a particular schema that
limits the maximum number of occurances and these classes are then used for
the request/response for a web service. The WSDL is auto-generated by JBoss,
but it is generated with a maxOccurs="unbounded" attribute. I'm okay with
JAXB java classes not enforcing the contraint, but I'd like the constraint
to be passed through to the WSDL.
-Brett
--
View this message in context: http://www.nabble.com/Retain-minOccurs%2C-maxOccurs-attributes-tp19003599p19003599.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.