SQL Server using JTDS driver

I was wondering if we can use the JTDS driver instead of Microsoft JDBC driver. I believe the driver can be replaced in JBOSS config (Haven't tried, please correct me if there is a different way), however, when using the connection string with JTDS the string start as "jdbc:jtds:sqlserver//" and this causes validation error while creating a new data source. Is there a way to turn off that validation?

The primary reason behind this is to use windows authentication (over NTLM) while connecting to a SQLServer database.

  Discussion posts and replies are publicly visible