Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2463 New option 'lazyStartOfHibernateTransaction' added to …
Browse files Browse the repository at this point in the history
…Picketlink IDM configuration for support of lazy hibernate transaction
  • Loading branch information
mposolda authored and bdaw committed Jun 27, 2012
1 parent 59f643d commit d481541
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Expand Up @@ -144,6 +144,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -139,6 +139,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -138,6 +138,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -143,6 +143,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -144,6 +144,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -139,6 +139,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
<identity-store>
Expand Down
Expand Up @@ -102,6 +102,10 @@
<name>isRealmAware</name>
<value>true</value>
</option>
<option>
<name>lazyStartOfHibernateTransaction</name>
<value>true</value>
</option>
</options>
</identity-store>
</identity-stores>
Expand Down

0 comments on commit d481541

Please sign in to comment.