On Wed, Apr 28, 2010 at 9:03 PM, Fabio A. Miranda <[email protected]> wrote: > On Wed, 2010-04-28 at 07:38 -0700, andreyo wrote: > >> I'm trying to install \examples\servicemix-web war archive with embeded >> servicemix into WebSphere 6.1.0.0 >> and facing same jmx-related problem: InstanceAlreadyExistsException >> > > Similiar deployment problems with GlassFish, I do not understand why > Apache ServiceMix does not port these WAR to common enterprise grade > application servers. > > See lirefay, they have a build for each application server, I do not > understand what is the goal of servicemix ? a JBI proof of concept or a > replacement of a commercial SOA solution. >
You could take a look at Apache Camel which fits perfect in a WAR distribution. http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html We have it running in WebSphere, WebLogic (has a problem in 2.1/2.2, but fixed in Camel 2.3), JBoss, Glassfish, Tomcat, Jetty, etc. For JBoss you need a special jar to have it working with the JBoss specific classloader it uses http://camel.apache.org/pluggable-class-resolvers.html > reagrds > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
