You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jianping wang (JIRA)" <ju...@ws.apache.org> on 2009/07/06 03:43:14 UTC

[jira] Created: (JUDDI-263) Some objects in juddi3.0 beta miss relevant Set() method.

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: Kurt T Stam
             Fix For: 3.0beta


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.


[jira] Updated: (JUDDI-263) Some objects in juddi3.0 beta miss relevant Set() method.

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

Kurt T Stam updated JUDDI-263:
------------------------------

    Fix Version/s:     (was: 3.0beta)
                   3.1

> 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: Kurt T Stam
>             Fix For: 3.1
>
>
> 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.


[jira] Resolved: (JUDDI-263) Some objects in juddi3.0 beta miss relevant Set() method.

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ 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.


[jira] Closed: (JUDDI-263) Some objects in juddi3.0 beta miss relevant Set() method.

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

Tom Cunningham closed JUDDI-263.
--------------------------------


> 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.


[jira] Updated: (JUDDI-263) Some objects in juddi3.0 beta miss relevant Set() method.

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

Kurt T Stam updated JUDDI-263:
------------------------------

    Fix Version/s:     (was: 3.1)
                   3.0
         Assignee: Tom Cunningham  (was: Kurt T Stam)

> 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.