0 Replies Latest reply on Mar 1, 2004 10:54 AM by magnayn

    Setting custom Connection Properties

    magnayn

      I want to set an Oracle connection property (TCP.NODELAY=YES) on a previously configured JDBC connection.

      I had thought adding

      <config-property name="ConnectionProperties" type="java.lang.String">
      TCP.NODELAY=YES
      </config-property>

      Into my jboss-service.xml would do the trick, but it claims there is no such property on ManagedConnectionFactoryProperties (even though I can see it).

      What am I missing here?