You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jamie Le Grange <ja...@googlemail.com> on 2006/01/13 13:22:41 UTC

servicemix 2.0.2 autodeploy not working correctly

hi,
i've set servicemix up to monitor the installation directory and i
assume autodeploy new installations. it doesn't seem to be working,
though, as the old components seem to hang around. occasionally, it
looks like multiple instances of the components are also deployed. my
servicemix.xml looks as follows:

the pertinent section of my servicemix.xml looks as follows:

	<sm:container
		spring:id="jbi"
		rootDir="../target/servicemix/wdir"
		useMBeanServer="true"
		createMBeanServer="true"
		installationDirPath="../target/servicemix/install"
		deploymentDirPath="../target/servicemix/deploy"
		monitorInstallationDirectory="true"
		dumpStats="true"
		statsInterval="10"
		transactionManager="#transactionManager">

i'm using servicemix 2.0.2.