[ 
http://jira.magnolia-cms.com/browse/MGNLSCH-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Milan Divilek updated MGNLSCH-29:
---------------------------------

        Summary: Provide uuid parameter in Context  (was: Failed to retrieve 
versioned node in workflow Inbox view)
    Description: 
If scheduled job provide parameters repository and path and doesn't provide 
uuid. Then try get uuid of node and put the parameter to the context.

Strangely this issue (see more in attached stacktraces) concerns only items in 
the Inbox which were added by a scheduled command, whereas if the inbox item 
was added by, say, manually activating a page in the website tree, then the 
error does not occur. Problem is here info.magnolia.module.workflow.inbox.new 
ListColumn() {...}.getValue() at line #172 where the call to 
{code}
String uuid = "" + this.getListControl().getIteratorValue("uuid");
{code}
returns an empty string in case of an inbox item added by a scheduled command

  was:
Strangely this issue (see more in attached stacktraces) concerns only items in 
the Inbox which were added by a scheduled command, whereas if the inbox item 
was added by, say, manually activating a page in the website tree, then the 
error does not occur. Problem is here info.magnolia.module.workflow.inbox.new 
ListColumn() {...}.getValue() at line #172 where the call to 
{code}
String uuid = "" + this.getListControl().getIteratorValue("uuid");
{code}
returns an empty string in case of an inbox item added by a scheduled command


> Provide uuid parameter in Context
> ---------------------------------
>
>                 Key: MGNLSCH-29
>                 URL: http://jira.magnolia-cms.com/browse/MGNLSCH-29
>             Project: Magnolia Scheduler Module
>          Issue Type: Bug
>    Affects Versions: 1.5
>            Reporter: Federico Grilli
>            Assignee: Milan Divilek
>             Fix For: 1.5.3
>
>         Attachments: stacktrace-4.4.txt, stacktrace.txt
>
>
> If scheduled job provide parameters repository and path and doesn't provide 
> uuid. Then try get uuid of node and put the parameter to the context.
> Strangely this issue (see more in attached stacktraces) concerns only items 
> in the Inbox which were added by a scheduled command, whereas if the inbox 
> item was added by, say, manually activating a page in the website tree, then 
> the error does not occur. Problem is here 
> info.magnolia.module.workflow.inbox.new ListColumn() {...}.getValue() at line 
> #172 where the call to 
> {code}
> String uuid = "" + this.getListControl().getIteratorValue("uuid");
> {code}
> returns an empty string in case of an inbox item added by a scheduled command

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to