Hi Rajan,
Since ServiceMix 4, we no longer have a WAR assembly that you can easily deploy in another app server like Weblogic. We did do a setup for a customer a while ago where we were starting Equinox inside a WAR to get some legacy Eclipse RCP code working (based on Lukasz' http://dywicki.pl/2012/01/apache-aries-under-apache-tomcat/ post), but I would not recommend that approach unless you really have to. More recent versions of Weblogic should also have support for OSGi, but I never used that myself. What's probably the easiest way, is to build a simple WAR file and just run Camel inside the WAR directly to do your integration work. Something like https://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html would be fairly easy to get started with. Regards, Gert Vanthienen On Mon, Mar 17, 2014 at 2:59 PM, Rajan <[email protected]> wrote: > Servicemix upgrade from 3.x to 4.x with weblogic app server ..need guidance > on this on how to proceed > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Emed-servicemix-4-with-weblogic-app-server-tp5719633.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
