[
https://issues.jboss.org/browse/GTNPORTAL-2923?page=com.atlassian.jira.pl...
]
Trong Tran reassigned GTNPORTAL-2923:
-------------------------------------
Assignee: Trong Tran (was: Boleslaw Dawidowicz)
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: Trong Tran
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