2 Replies Latest reply on Jul 15, 2003 12:07 PM by snanduri

    How to Configure JBoss using Inet opta drivers for SQLServer

    snanduri

      Hi Guys,

      I am trying to port a working EJB application from Borland Application Server to JBoss 3.2.1 version.

      I used the sample example that came with jboss distribution and configured the datasource with inet drivers.
      I get the following mesgs, when i tried to run a client against a deployed EJB's. Any idea what is wrong.

      07:00:46,014 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping

      Thx for the help
      Sri

      Here's the contents of mssql-ds.xml file.


      <local-tx-datasource>
      <jndi-name>TASDataSource</jndi-name>
      <connection-url>jdbc:inetdae7:patframsql02:1433</connection-url>
      <driver-class>com.inet.tds.TdsDriver</driver-class>
      srini_paycalc
      <user-name>snanduri</user-name>
      snanduri
      <min-pool-size>100</min-pool-size>
      <max-pool-size>1000</max-pool-size>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      </local-tx-datasource>