You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by "Amat, Juan (Juan)" <ju...@alcatel-lucent.com> on 2012/01/06 05:00:33 UTC

bindSessionToTransaction

Hello,

I am using jackrabbit (2.2.10) on jboss using the information from:
http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss

In the jcr-ds.xml file we have:

    <config-property name="bindSessionToTransaction" type="java.lang.Boolean">true</config-property>

In the source code I do see this field in JCAManagedConnectionFactory.java.
But what puzzles me is that it is not declared in the ra.xml file.

Is there a reason why ?

Thank you.