[jboss-svn-commits] JBL Code SVN: r34392 - labs/jbossrules/trunk/drools-server/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 29 23:48:15 EDT 2010


Author: mark.proctor at jboss.com
Date: 2010-07-29 23:48:15 -0400 (Thu, 29 Jul 2010)
New Revision: 34392

Modified:
   labs/jbossrules/trunk/drools-server/src/main/resources/camel-server.xml
Log:
-Added comment about camel-jboss

Modified: labs/jbossrules/trunk/drools-server/src/main/resources/camel-server.xml
===================================================================
--- labs/jbossrules/trunk/drools-server/src/main/resources/camel-server.xml	2010-07-30 03:33:55 UTC (rev 34391)
+++ labs/jbossrules/trunk/drools-server/src/main/resources/camel-server.xml	2010-07-30 03:48:15 UTC (rev 34392)
@@ -29,9 +29,14 @@
 	<import resource="classpath:META-INF/cxf/cxf.xml" />
 	<import resource="classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml"/> 
 	<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
-    
 
   <!--
+      !   If you are running on JBoss you will need to copy a camel-jboss.jar into the lib and set this classloader configuration 
+      |  http://camel.apache.org/camel-jboss.html
+      <bean id="jbossResolver" class="org.apache.camel.jboss.JBossPackageScanClassResolver"/>
+      -->
+
+  <!--
    !   Define the server end point.
    !   Copy and paste this element, changing id and the address, to expose services on different urls.
    !   Different Camel routes can handle different end point paths.



More information about the jboss-svn-commits mailing list