Hi, I am new with jBoss and i am using with SQLServer7.0 with it and using commercial drivers(inet- Sprinta2000.jar -from www.inetsoftware.de ) to connect to database. Now i am trying to create the connection pool with jBoss and according to documentation i did all the things(with .prop file and .jcml file) but still i am not able to create the Connection Pool with SQL Server. It pirnt following erro message: .... .... .... [Transaction manager] Starting [Transaction manager] Started [InstantDB] Starting [InstantDB] XA Connection pool InstantDB bound to java:/InstantDB Enhydra InstantDB - Version 3.21 [InstantDB] The Initial Developer of the Original Code is Lutris Technologies In c. Portions created by Lutris are Copyright (C) 1997-2000 Lutris Technologies, Inc. All Rights Reserved. [Hypersonic] Press [Ctrl]+[C] to abort [InstantDB] Started [SQLServerPool] Starting [SQLServerPool] XA Connection pool SQLServerPool bound to java:/SQLServerPool [SQLServerPool] java.sql.SQLException: No suitable driver [SQLServerPool] at java.sql.DriverManager.getConnection(DriverManager.ja va:477) [SQLServerPool] at java.sql.DriverManager.getConnection(DriverManager.ja va:137) [SQLServerPool] at org.jboss.minerva.xa.XADataSourceImpl.getXAConnection (XADataSourceImpl.java:121) .... .... .... ********** looks like to me that it starts to load it but driver doesnt support it properly//// And i know for sure that my dirvers Sprinta2000.jar doesnot support the XADataSource.! Is there any another way to make pool working?? Hope i will get some insight... Thanks, Ashesh. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
