0 Replies Latest reply on Feb 14, 2002 7:04 PM by zommick

    Informix DB Connection in JBoss 3.0

    zommick

      I'm trying to convert my JBoss 2.4 database connection to 3.0 and am having some difficulty.
      The old one is

      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:informix-sqli:/rcats:
      informixserver=telephony;SQLH_TYPE=FILE;SQLH_FILE=/usr/informix/etc/sqlhosts;
      RCATSPool


      600000
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0
      10


      I've seen the examples for other databases in the online manual; however, JBoss 3.0 no longer appears to use the "Properties" attribute. How do I pass the required string from the old properties attribute in JBoss 3.0?

      Thanks,
      Jordan