Hi Ryan, Servicemix 3.x also ships with ant tasks as expected by the JBI 1.0 spec. Since JBI predated Maven, it assumed ant and actually described ant tasks in the spec :)
Obviously this will create the right service unit/assembly jars, the application itself will obviously not be launched during the bootstrapping of servicemix. If this is the preferred mode, you will need to directly launch the underlying JBI components in servicemix.xml as well. Hope this helps. Cheers, Ashwin... Ryan Moquin wrote: > > Is there an easy way to run servicemix in embedded mode without maven2? I > was hoping to do it with the standard distribution by adding some > components > to the servicemix.xml, but that doesn't work since the servicemix > components > aren't deployed/running when it attempts to create those components. Is > there another way to do that easily? Or is using maven2 the best way? I > was just looking for an easy to distribute servicemix distro for > prototyping, but where I don't have to require someone to run Maven2 ... > as > much as I love Maven2, not everyone is completely thrilled with that idea. > Has anyone tried this? > > Thanks! > Ryan > > ----- --- Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence Progress Software Corporation 14 Oak Park Drive Bedford, MA 01730 --- +1-972-304-9084 (Office) +1-972-971-1700 (Mobile) ---- Blog: http://opensourceknowledge.blogspot.com/ -- View this message in context: http://www.nabble.com/Servicemix-embedded-mode..-tp21340936p21344695.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
