[jboss-svn-commits] JBL Code SVN: r37472 - labs/jbossesb/branches/JBESB_4_10_CP/product/docs/Programmers_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 21 10:49:07 EDT 2011


Author: tcunning
Date: 2011-09-21 10:49:07 -0400 (Wed, 21 Sep 2011)
New Revision: 37472

Modified:
   labs/jbossesb/branches/JBESB_4_10_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
Log:
JBESB-3687
Make clear that camel components and third party JARs need to be added
to the deployer, not the developer's ESB archive.


Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2011-09-19 01:13:39 UTC (rev 37471)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2011-09-21 14:49:07 UTC (rev 37472)
@@ -2370,7 +2370,10 @@
             Different Camel Components have different library dependencies.
             JBossESB only contains the camel-core.jar. You will have to add
             any other dependencies (including other camel-* jars or third
-            party jars) you require.
+            party jars) you require into 
+	    server/<profile>/deployers/esb.deployer/lib - not your ESB archive.
+            For more information on using non-core Camel components, see 
+	    <ulink url="http://community.jboss.org/wiki/CamelGatewayUsingNon-coreComponents/"/>.
         </para>		
     </note>	
 	



More information about the jboss-svn-commits mailing list