3 Replies Latest reply on Apr 15, 2006 1:03 PM by lafr

    JCA 1.5 Deployment question on RA property

    johnxmas

      Hi,

      In my ra.xml, I've the following



      <resourceadapter-class>com.scort.inbound.jca.InboundResourceAdapter</resourceadapter-class>

      <!-- ResourceAdapter property -->

      <config-property>
      <config-property-name>CodePage</config-property-name>
      <config-property-type>java.lang.String</config-property-type>
      </config-property>

      I would like to give the value of "CodePage" in the corresponding
      -ds.xml, but - even after looking the dtd -, I cannot find how....

      Thanks for your help

      BTW, I as a name I give "codePage", the deployer will not capitalize
      first letter and call setcodePage !