You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/09/17 08:05:31 UTC

svn commit: r997988 - in /camel/trunk/examples/camel-example-etl/src: main/resources/ profiles/eclipselink/META-INF/spring/ profiles/hibernate/META-INF/spring/ profiles/openjpa/META-INF/spring/

Author: davsclaus
Date: Fri Sep 17 06:05:30 2010
New Revision: 997988

URL: http://svn.apache.org/viewvc?rev=997988&view=rev
Log:
Removed osgi namespace as its no longer in use.

Modified:
    camel/trunk/examples/camel-example-etl/src/main/resources/features.xml
    camel/trunk/examples/camel-example-etl/src/profiles/eclipselink/META-INF/spring/camel-context.xml
    camel/trunk/examples/camel-example-etl/src/profiles/hibernate/META-INF/spring/camel-context.xml
    camel/trunk/examples/camel-example-etl/src/profiles/openjpa/META-INF/spring/camel-context.xml

Modified: camel/trunk/examples/camel-example-etl/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/main/resources/features.xml?rev=997988&r1=997987&r2=997988&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/main/resources/features.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/main/resources/features.xml Fri Sep 17 06:05:30 2010
@@ -26,7 +26,7 @@
        <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.jpa/1.2.0</bundle>
     </feature>
     
-    <feature name='hibernate-feauture' version='${pom.version'}>
+    <feature name='hibernate-feauture' version='${pom.version}'>
        <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.java-persistence-api-1.1.1/1.4.0</bundle>
        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.2.2_5</bundle>
        <bundle>mvn:org.springframework/spring-jdbc/2.5.6.SEC01</bundle>

Modified: camel/trunk/examples/camel-example-etl/src/profiles/eclipselink/META-INF/spring/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/profiles/eclipselink/META-INF/spring/camel-context.xml?rev=997988&r1=997987&r2=997988&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/profiles/eclipselink/META-INF/spring/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/profiles/eclipselink/META-INF/spring/camel-context.xml Fri Sep 17 06:05:30 2010
@@ -20,12 +20,9 @@
        http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring
-       http://camel.apache.org/schema/spring/camel-spring.xsd
-       http://camel.apache.org/schema/osgi
-	   http://camel.apache.org/schema/osgi/camel-osgi.xsd">
+       http://camel.apache.org/schema/spring/camel-spring.xsd">
 
-	<camel:camelContext id="camel" trace="true"
-		xmlns="http://camel.apache.org/schema/osgi">
+	<camel:camelContext id="camel" trace="true" xmlns="http://camel.apache.org/schema/spring">
 		<camel:package>org.apache.camel.example.etl</camel:package>
 	</camel:camelContext>
 
@@ -60,7 +57,7 @@
 	</bean>
 
 
-    <!-- This bean will cause OSGi server exit , so we disable it here -->
+    <!-- This bean will cause OSGi server exit, so we disable it here -->
 	<!-- lets show a simple UI to browse the database
 	<bean id="databaseExplorer" class="org.apache.camel.spring.util.MainRunner"
 		lazy-init="false">

Modified: camel/trunk/examples/camel-example-etl/src/profiles/hibernate/META-INF/spring/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/profiles/hibernate/META-INF/spring/camel-context.xml?rev=997988&r1=997987&r2=997988&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/profiles/hibernate/META-INF/spring/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/profiles/hibernate/META-INF/spring/camel-context.xml Fri Sep 17 06:05:30 2010
@@ -70,7 +70,7 @@
   </bean>
 
   <!-- lets show a simple UI to browse the database, url should be - -url without the space -->
-  <!-- This bean will cause OSGi server exit , so we disable it here -->
+  <!-- This bean will cause OSGi server exit, so we disable it here -->
   <!--
   <bean id="databaseExplorer" class="org.apache.camel.spring.util.MainRunner" lazy-init="false">
     <property name="main" value="org.hsqldb.util.DatabaseManagerSwing"/>

Modified: camel/trunk/examples/camel-example-etl/src/profiles/openjpa/META-INF/spring/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/profiles/openjpa/META-INF/spring/camel-context.xml?rev=997988&r1=997987&r2=997988&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/profiles/openjpa/META-INF/spring/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/profiles/openjpa/META-INF/spring/camel-context.xml Fri Sep 17 06:05:30 2010
@@ -65,7 +65,7 @@
 	</bean>
 
 
-    <!-- This bean will cause OSGi server exit , so we disable it here -->
+    <!-- This bean will cause OSGi server exit, so we disable it here -->
 	<!-- lets show a simple UI to browse the database -->
     <!--
 	<bean id="databaseExplorer" class="org.apache.camel.spring.util.MainRunner"