Hi! I just did this, and it worked so easily that it was misleading. I downloaded the JBoss deployer SAR file (which for some reason gets saved as a ZIP file), then I just renamed it to .sar. Next, I dropped it in to the <JBOSS_HOME>/server/default/deploy folder. I don't think you have to restart JBoss, but you may want to just in case.
Next, open the JBoss JMX Console. You should see ServiceMix configurations at the bottom! Note that you should be using JBoss 4.x for this to work (I think). Also, any components you try to deploy need to be reconfigured according not only to the description given in the JBoss deployer page (Make sure that the "useMBeanServer" and "createMBeanServer" properties are "false" in your xml file), but also that you change the package name for all ServiceMix-supplied classes! This isn't documented, but since the deployer is still hosted with Codehaus.org, all ServiceMix classes in JBoss use "org.servicemix", rather than the new "org.apache.servicemix". Anyone know when the deployer will be updated or moved to Apache? Tim. -----Original Message----- From: solracson [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 11:16 PM To: [email protected] Subject: Jboss - Help Can someone please give me a quick point form summary of what I need to do in order to get servicemix up and running in JBOSS I've looked at the forums, articles and everything else but I just cannot manage to get the sar file built. projects I've checked out: http://svn.apache.org/repos/asf/incubator/servicemix/trunk (compiled) http://svn.codehaus.org/servicemix/branches/servicemix-2.1 (maven sar plugin) http://svn.codehaus.org/servicemix/trunk/jboss-deployer (checked out) I try running the maven sar:install in the jboss-deployer but It does not work. -- View this message in context: http://www.nabble.com/Jboss---Help-tf1986629.html#a5452192 Sent from the ServiceMix - User forum at Nabble.com.
