You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2009/12/17 16:30:46 UTC

svn commit: r891766 - /openejb/trunk/openejb3/container/openejb-core/src/main/resources/schema/openejb.xsd

Author: jlmonteiro
Date: Thu Dec 17 15:30:42 2009
New Revision: 891766

URL: http://svn.apache.org/viewvc?rev=891766&view=rev
Log:
Update schema according to freshly added containers (MANAGED and SINGLETON).

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=891766&r1=891765&r2=891766&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 Thu Dec 17 15:30:42 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|MESSAGE"/>
+      <xsd:pattern value="BMP_ENTITY|CMP_ENTITY|STATEFUL|STATELESS|MESSAGE|MANAGED|SINGLETON"/>
     </xsd:restriction>
   </xsd:simpleType>