[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-2159) ApprovePublish workflow throws exception when updated content exceeds column width of JBPM_VARIABLEINSTANCE.STRINGVALUE_ (255 bytes)
Martin Putz (JIRA)
jira-events at lists.jboss.org
Mon Sep 15 11:39:23 EDT 2008
ApprovePublish workflow throws exception when updated content exceeds column width of JBPM_VARIABLEINSTANCE.STRINGVALUE_ (255 bytes)
------------------------------------------------------------------------------------------------------------------------------------
Key: JBPORTAL-2159
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2159
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal CMS
Affects Versions: 2.6.6 Final
Reporter: Martin Putz
Assignee: Sohil Shah
public void processManagerResponse(long processId, String manager, String modifiedContent)
{
...
processInstance.getContextInstance().setVariable("modifiedContent", modifiedContent);
modifiedContent should not be saved as a String variable instance, but rather as a ByteArrayInstance as the original 'content' variable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list