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.
