You are right. We changed <tx-connection-factory> for <no-tx-connection-factory>. This is all.)) Thx you.
Alexander Klimetschek wrote: > > On Tue, Jun 10, 2008 at 4:54 PM, travmik <[EMAIL PROTECTED]> wrote: >> >> I deploy jackrabbit-server.rar for test and then deploy jcr-ds.xml >> >> <connection-factories> >> <tx-connection-factory> >> <jndi-name>jcr/local</jndi-name> >> <xa-transaction/> >> <rar-name>jackrabbit-server.rar</rar-name> >> >> <connection-definition>javax.jcr.Repository</connection-definition> >> <config-property name="homeDir" >> type="java.lang.String">/temp/jackrabbit</config-property> >> <config-property name="configFile" >> type="java.lang.String">classpath:repository.xml</config-property> >> <config-property name="bindSessionToTransaction" >> type="java.lang.Boolean">true</config-property> >> </tx-connection-factory> >> </connection-factories> > > Looks like you are using transactions implicitly. Could be a bug in > Jackrabbit's XA transactions implementation when it comes to > versioning of binary properties. Does anyone that is familiar with > this code knows more? > > Regards, > Alex > > -- > Alexander Klimetschek > [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/Empty-content-from-any-version-tp17733642p18275878.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
