From 6793cfe485255d5bfe5881aa2e7698de335b6bd0 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 13 May 2010 20:26:32 +0000 Subject: Allow direct access to the SCA schema. Rather than via the Tuscany schema. At the moment I've turned off validation of sca namespace schema as the OASIS sca schema already includes a "value" element which is an any. So values should validate against anything. Am raising with OASIS but didn't want to do any more fiddling until I get an answer as the guts of this stuff is proving surprisingly frustrating. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944004 13f79535-47bb-0310-9956-ffa450edef68 --- .../org.apache.tuscany.sca.contribution.processor.ValidationSchema | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/assembly-xsd') diff --git a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema index a919c3f2c2..ad8ef70c3c 100644 --- a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema +++ b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema @@ -15,4 +15,5 @@ # specific language governing permissions and limitations # under the License. # -tuscany-sca-1.1.xsd +tuscany-sca-1.1.xsd +sca-1.1-cd05.xsd -- cgit v1.2.3