1 Reply Latest reply on Aug 25, 2010 2:31 AM by hauch

    How to cleanup duplicate JMS endpoints attached to services ?

    tvraghavan

      hi,

       

      I recently conifgured my jboss-esb-4.7 to oracle datastore. Everything worked fine.

       

      I was trying few esb samples and now when I look at my contracts, I see duplicate JMS endpoints. How can I cleanup the duplicate JMS endpoints that are attached to my services (attached screen snapshot for reference).

       

      JBoss ESB - Service List_1282499250632.png

       

      Thanks,

      -Raghav

        • 1. Re: How to cleanup duplicate JMS endpoints attached to services ?
          hauch

          Take a look at the table BINDING_TEMPLATE in the database configured as juddi db (jbossesb-registry.sar/juddi-ds.xml).

          I think you might find your duplications here - and that you can solve your problem by emptying the table and restart the server (it should be populated during service deploys).

          A similar approach is to drop all tables listed in jbossesb-registry.sar/juddi_config/META-INF/persistence.xml.

           

          - Better back up your DB before trying though...