Doru Sular wrote:
> I have the attached schema from which I inted to generate java object.
> Everything looks fine, except the fact that the generated classes don't
> have support for adding objects corresponding to "unbounded" schema
> definition.
>
> The ant task for generating classes is attached also.
>
> IMO, I think that the genereated interface Produkt must have an "addXXX"
> method in order to give me the possibility to add more produkt elemets.
>
> Please help me in this issue,
Hi, Doru,
first of all, you've been picked the wrong mailing list. This is the
JaxMe1 mailing list. JaxMe 1 is the predecessor of JaxMe 2, which you
are using. The proper mailing list is [EMAIL PROTECTED] See
http://ws.apache.org/jaxme/mailinglists.html
for details. I cc this list.
Second, the "addXXX" method is something, which you probably know from
JaxMe 1. As JaxMe 2 is implementing the JAXB specification, it has to
follow: The "addXXX(o)" method is replaced by "getXXX().add(o)".
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]