summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-12 19:48:08 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-12 19:48:08 +0000
commit616cd96c02aafed5d72c13984615dc31c4039f08 (patch)
tree3459c0fc6145847c3795185748fc78cf53a1c37e /sandbox/lresende
parent8e073f2bcb612cd19f45f8222d7c543309f813e5 (diff)
Disabling xml validation to avoid issues when deploying to geronimo-tomcat environment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende')
-rw-r--r--sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
index 540ee2858b..4d635579e7 100644
--- a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
@@ -42,4 +42,10 @@
<role-name>manager</role-name>
</auth-constraint>
</security-constraint>
+
+ <env-entry>
+ <env-entry-name>org.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled</env-entry-name>
+ <env-entry-type>java.lang.String</env-entry-type>
+ <env-entry-value>false</env-entry-value>
+ </env-entry>
</web-app> \ No newline at end of file