[
https://issues.apache.org/jira/browse/JUDDI-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Cunningham resolved JUDDI-263.
----------------------------------
Resolution: Fixed
The change here was to remove all of the getContent() methods that were
generated in JAXB and replace them with suitable get methods for the type -
four API classes were changed (CategoryBag, InstanceDetails, KeysOwned, and
OverviewDoc) and helper classes and tests that correspond to this change.
The description of this bug mentions adding setter methods for convenience that
deal with objects that are in lists (i.e. Name in BusinessEntity). This was
not changed, and was not functionality that was present in juddi v2.
> Some objects in juddi3.0 beta miss relevant Set() method.
> ---------------------------------------------------------
>
> Key: JUDDI-263
> URL: https://issues.apache.org/jira/browse/JUDDI-263
> Project: jUDDI
> Issue Type: Bug
> Components: uddi-client
> Affects Versions: 3.0beta
> Reporter: Jianping wang
> Assignee: Tom Cunningham
> Fix For: 3.0
>
>
> For example, BusinessEntity doesn't have the setName() method directly. We
> have to do this like: businessEntity.getName().add(businessName).
> TModel doesn' provide the setOverviewDoc directly. OverviewDoc have not the
> setOverviewURL method. Other objects also have this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.