| Article: |
Configuring JBoss 4.0 JDBC Connectivity | |
| Subject: | SQL Server 2000 | |
| Date: | 2005-11-22 02:58:38 | |
| From: | gamle01 | |
|
Response to: SQL Server 2000
|
||
|
Hi, How should I configure 2 different datasources for MSSQL Server connection, in the same standardjbosscmp-jdbc.xml and other config files? I've tried this but it doesn't work... <defaults> <datasource>java:/DEMODS</datasource> <datasource>java:/DEMO2DS</datasource> <datasource-mapping>MS SQLSERVER2000</datasource-mapping> ....
|
||
Showing messages 1 through 1 of 1.
-
SQL Server 2000
2005-11-22 07:29:04 Deepak Vohra | [View]
The <defaults/> elements may have only one <datasource/> element.


