]
Alejandro Guizar resolved JBPM-2823.
------------------------------------
Labels: exception_handler jbpm3 lazy-loaded (was: )
Assignee: Alejandro Guizar
Resolution: Duplicate Issue
JBPM-2918 duplicates this issue, but the fix was committed under that issue key.
Lazy loading of ExceptionHandler causes Exception in JTA Env
------------------------------------------------------------
Key: JBPM-2823
URL:
https://jira.jboss.org/browse/JBPM-2823
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 3.2.8
Reporter: Robert Schmelzer
Assignee: Alejandro Guizar
Labels: jbpm3, exception_handler, lazy-loaded
The fix for
https://jira.jboss.org/jira/browse/JBPM-1775 does not work in JTA environment
with JtaDbPersistenceService and following config:
jbpm-context>
<service name="persistence">
<factory>
<bean
class="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory">
<field name="isCurrentSessionEnabled"><true
/></field>
<field name="isTransactionEnabled"><false
/></field>
</bean>
</factory>
</service>
<service name="tx"
factory="org.jbpm.tx.TxServiceFactory"/>
<service name="message"
factory="at.telekom.wfm.process.queue.JbpmJmsMessageServiceFactory" />
<service name="scheduler"
factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
<service name="authentication"
factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory"
/>
</jbpm-context>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: