summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/samples/store-webapp/src/main/webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 06:23:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 06:23:43 +0000
commite841f0b125a692640feecea4a238ebed6bbdf4c3 (patch)
tree2c8fcda5f6df30dd074928361cd8dc92424bb1dd /branches/sca-java-1.5/samples/store-webapp/src/main/webapp
parent5b1331d035f2960f5fdd6b45c10a0ae6f45a2501 (diff)
TUSCANY-3056 - Adding missing Geronimo deployment descriptors and fixing existent ones that were using inverse-classloading which was causing issues when deploying samples in geronimo environment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5/samples/store-webapp/src/main/webapp')
-rw-r--r--branches/sca-java-1.5/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.5/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index 4d72db7e87..d191961f95 100644
--- a/branches/sca-java-1.5/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/branches/sca-java-1.5/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
@@ -36,6 +36,7 @@
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
+
<!-- TUSCANY-2622 -->
<dep:hidden-classes>
<dep:filter>org.apache.axiom</dep:filter>
@@ -43,6 +44,7 @@
<dep:filter>org.apache.commons</dep:filter>
<dep:filter>org.jdom</dep:filter>
</dep:hidden-classes>
+
</dep:environment>
<web:context-root>/sample-store-secure-webapp</web:context-root>
</web:web-app>