For those interested, this second problem comes from the fact that there are 2 jbi.xml files packged in each component 2008.01 zip file. Jboss then tries to deploy it twice. In the 3.2.2 version of the components, there was no jbi.xml in the jars (for example, in the servicemix-ftp-installer.zip, there is a jbi.xml, but not in the servicemix-ftp.jar). I then removed the jbi.xml from the jar. Is there a reason to put this jbi.xml twice in the packaging?
avermout wrote: > > 17:46:18,787 ERROR [AutoDeploymentService] Failed to update Component: > arc52683.0.tmp > javax.jbi.management.DeploymentException: Component servicemix-bean is > already installed > at > org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:304) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateExternalArchive(AutoDeploymentService.java:204) > -- View this message in context: http://www.nabble.com/Jboss-with-SM3.3-tp21017471p21048596.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
