Bug 846981

Summary: NPE raises in JPAWorkItemManager with Spring Transaction Manager
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Radovan Synek <rsynek>
Component: jBPM 5Assignee: Kris Verlaenen <kverlaen>
Status: CLOSED NOTABUG QA Contact: Radovan Synek <rsynek>
Severity: high Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.1CC: brms-jira, mproctor
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-10 13:01:26 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: 843917    
Attachments:
Description Flags
stacktrace none

Description Radovan Synek 2012-08-09 11:28:16 UTC
NPE raises in JPAWorkItemManager when trying to execute some process with work item (for example human task) having persistence with Spring Transaction Manager configured.

It seems that after persist operation, the work item has no ID.

The reproducer will be added soon.

Comment 1 Radovan Synek 2012-08-09 11:28:42 UTC
Created attachment 603241 [details]
stacktrace

Comment 2 Radovan Synek 2012-08-09 11:34:54 UTC
here is the promised reproducer:
https://github.com/droolsjbpm/droolsjbpm-integration/pull/33

Comment 3 Radovan Synek 2012-08-10 13:01:26 UTC
Solved with a different configuration of the integration between Drools and Spring Transaction Manager

Comment 4 Mark Proctor 2013-11-15 16:28:09 UTC
There is a PullRequest for this. Should we still commit this? Does the PR need to be updated?
https://github.com/droolsjbpm/droolsjbpm-integration/pull/33