maguro 2005/10/27 15:10:14
Modified: modules/openejb-builder/src/schema corba-tss-config-2.0.xsd
openejb-jar-2.0.xsd
Log:
Updated configurations to handle realm->login-domain->principal hierarchy.
Revision Changes Path
1.3 +4 -1
openejb/modules/openejb-builder/src/schema/corba-tss-config-2.0.xsd
Index: corba-tss-config-2.0.xsd
===================================================================
RCS file:
/scm/openejb/openejb/modules/openejb-builder/src/schema/corba-tss-config-2.0.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- corba-tss-config-2.0.xsd 2 Oct 2005 05:08:26 -0000 1.2
+++ corba-tss-config-2.0.xsd 27 Oct 2005 19:10:14 -0000 1.3
@@ -51,7 +51,7 @@
targetNamespace="http://www.openejb.org/xml/ns/corba-tss-config-2.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
- xmlns:security="http://geronimo.apache.org/xml/ns/security-1.0"
+ xmlns:security="http://geronimo.apache.org/xml/ns/security-1.1"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
@@ -276,6 +276,7 @@
<!-- </xsd:complexContent>-->
<xsd:sequence/>
<xsd:attribute name="realm-name" type="xsd:string"/>
+ <xsd:attribute name="domain-name" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="ITTDistinguishedNameType">
@@ -284,6 +285,7 @@
<!-- </xsd:complexContent>-->
<xsd:sequence/>
<xsd:attribute name="realm-name" type="xsd:string"/>
+ <xsd:attribute name="domain-name" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="ITTX509CertChainType">
@@ -292,6 +294,7 @@
<!-- </xsd:complexContent>-->
<xsd:sequence/>
<xsd:attribute name="realm-name" type="xsd:string"/>
+ <xsd:attribute name="domain-name" type="xsd:string"/>
</xsd:complexType>
</xsd:schema>
1.6 +2 -2
openejb/modules/openejb-builder/src/schema/openejb-jar-2.0.xsd
Index: openejb-jar-2.0.xsd
===================================================================
RCS file:
/scm/openejb/openejb/modules/openejb-builder/src/schema/openejb-jar-2.0.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openejb-jar-2.0.xsd 15 Oct 2005 07:44:54 -0000 1.5
+++ openejb-jar-2.0.xsd 27 Oct 2005 19:10:14 -0000 1.6
@@ -50,7 +50,7 @@
xmlns:openejb="http://www.openejb.org/xml/ns/openejb-jar-2.0"
targetNamespace="http://www.openejb.org/xml/ns/openejb-jar-2.0"
xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.0"
- xmlns:security="http://geronimo.apache.org/xml/ns/security-1.0"
+ xmlns:security="http://geronimo.apache.org/xml/ns/security-1.1"
xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.0"
xmlns:pkgen="http://www.openejb.org/xml/ns/pkgen-2.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
@@ -59,7 +59,7 @@
version="1.0">
<xs:import namespace="http://geronimo.apache.org/xml/ns/naming-1.0"
schemaLocation="geronimo-naming-1.0.xsd"/>
- <xs:import namespace="http://geronimo.apache.org/xml/ns/security-1.0"
schemaLocation="geronimo-security-1.0.xsd"/>
+ <xs:import namespace="http://geronimo.apache.org/xml/ns/security-1.1"
schemaLocation="geronimo-security-1.1.xsd"/>
<xs:import namespace="http://geronimo.apache.org/xml/ns/deployment-1.0"
schemaLocation="geronimo-config-1.0.xsd"/>
<xs:import namespace="http://www.openejb.org/xml/ns/pkgen-2.0"
schemaLocation="openejb-pkgen-2.0.xsd"/>