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 2009/03/05 11:07:31 UTC

svn commit: r750407 - /servicemix/smx4/features/trunk/examples/simple/quartz.xml

Author: gnodet
Date: Thu Mar  5 10:07:31 2009
New Revision: 750407

URL: http://svn.apache.org/viewvc?rev=750407&view=rev
Log:
SMXCOMP-471: Deploying camel routes involving JBI endpoints in ServiceMix 4 does not work anymore

Modified:
    servicemix/smx4/features/trunk/examples/simple/quartz.xml

Modified: servicemix/smx4/features/trunk/examples/simple/quartz.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/simple/quartz.xml?rev=750407&r1=750406&r2=750407&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/simple/quartz.xml (original)
+++ servicemix/smx4/features/trunk/examples/simple/quartz.xml Thu Mar  5 10:07:31 2009
@@ -51,9 +51,6 @@
         </quartz:trigger>
 	</quartz:endpoint>
 	
-	<osgi:reference id="jbi" interface="org.apache.camel.Component">
-	</osgi:reference>
-
     <bean class="org.apache.servicemix.common.osgi.EndpointExporter" />
 
 </beans>