Search:

Type: Posts; User: blahblah_gc

Search: Search took 0.09 seconds.

  1. Re: is this a bug in JAXB or a problem of me?

    I think I know how to retrieve the a, b, and c individually,

    It seems all the instances are stored in this one List<Object> aOrBOrC; and I simply
    need to loop through the list and use the...
  2. Re: is this a bug in JAXB or a problem of me?

    This produce



    protected List<A> a;
    protected List<B> b;
    protected List<C> c;


    But as soon as
  3. is this a bug in JAXB or a problem of me?

    Hi

    There is a problem that keeps puzzling me. I tried to google to find the reason and there is just none.
    Therefore, I am not sure if somebody might know.

    Say I have a schema like the...
  4. why jaxb converts the elements in with one variable connected with Or?

    Hi

    This has been puzzling me, that is if I have a schema like the following,

    <xs:element name="api">
    <xs:complexType>
    <xs:choice maxOccurs="unbounded">
    ...
Results 1 to 4 of 4