Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
-
OS/X, Java 6, Geronimo 2.2.1
-
Patch Available
Description
openejb-jaar-2.2.xsd is not vaild. I have fixed some of the issues, mainly import issues.
Some notes:
- Updated "geronimo-application-1.2.xsd" to geronimo-application-2.0.xsd
- Replaced "naming:entity-manager-factory-ref" by "naming:persistence-context-ref": I'm not sure if that's correct
- <xs:complexType name="ejb-refType"> is already defined in geronimo-naming-1.2.xsd - but slightly different. For the meoment I removed it from the xsd, but I don't know how the remaining values should be handled
- In the complexTypes "session-beanType", "openejb-jarType", "message-driven-beanType" and "entity-beanType" there are violations of the "Unique Particle Attribution" (http://www.w3.org/TR/xmlschema-1/#cos-nonambig) in the "xs:choice" sections. I don't know how to handle that correctly.
For the changed lines, I attach a patch which could be used as basis for further work.