You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2007/04/09 11:06:57 UTC

svn commit: r526679 - /jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml

Author: jukka
Date: Mon Apr  9 02:06:56 2007
New Revision: 526679

URL: http://svn.apache.org/viewvc?view=rev&rev=526679
Log:
JCR-797: Fixed a typo as suggested by "Corridor Software Developer".

Modified:
    jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml

Modified: jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml?view=diff&rev=526679&r1=526678&r2=526679
==============================================================================
--- jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml (original)
+++ jackrabbit/trunk/jackrabbit-jca/deploy/jboss/4.x/jcr-ds.xml Mon Apr  9 02:06:56 2007
@@ -23,6 +23,6 @@
 		<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="bindSessionToTrasaction" type="java.lang.Boolean">true</config-property>
+		<config-property name="bindSessionToTransaction" type="java.lang.Boolean">true</config-property>
     </tx-connection-factory>
 </connection-factories>