[jboss-cvs] JBossAS SVN: r59038 - projects/microcontainer/trunk/kernel/src/resources/schema
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 14 07:00:52 EST 2006
Author: alesj
Date: 2006-12-14 07:00:50 -0500 (Thu, 14 Dec 2006)
New Revision: 59038
Modified:
projects/microcontainer/trunk/kernel/src/resources/schema/bean-deployer_2_0.xsd
Log:
not yet implemented - nested bean as value group element
Modified: projects/microcontainer/trunk/kernel/src/resources/schema/bean-deployer_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/kernel/src/resources/schema/bean-deployer_2_0.xsd 2006-12-14 11:58:53 UTC (rev 59037)
+++ projects/microcontainer/trunk/kernel/src/resources/schema/bean-deployer_2_0.xsd 2006-12-14 12:00:50 UTC (rev 59038)
@@ -505,7 +505,7 @@
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
- <xsd:element name="bean" type="beanType"/>
+ <!--<xsd:element name="bean" type="beanType"/>-->
<xsd:element name="value" type="plainValueType"/>
<xsd:element name="inject" type="injectionType"/>
<xsd:element name="collection" type="collectionType"/>
More information about the jboss-cvs-commits
mailing list