[jboss-jira] [JBoss JIRA] (DROOLS-762) JIT Thread and Calling thread can cause simultaneous access to hibernate sessions
Mark Torres (JIRA)
issues at jboss.org
Tue Apr 14 12:07:19 EDT 2015
Mark Torres created DROOLS-762:
----------------------------------
Summary: JIT Thread and Calling thread can cause simultaneous access to hibernate sessions
Key: DROOLS-762
URL: https://issues.jboss.org/browse/DROOLS-762
Project: Drools
Issue Type: Bug
Affects Versions: 5.6.0.Final
Reporter: Mark Torres
Assignee: Mark Proctor
When evaluating drools involving uninitialized property of hibernate entities, simultaneous access to a hibernate session can occur. With the existing codebase on 5.5/6.x the jit thread is "launched" prior to rule evaluation. This can cause the calling thread, and jit thread to call lazy property initialization at the same time, which can cause hibernate to throw exceptions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list