That ClientFactory warning is a known issue when starting as a SAR, WAR or any deployment that is not standlone ServiceMix. This log message is harnless and will affect you only if you need to use the ClientFactory to get a client instance and send straight into the ServiceMix router from another application deployed on the same app server instance.
You can track this issue here: https://issues.apache.org/activemq/browse/SM-1206 Chris On Feb 7, 2008 7:16 AM, puneetjain <[EMAIL PROTECTED]> wrote: > > Hi Chris, > > Thanks for the solution. The input is really valuable to me. > > Mean while I tried a work arround to resolve the problem is I just > replaced > the servicemix jars with the new version and this start working exception > one thing. While deploying the deployer sar ClientFactory could not > started. > > Exception Log is attached below: > http://www.nabble.com/file/p15334768/servicemix-jboss-deployer.txt > servicemix-jboss-deployer.txt > > > > Thanks, > Puneet > > > > Chris Custine (Apache) wrote: > > > > There are currently a few things that need to be fixed for ServiceMix > > 3.2.1to work with the JBoss deployer. For a workaround you can modify > > the jboss > > deployer pom.xml as outlined here: > > http://markmail.org/message/7dx3vkuwxghwlt3u and update the servicemix > > version property to any of the 3.2 or 3.3 versions. > > > > The JBoss libraries used to compile the deployer are just interfaces so > > you > > don't really need to alter the JBoss version. I have deployed the > > installer > > produced by this config in 4.2.2 with no problems. > > > > Thanks, > > Chris > > > > On Feb 6, 2008 4:33 AM, puneetjain <[EMAIL PROTECTED]> wrote: > > > >> > >> Hi, > >> > >> I am to integrate serviecmix with jboss. > >> I would like to know that will servicemix-jboss-deployer3.1.2 with work > >> with > >> jboss4.2.2GA. > >> > >> I am using servicemix version 3.2.1. but i am having the jboss deployer > >> 3.1.2. > >> Could any one please let me know where can i get the latest servicemix > >> jboss > >> jbi deployer. > >> > >> I'll be very thanks full to you. > >> > >> Regards, > >> Puneet > >> -- > >> View this message in context: > >> > http://www.nabble.com/Query-regarding-servicemix-jboss-deployer3.1.2.sar-for-jbi-tp15306487s12049p15306487.html > >> Sent from the ServiceMix - User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Query-regarding-jboss-deployer3.1.2.sar-compatibility-with-jboss4.2.2.GA-and-servicemix-3.2.1-tp15306487s12049p15334768.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
