summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml')
-rw-r--r--branches/sca-java-1.5/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.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index 893fc613ed..8b943635b6 100644
--- a/branches/sca-java-1.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/branches/sca-java-1.5/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
@@ -27,6 +27,7 @@
<d:version>1.5-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>