Author: jlmonteiro
Date: Mon Jul 6 12:31:15 2009
New Revision: 791461
URL: http://svn.apache.org/viewvc?rev=791461&view=rev
Log:
OPENEJB-1048: Missing MESSAGE enum in openejb.xsd
Just add MESSAGE in authorized types
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd?rev=791461&r1=791460&r2=791461&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd
Mon Jul 6 12:31:15 2009
@@ -181,7 +181,7 @@
<!-- Container Types -->
<xsd:simpleType name="ContainerTypes">
<xsd:restriction base="xsd:string">
- <xsd:pattern value="BMP_ENTITY|CMP_ENTITY|STATEFUL|STATELESS"/>
+ <xsd:pattern value="BMP_ENTITY|CMP_ENTITY|STATEFUL|STATELESS|MESSAGE"/>
</xsd:restriction>
</xsd:simpleType>