[
https://jira.jboss.org/jira/browse/JBPM-2057?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBPM-2057.
----------------------------------
Resolution: Done
jbpm-3.2.5.SP2 contains this fix for sybase only.
< create table JBPM_JOB (... EXCEPTION_ varchar(4000) null, ...)
create table JBPM_JOB (... EXCEPTION_ text null, ...)
< create table JBPM_LOG (... EXCEPTION_ varchar(4000) null, ...)
create table JBPM_LOG (... EXCEPTION_ text null, ...)
Additional mappings to "text" properties need to be decided
Do not truncate long messages/exceptions
----------------------------------------
Key: JBPM-2057
URL:
https://jira.jboss.org/jira/browse/JBPM-2057
Project: JBoss jBPM
Issue Type: Bug
Components: Productization
Environment: Sybase/DB2
Reporter: Ryan Campbell
Assignee: Thomas Diesler
Fix For: jBPM-3.2.5.SP2
For sybase, a "text" column should be used instead of the current
varchar(4000)
This will prevent the truncation of stack traces.
Do to data migration issues we cannot change the mapping of existing db columns. Instead
the issue should be resolved by adding additional "text" columns.
--
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