summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 06:30:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 06:30:43 +0000
commit47a400605c23a046cc7d1a3c5441ad1c092d8882 (patch)
tree7f082469c45f38c8d37b019793d646bfbe75e718 /branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp
parente841f0b125a692640feecea4a238ebed6bbdf4c3 (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@777397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index d6e3804f91..08570705b0 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
@@ -27,6 +27,7 @@
<d:version>1.6-SNAPSHOT</d:version>
<d:type>war</d:type>
</d:moduleId>
+
<!-- Using the shared library -->
<d:dependencies>
<d:dependency>
@@ -35,7 +36,13 @@
</d:dependency>
</d:dependencies>
- <!-- TUSCANY-1986 -->
- <d:inverse-classloading />
+ <!-- TUSCANY-2622 -->
+ <d:hidden-classes>
+ <d:filter>org.apache.axiom</d:filter>
+ <d:filter>org.apache.axis2</d:filter>
+ <d:filter>org.apache.commons</d:filter>
+ <d:filter>org.jdom</d:filter>
+ </d:hidden-classes>
+
</d:environment>
</web-app>