2 Replies Latest reply on May 21, 2008 6:48 PM by vaidya

    Deploying FUSE-ESB in Weblogic

    vaidya

      Hi,

       

       

      Can someone point me to information about : How to deploy servicemix in Weblogic 10 and the advantages of doing so

       

       

      From Glassfish documentation -> http://java.sun.com/developer/technicalArticles/J2EE/sunjavaee_engine/

       

       

      It seems like deploying servicemix into a J2EE container seems to be a good option in terms of transactions and security - even though I am not sure I understand the benefits of clustering as described in the article.

       

       

      Thanks much,

      Vaidya

       

      Edited by: vaidya on May 13, 2008 7:32 PM

        • 1. Re: Deploying FUSE-ESB in Weblogic
          bsnyder

          I have not done this in quite some time, but if my memory serves me correctly, you should be able to download the FUSE ESB WAR distribution and deploy that into Weblogic and then use the ServiceMix web console (screenshots available here) to deploy shared libraries, components and SAs. The other option I recall doing is deploying the FUSE ESB WAR distribution as an exploded WAR file. This allowed for changing the ServiceMix container configurations and adding other libraries to the classpath.

           

          Hope that helps.

           

          Bruce

          • 2. Re: Deploying FUSE-ESB in Weblogic
            vaidya

            Thanks for your response. Here are some of the symptoms that I came across. I am using Weblogic 10.0, fuse 3.3.0.8 and trying to deploy the war from iona.com as an exploded war.

             

            Can you please share your thoughts on what the cause(s) might be :

             

            1. Derby seems to have some issue when fuse is deployed as a war - Had to remove this section from the servicemix.xml to make progress

             

             

             

             

            <audit:jdbcAuditor container="#jbi" autoStart="false"   .../>

             

            2. Had to remove this directive from headertags.jspf

             

            <%@ taglib prefix="form" tagdir="/WEB-INF/tags/form" %>

             

             

             

             

             

             

            3. It does not seem like backport-util-concurrent-x.x.zip is actually is included as a part of the servicemix-http...zip .

             

             

             

             

             

             

            Thanks much

            Vaidya

             

            Edited by: vaidya on May 21, 2008 6:46 PM

             

            Edited by: vaidya on May 21, 2008 6:47 PM