jUDDI does not register all services received in GetSubscriptionResult.
-----------------------------------------------------------------------
Key: JUDDI-370
URL: https://issues.apache.org/jira/browse/JUDDI-370
Project: jUDDI
Issue Type: Bug
Components: core
Affects Versions: 3.0.1
Reporter: Marek Baluch
Assignee: Kurt T Stam
>From the log (eg. line 2030 and line 2045) it's clear that for each service
>received in GetSubscriptionResult the XRegisterHelper class first registers
>the BusinessEntity and then the BusinessService.
This would be great if XRegistration class would not do
*businessEntity.setBusinessServices(null);*. This way we loose all previously
stored services when we save the BusinessEntity so only the last
BusinessService will remain in the database.
This behaviour for Entity updating is up to specs as defined here
http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908111.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.