Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 830659 Details for
Bug 1036114
jbpm-human-task - PeopleAssignmentsImpl.taskInitiator has a generated database column name too long for Oracle (max=30)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
00-BZ1036114.patch (text/plain), 865 bytes, created by
Steve Johnson
on 2013-11-29 13:38:59 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Steve Johnson
Created:
2013-11-29 13:38:59 UTC
Size:
865 bytes
patch
obsolete
>diff --git a/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/PeopleAssignmentsImpl.java b/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/PeopleAssignmentsImpl.java >index 12f3047..d920e60 100644 >--- a/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/PeopleAssignmentsImpl.java >+++ b/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/model/PeopleAssignmentsImpl.java >@@ -37,6 +37,7 @@ import org.kie.internal.task.api.model.InternalPeopleAssignments; > public class PeopleAssignmentsImpl implements InternalPeopleAssignments { > > @ManyToOne() >+ @JoinColumn(name = "peopl_assign_taskinitiator_id") > private UserImpl taskInitiator; > > @ManyToMany(targetEntity=OrganizationalEntityImpl.class)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1036114
: 830659