Tomáš Kraus
Tomáš Kraus
* **Issue Imported From:** https://github.com/javaee/jaxb-v2/issues/1096 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @glassfishrobot
@glassfishrobot Commented Reported by Andy_K
@glassfishrobot Commented slavb18 said: With package-level annotations (adaptors from com.migesok:jaxb-java-time-adapters) @XmlJavaTypeAdapters( { @XmlJavaTypeAdapter(type = LocalDate.class, value = LocalDateXmlAdapter.class), @XmlJavaTypeAdapter(type = LocalTime.class, value = LocalTimeXmlAdapter.class), @XmlJavaTypeAdapter(type = LocalDateTime.class, value = LocalDateTimeXmlAdapter.class)...
@glassfishrobot Commented slavb18 said: Only field-level annotations work (e.g. @XmlSchemaType(name="dateTime") placed directly on field
@glassfishrobot Commented Was assigned to yaroska
@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-1096
@slavb18 Commented Only field-level annotations work (e.g. @xmlschematype(name="dateTime") placed directly on field
* **Issue Imported From:** https://github.com/javaee/jaxb-v2/issues/996 * **Original Issue Raised By:**@glassfishrobot * **Original Issue Assigned To:** @glassfishrobot
@glassfishrobot Commented Reported by pcb
@glassfishrobot Commented ilyaz said: This issue has not yet been addressed but is still very important to us (I'm from the same company as the reporter of this issue). It...