[
https://issues.apache.org/jira/browse/SCOUT-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Cunningham resolved SCOUT-59.
---------------------------------
Resolution: Fixed
Committed patch.
drseuss:scout-parent tcunning$ svn commit --username tcunning -m "SCOUT-59 :
Set the TModelKey to the empty string if the key is null or the key's ID is
null."
Sending
scout/src/main/java/org/apache/ws/scout/util/ScoutJaxrUddiHelper.java
Transmitting file data .
Committed revision 659190.
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]