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 "Kurt Stam (JIRA)" <sc...@ws.apache.org> on 2008/03/18 19:07:30 UTC

[jira] Assigned: (SCOUT-59) In save_tModel, if k.getId() == null, no tModelKey is set

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

Kurt Stam reassigned SCOUT-59:
------------------------------

    Assignee: Kurt Stam  (was: Anil Saldhana)

> In save_tModel, if k.getId() == null, no tModelKey is set
> ---------------------------------------------------------
>
>                 Key: SCOUT-59
>                 URL: https://issues.apache.org/jira/browse/SCOUT-59
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0rc1
>            Reporter: Tom Cunningham
>            Assignee: Kurt Stam
>            Priority: Minor
>         Attachments: ScoutJaxrUddiHelper.java.patch
>
>
> Scout is not setting a tModelKey in save_tModel if the Scheme's key is null or the id of the Scheme's key is null.
>             Key k = scheme.getKey();
> 			if (k != null && k.getId() != null) {
>                 tm.setTModelKey(k.getId());
>             }

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