Hello,

I have some problem while using Jaxb annotation:

   - I have a problem with FieldInfo processing so that I can not determine
   type definition of a field (as define in 8.9.1, table 8.3 in page 258). In
   the case of no XmlElement definition, the field is defined by Java bean
   set/add/get/is method, FieldInfo does not provide facilities to determine
   type definition associated to this field.

In fact, it stores a original method definition, so that we can decode it to
get defined type. But this solution will almostly duplicate processing twin
in as code in
org.castor.jaxb.reflection.ClassInfoBuilder.buildFieldInfo(ClassInfo,
Method).

   - Some annotations are not implemented yet such as XmlAnyAttribute,
   XmlValue, XmlID, XmlIDREF, XmlList, ect. Do you have a plan for it at this
   time?

Thanks for your response,
Le Duc Bao

Reply via email to