Hi.
we're using jturbo level IV jdbc driver to connect to mssql 7.0 and we had no problem until we're started using ejboss which is using some of your libraries.  we get the following exception:
 
java.sql.SQLException
        at com.ashna.jturbo.driver.Driver.connect(Driver.java)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at org.objectweb.jonas.jdbc_xa.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:155)
        at org.objectweb.jonas.jta.ConnectionManager.getConnection(ConnectionManager.java:613)
        at org.objectweb.jonas.jta.ConnectionManager.getConnection(ConnectionManager.java:579)
        at org.ejboss.Server.startDataSources(Server.java:454)
        at org.ejboss.Server.startup(Server.java:767)
        at org.ejboss.Server$Initializer.run(Server.java:1021)
        at java.lang.Thread.run(Unknown Source)
 
and it works fine with jdbc/odbc driver from sun.  Does anyone know about some issues with jturbo?

Reply via email to