Skip to content

Commit

Permalink
removing the isXA (not used) property
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Jun 15, 2010
1 parent bd78ffc commit 0c66f4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/config/ra.xml
Expand Up @@ -45,15 +45,9 @@ Copyright 2009 Red Hat, Inc.
<config-property-type>java.lang.String</config-property-type>
<config-property-value>server-id=0</config-property-value>
</config-property>
<config-property>
<description>Use XA?</description>
<config-property-name>UseXA</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type>
<config-property-value>true</config-property-value>
</config-property>
<!--
<config-property>
<description>The method to use for locatingthe transactionmanager</description>
<description>The method to use for locating the transactionmanager</description>
<config-property-name>TransactionManagerLocatorMethod</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>getTm</config-property-value>
Expand Down

0 comments on commit 0c66f4d

Please sign in to comment.