You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/09 09:53:44 UTC

svn commit: r472813 - in /incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf: cxf-extension-jbi.xml cxf-extension.xml

Author: ffang
Date: Thu Nov  9 00:53:44 2006
New Revision: 472813

URL: http://svn.apache.org/viewvc?view=rev&rev=472813
Log:
minor change for JBI transport initialized

Added:
    incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml   (with props)
Removed:
    incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension.xml

Added: incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml?view=auto&rev=472813
==============================================================================
--- incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml (added)
+++ incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml Thu Nov  9 00:53:44 2006
@@ -0,0 +1,34 @@
+<?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.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:foo="http://cxf.apache.org/configuration/foo"
+       xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+    
+    <bean class="org.apache.cxf.jbi.transport.JBITransportFactory" lazy-init="true">
+        <property name="bus" ref="cxf"/>
+        <property name="transportIds">
+            <list>
+                <value>http://apache.org/transport/jbi</value>               
+            </list>
+        </property>
+    </bean>
+</beans>

Propchange: incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/integration/jbi/src/main/resources/META-INF/cxf/cxf-extension-jbi.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml