2 Replies Latest reply on Aug 24, 2010 5:25 AM by f.bellan

    jUDDI cluster configuration

    f.bellan

      Hi,

      i have this situation:

      Two jboss soa servers (Node 1 and Node 2) configured in cluster mode; the jboss version is: jboss-soa-p.5.0.0.

      Servers use the same jUDDI database (in the Service guide is referred as embedded jUDDI).

      I use SQL Server 2005.

       

      I haven't problems in the servers starting phase and servers talk to each other without problems, showing me the fact that a node is live or not.

      Now i want to deploy the same service into the two servers to perform the failover. Doing so, the registry on the db doesn't register the service. I followed the user guide to configure the db and jUDDI in embedded mode.

      Can someone help me?

      thanks in advice,

      Federico

        • 1. Re: jUDDI cluster configuration
          baribal

          There is an issue in jboss-soa-p.5.0.0 (https://jira.jboss.org/browse/JBESB-3286). So you should use soa-p 5.0.2 or set "update" for the Juddi persistence.xml "hibernate.hbm2ddl.auto" property, then you can face HHH-1012 hibernate issue which was fixed only recently.

          1 of 1 people found this helpful
          • 2. Re: jUDDI cluster configuration
            f.bellan

            Thanks Eugene,

            the problem wasn't that, but i considered your answer and updated my platform to avoid the problem you arised.

            Anyway i solved my problem... i didn't read well the user guide...

            In my esb services i set the Invm scope to GLOBAL and i didn't define any message queue (JMS queue) for my services. So, services was locally registered and not remotely on db. All works fine adding JMS provider and JMS listener!

            Bye,

            Federico