Trong Tran created GTNPORTAL-2923:
-------------------------------------
Summary: Check if the transaction status is being active before doing a
commit
Key: GTNPORTAL-2923
URL:
https://issues.jboss.org/browse/GTNPORTAL-2923
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Identity integration
Affects Versions: 3.6.0.Beta01
Reporter: Trong Tran
Assignee: Boleslaw Dawidowicz
Fix For: 3.6.0.Beta02
In PicketLinkIDMOrganizationServiceImpl#endRequest, we could check if the transaction
status is being active before doing a commit.
Something like :
{code}
if (idmService_.getIdentitySession().getTransaction().isActive()) {
idmService_.getIdentitySession().getTransaction().commit();
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira