Skip to content

Commit

Permalink
JBPAPP-5791 - changing property-types
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Dec 8, 2011
1 parent 4389645 commit 44d9b2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/ra.xml
Expand Up @@ -246,19 +246,19 @@ Copyright 2009 Red Hat, Inc.
<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>-->

Expand Down

0 comments on commit 44d9b2d

Please sign in to comment.