[
https://jira.jboss.org/jira/browse/JBPM-2149?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2149:
-----------------------------------
the hibernate default text column length is 255.
in jbpm 3, we identified columns that could potentially be longer then the 255 and set
those to 4000.
we probably should do something similar. or come up with a better way of dealing with
this. in one situation, even 4000 is not enough and might require special handling: that
is the job.exception field. exception stack traces can be easily longer.
could you look at this in general ? if not, please create a separate issue for it.
Storing the archive location exceeds max character limitation
-------------------------------------------------------------
Key: JBPM-2149
URL:
https://jira.jboss.org/jira/browse/JBPM-2149
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: jBPM 4.0.0.Beta1
Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for column
'NAME_' at row 1
at
com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1269)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:955)
at
com.mysql.jdbc.jdbc2.optional.StatementWrapper.executeBatch(StatementWrapper.java:681)
at
org.jboss.resource.adapter.jdbc.WrappedStatement.executeBatch(WrappedStatement.java:519)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 74 more
--
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