You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Marek Baluch (JIRA)" <ju...@ws.apache.org> on 2009/12/16 15:13:18 UTC

[jira] Created: (JUDDI-322) All registered business services in a BusinessEntity are lost when trying to add a new BusinessEntity with the same key via RMI

All registered business services in a BusinessEntity are lost when trying to add a new BusinessEntity with the same key via RMI
-------------------------------------------------------------------------------------------------------------------------------

                 Key: JUDDI-322
                 URL: https://issues.apache.org/jira/browse/JUDDI-322
             Project: jUDDI
          Issue Type: Bug
          Components: core
    Affects Versions: 3.0
            Reporter: Marek Baluch
            Assignee: Kurt T Stam


Adding a new business entity  with a key which is already present in juddi will resolve into an update. This will replace the old business entity with the new one. It will also remove all services which are registered in the old business entity if the new one has none (or has some but different).

How to reproduce using RMI:

1) Create a new BusinessEntity and add it to the registry
2) Add some BusinessService(s) to the BusinessEntity created in the previous step
3) Create a new BusinessEntity with the same key as in step 1 and add it to the registry




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JUDDI-322) All registered business services in a BusinessEntity are lost when trying to add a new BusinessEntity with the same key via RMI

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath closed JUDDI-322.
----------------------------

    Resolution: Not A Problem

This is expected UDDI behavior as detailed in the spec:

http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908111

> All registered business services in a BusinessEntity are lost when trying to add a new BusinessEntity with the same key via RMI
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-322
>                 URL: https://issues.apache.org/jira/browse/JUDDI-322
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Marek Baluch
>            Assignee: Kurt T Stam
>
> Adding a new business entity  with a key which is already present in juddi will resolve into an update. This will replace the old business entity with the new one. It will also remove all services which are registered in the old business entity if the new one has none (or has some but different).
> How to reproduce using RMI:
> 1) Create a new BusinessEntity and add it to the registry
> 2) Add some BusinessService(s) to the BusinessEntity created in the previous step
> 3) Create a new BusinessEntity with the same key as in step 1 and add it to the registry

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.