2 Replies Latest reply on May 6, 2014 9:36 AM by davsclaus

    Fuse ESB to Fuse Service Works

    atul.kumar

      I wrote a camel file transformation component on camel springs. I deployed it on Fuse ESB 6.0 and it ran successfully. Now, I need to deploy the same component to Fuse Service Works (JBoss 7.1). I am not sure how to bundle it, or what all changes will go in pom.xml.

       

      Please help with the steps that I need to take to migrate.

       

       

        • 1. Re: Fuse ESB to Fuse Service Works
          kcbabo

          You will want to use a WAR deployment for Fuse Service Works.  Check out the quickstarts/camel/camel-example-cxf-tomcat application in your FSW 6.0 distribution for an example of how to package your application.

          • 2. Re: Fuse ESB to Fuse Service Works
            davsclaus

            Mind that JBoss Fuse is more similar to Fuse ESB so you would be able to deploy to JBoss Fuse in the same way you do in Fuse ESB.

             

            Also note that JBoss Fuse Service Works is working on adding support for running on the same OSGi container as JBoss Fuse does, eg Apache Karaf. So in the future deploying to either JBoss Fuse or Fuse Service Works can be similar.