Author: clebert.suconic(a)jboss.com
Date: 2011-12-08 13:04:04 -0500 (Thu, 08 Dec 2011)
New Revision: 11881
Modified:
branches/Branch_2_2_EAP/src/config/ra.xml
Log:
JBPAPP-5791 - changing property-types
Modified: branches/Branch_2_2_EAP/src/config/ra.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/ra.xml 2011-12-08 16:43:37 UTC (rev 11880)
+++ branches/Branch_2_2_EAP/src/config/ra.xml 2011-12-08 18:04:04 UTC (rev 11881)
@@ -246,19 +246,19 @@
<config-property>
<description>whether to use jndi for looking up destinations
etc</description>
<config-property-name>UseJNDI</config-property-name>
- <config-property-type>boolean</config-property-type>
+ <config-property-type>java.lang.Boolean</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<description>how long in milliseconds to wait before retry on failed MDB
setup</description>
<config-property-name>SetupInterval</config-property-name>
- <config-property-type>long</config-property-type>
+ <config-property-type>java.lang.Long</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<description>How many attempts should be made when connecting the
MDB</description>
<config-property-name>SetupAttempts</config-property-name>
- <config-property-type>int</config-property-type>
+ <config-property-type>java.lang.Integer</config-property-type>
<config-property-value></config-property-value>
</config-property>-->