Bug 1107473
| Summary: | Cannot use Task Comment longer than 256 characters | |||
|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Toshiya Kobayashi <tkobayas> | |
| Component: | jBPM Core | Assignee: | Alessandro Lazarotti <alazarot> | |
| Status: | CLOSED EOL | QA Contact: | Marek Baluch <mbaluch> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 6.0.1 | CC: | abhumbe, agiertli, kverlaen, sengork | |
| Target Milestone: | ER3 | |||
| Target Release: | 6.1.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1107498 (view as bug list) | Environment: | ||
| Last Closed: | 2020-03-27 20:03:28 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1107498 | |||
|
Description
Toshiya Kobayashi
2014-06-10 03:24:19 UTC
Test case and fix: https://github.com/droolsjbpm/jbpm/pull/204 *** Bug 1107471 has been marked as a duplicate of this bug. *** Pull request was merged. Verified on 6.1.0.ER3. I tried to set Task "Description" column in Web Designer of 6.2.0 business-central and once this process is started, it fails with this exception: Caused by: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(255) at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:560) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:363) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:493) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:186) [hibernate-core-4.2.20.Final-redhat-1.jar:4.2.20.Final-redhat-1] ... 72 more I see these three tables where the Task description is stored: audittaskimpl task i18text Their columns are limited to 255 characters, so I don't understand how the fix above can help that. Is this the same issue OR should I report a new BZ OR are we saying it is not possible to use Task description longer than 255 chars? Thanks, Anton Toshiya, thanks for reminding this to me. You are absolutely right - my comment 6 resulted in a new BZ https://bugzilla.redhat.com/show_bug.cgi?id=1312753 I am setting the status of this one back to Verified. |