[
https://issues.apache.org/jira/browse/SCOUT-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Cunningham updated SCOUT-59:
--------------------------------
Attachment: ScoutJaxrUddiHelper.java.patch
Set the TModelKey to empty string.
> 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: Anil Saldhana
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]