Have you tried to deploy standard JBI components with the JBoss deployer ? The problem with deploying serviceimx.xml configuration files is that there is no classloader mechanism to help you, so you need to put all the needed jars in the JBoss classpath, and it will depend on which components you use.
But you're right, not all jars are needed and all specification jars should not be copied to the jboss classpath. I can list the minimum set, but it will not be sufficient, depending on your configuration file. On 8/9/06, rlavoie <[EMAIL PROTECTED]> wrote:
I been struggling to get ServiceMix with JBoss. Some information is not accurate such as this bit here: "Note that if you are planning on using the components that ship with ServiceMix there libraries are not included in the ServiceMix JBoss deployer, therefore you will need to copy your $SERVICEMIX_HOME/lib and $SERVICEMIX_HOME/lib/optional directories to your application server's library path (ie. $JBOSS_HOME/server/default/lib)." - Why would all the geronimo classes have to be included? - The optional directory($SERVICEMIX_HOME/lib/optional) is empty, in fact the jars needed for the components seem to be located at : \apache-servicemix-3.0-M2-incubating\components\lib Could someone please clarify what classes are needed for JBoss please. At this point, following just the instructions provided on the JBoss-deployer page does not provide a working setup. Removing the geronimo classes fixes all teh security errors I had in the stack traces, but I d to know what exactly is needed. -- View this message in context: http://www.nabble.com/jboss-integration-tf2079215.html#a5727153 Sent from the ServiceMix - User forum at Nabble.com.
-- Cheers, Guillaume Nodet
