dwarven-cleric commented on PR #119: URL: https://github.com/apache/poi-xmlbeans/pull/119#issuecomment-5688106503
Sure! I've been trying to generate Java for [NIEM 2.0](https://niem.github.io/niem-releases/2.0/). Using XMLBeans 5.4.0, the plugin generated [StructuredAddressTypeImpl.java](https://github.com/user-attachments/files/32261791/StructuredAddressTypeImpl.java). Notice that on line 476, it says "return getXmlObjectArray(PROPERTY_QSET[0], new org.apache.xmlbeans.XmlObject[0]);" The PROPERTY_QSET index should be 1 at this line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
