[ http://issues.apache.org/jira/browse/JAXME-61?page=comments#action_12355710 ]
Eric Lavarde commented on JAXME-61: ----------------------------------- Hi, I'm not completely sure it's the same issue, but here it is, feel free to correct me: I'm currently trying to package FreeMind (http://freemind.sf.net/) for Debian and Jpackage, and therefore to replace JAXB from Sun through Jaxme. I think I did everything correctly but I get the following error message: /home/ericl/freemind-0.8.0+01/freemind/build.xml:48: At file:/home/ericl/freemin d-0.8.0+01/freemind/freemind_actions.xsd, line 774, column 57: Model groups with maxOccurs > 1 are not yet supported. The lines referred to are the following: <xs:complexType name="menu_category_base"> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="base"/> </xs:choice> </xs:sequence> <xs:attribute name="name" use="required" type="xs:string"/> </xs:complexType> Don't hesitate to contact me if you need more information in order to fix this, I'm currently stuck because of this. I'm also open to a patch solution, either to version 0.5 of Jaxme, or even to the XSD file. Thanks a lot, Eric > Nested groups with multiplicity > 1 > ----------------------------------- > > Key: JAXME-61 > URL: http://issues.apache.org/jira/browse/JAXME-61 > Project: JaxMe > Type: Sub-task > Reporter: Jochen Wiedmann > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
