1 Reply Latest reply on Dec 25, 2008 11:17 PM by dhanushgopinath

    how to unregister the partner services from jbpm console

    lakshmiprasad

      Hi,

      in bpel we can register partner links through the jbpm-bpel console.
      how to unregister partner links.thanx in advace for u r help

      Regards
      prasad

        • 1. Re: how to unregister the partner services from jbpm console
          dhanushgopinath

          Hi Prasad

          Registering of a Partner Service is nothing but adding an entry into the CATALOGENTRY table. This is done through the API addEntry() in the CentralCatalog Class. So removing the entry from this class should unregister it. However there are no Remove API given for it

          So I think if you can put a HQL query to delete the entry from the DB directly, it should unregister the partner service.

          I haven't tried that yet though. Just a pointer.

          Thanks
          Dhanush