[jboss-dev] Re: metadata 1.0.1.GA
jason.greene at redhat.com
jason.greene at redhat.com
Sun May 17 16:39:11 EDT 2009
Ok. That's fine
Sent from my iPhone
On May 16, 2009, at 2:12 PM, Alexey Loubyansky <alexey.loubyansky at redhat.com
> wrote:
> I'd like to include metadata 1.0.1.GA into AS 5.1.0.GA. 1.0.1.GA
> contains only one fix for https://jira.jboss.org/jira/browse/JBMETA-200
>
> There are no structural changes in the schemas, types or elements
> (except one duplicated element was removed but this schema has never
> been used by anybody except the tests, so there won't affected
> users). The fixes are useful for external tools, for JBoss there
> won't be a difference.
>
> Thanks,
> Alexey
> Author: alex.loubyansky at jboss.com
> Date: 2009-05-14 04:11:21 -0400 (Thu, 14 May 2009)
> New Revision: 88855
>
> Modified:
> projects/metadata/trunk/src/main/resources/schema/jboss-
> common_5_1.xsd
> projects/metadata/trunk/src/main/resources/schema/jboss_5_1.xsd
> Log:
> JBMETA-200
>
> Modified: projects/metadata/trunk/src/main/resources/schema/jboss-
> common_5_1.xsd
> ===================================================================
> --- projects/metadata/trunk/src/main/resources/schema/jboss-
> common_5_1.xsd 2009-05-14 07:58:41 UTC (rev 88854)
> +++ projects/metadata/trunk/src/main/resources/schema/jboss-
> common_5_1.xsd 2009-05-14 08:11:21 UTC (rev 88855)
> @@ -45,7 +45,7 @@
> consistency with the Servlet API. </xsd:documentation>
> </xsd:annotation>
>
> - <xsd:import namespace="http://java.sun.com/xml/ns/javaee"
> schemaLocation="javaee_5.xsd"/>
> + <xsd:import namespace="http://java.sun.com/xml/ns/javaee"
> schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_5.xsd"/>
>
> <xsd:group name="descriptionGroup">
> <xsd:sequence>
>
> Modified: projects/metadata/trunk/src/main/resources/schema/
> jboss_5_1.xsd
> ===================================================================
> --- projects/metadata/trunk/src/main/resources/schema/
> jboss_5_1.xsd 2009-05-14 07:58:41 UTC (rev 88854)
> +++ projects/metadata/trunk/src/main/resources/schema/
> jboss_5_1.xsd 2009-05-14 08:11:21 UTC (rev 88855)
> @@ -26,7 +26,7 @@
> <xsd:documentation>
> <![CDATA[
>
> - This is the XML Schema for the JBoss 5.0 EJB3.x deployment
> descriptor.
> + This is the XML Schema for the JBoss 5.1 EJB3.x deployment
> descriptor.
> The deployment descriptor must be named "META-INF/jboss.xml" in
> the EJB's jar file. All EJB deployment descriptors must indicate
> the JBoss schema by using the Java EE namespace:
> @@ -39,8 +39,8 @@
> <jboss xmlns="http://www.jboss.com/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
> - http://www.jboss.org/j2ee/schema/jboss_5_0.xsd
> "
> - version="5.0">
> + http://www.jboss.org/j2ee/schema/jboss_5_1.xsd
> "
> + version="5.1">
> ...
> </jboss>
>
> @@ -48,7 +48,7 @@
> the schema using the xsi:schemaLocation attribute for the
> Java EE namespace with the following location:
>
> - http://www.jboss.org/j2ee/schema/jboss_5_0.xsd
> + http://www.jboss.org/j2ee/schema/jboss_5_1.xsd
>
> ]]>
> </xsd:documentation>
> @@ -65,7 +65,7 @@
> </xsd:annotation>
>
> <xsd:import namespace="http://java.sun.com/xml/ns/javaee"
> schemaLocation="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"/>
> - <xsd:include schemaLocation="jboss-common_5_1.xsd"/>
> + <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_5_1.xsd
> "/>
>
>
> <!-- **************************************************** -->
> @@ -368,7 +368,6 @@
> maxOccurs="unbounded"/>
> <xsd:element name="service-ref" type="jboss:service-
> refType" minOccurs="0"
> maxOccurs="unbounded"/>
> - <xsd:element name="security-identity" type="jboss:security-
> identityType" minOccurs="0"/>
> <xsd:element name="resource-ref" type="jboss:resource-
> refType" minOccurs="0"
> maxOccurs="unbounded"/>
> <xsd:element name="resource-env-ref" type="jboss:resource-
> env-refType" minOccurs="0"
>
> _______________________________________________
> jboss-cvs-commits mailing list
> jboss-cvs-commits at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-cvs-commits
More information about the jboss-development
mailing list