You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/12/29 11:51:08 UTC

svn commit: r490978 - /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml

Author: gnodet
Date: Fri Dec 29 02:51:07 2006
New Revision: 490978

URL: http://svn.apache.org/viewvc?view=rev&rev=490978
Log:
SM-584: classloader problem when deploying servicemix-http under JBoss 

Added:
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml   (with props)

Added: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml?view=auto&rev=490978
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml (added)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml Fri Dec 29 02:51:07 2006
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<jboss-web>
+  <class-loading>
+    <loader-repository>
+      org.apache.commons.httpclient:loader=commons-httpclient-3.0.jar
+    </loader-repository>
+  </class-loading>
+</jboss-web>

Propchange: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/jbi/META-INF/jboss-web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml