Hi all, I'm looking to create a redistributable ESB for our internal product based on servicemix. The idea is to create a preinstalled, predeployed application that can simply be started up (and have a little bit of configuration applied to point to things like our main app).
As a result, I want to be able to preinstall things like our own OSGi bundles as well as other bundles that we know we want installed (but aren't installed by default in SMX). I've done things like this in the past with JBoss (where we predeploy our app to the AS7 runtime), and was curious how to do it with servicemix? I'm assuming I can use a maven assembly, based on the assemblies I saw here: http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk/assemblies/ I also noticed in this pom file, you use a karaf plugin. Does this preinstall these features? http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-minimal/pom.xml Thanks for any feedback, John
