You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Tom Cunningham (JIRA)" <sc...@ws.apache.org> on 2010/01/21 16:39:54 UTC

[jira] Resolved: (SCOUT-100) org.apache.ws.scout.util.ScoutJaxrUddiV3Helper.getAddress fails to fill in line field of AddressLine

     [ https://issues.apache.org/jira/browse/SCOUT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved SCOUT-100.
----------------------------------

    Resolution: Fixed

Set both keyValue and Value.

> org.apache.ws.scout.util.ScoutJaxrUddiV3Helper.getAddress fails to fill in line field of AddressLine
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-100
>                 URL: https://issues.apache.org/jira/browse/SCOUT-100
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>             Fix For: 1.2.1
>
>
> org.apache.ws.scout.util.ScoutJaxrUddiV3Helper.getAddress should be filling in the line field of AddressLine.
> Example :
>         AddressLine stateAL = objectFactory.createAddressLine();
>         stateAL.setKeyName("STATE");
>         if (state != null) {
>                 stateAL.setKeyValue(state);
>                 stateAL.setValue(state);
>         }

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org