Hey folks, I've been given a project to maintain, and it uses servicemix. This is my first time with servicemix (or any ESB), so naturally I'm in over my head.
I more or less understand the core of the stuff, but I don't know enough to change something I'd really like to change. Right now, servicemix in its entirety is checked into svn inside the project folder. This has some pretty negative consequences (like trying to deploy the .svn directory), and I think it's inappropriate anyway. What I'd like to do is move the servicemix stuff outside, and simply deploy to it as part of the build by copying the zip files into the appropriate directories. The problem is that, the way this was handed to me, servicemix must be run by passing in a servicemix.xml file, which contains some project-specific configuration data. None of the examples I can find do things this way - they all just run servicemix as I would expect and advise you to put files in certain subdirectories to deploy them. What do I need to do with this file to deploy it, without passing it into servicemix as a parameter when the binary is run? The servicemix file is attached: http://www.nabble.com/file/p11837827/servicemix.xml servicemix.xml Thank you. -- View this message in context: http://www.nabble.com/ServiceMix-newbie-question---where-to-put-servicemix.xml-file--tf4160520s12049.html#a11837827 Sent from the ServiceMix - User mailing list archive at Nabble.com.
