6 Replies Latest reply on Jul 23, 2002 12:19 AM by davidjencks

    RC1: Resource Adaptor configuration of non-String types is b

    mprudhom

      I posted a bug report with at patch 3 months ago at:

      http://sourceforge.net/tracker/index.php?func=detail&aid=518896&group_id=22866&atid=376685

      The problem is that if any of the config-property-type values are something other than a String, then the configuration will fail. E.g, if I have:

      <config-property> <config-property-name>MinPool</config-property-name>
      <config-property-type>java.lang.Integer</config-property-type>
      <config-property-value>1</config-property-value>
      </config-property>

      It will result in the log message:

      2002-05-09 15:11:29,512 WARN [org.jboss.resource.connectionmanager.RARDeployment] Unable to find a PropertyEditor for class 'class java.lang.Integer' of property 'MinPool' - skipping property


      It is pretty critical to us that this fix gets into the final 3.0.0 release: is there anything I can do to expidite the application of my very simple patch?