Hello, I'm using JBoss 3.2.0 RC3, and I'm trying to deploy a *-ds.xml file for a SQL Server XA datasource using the JSQLConnect driver. I've taken the JBoss 3.2 examples from the JSQLConnect 3.30 driver, and I've modified them for my desired JNDI name, server name, database name and username/password. During startup, the console displays the following message, as it did in 3.2.0 RC2:
11:14:22,947 INFO [XATxConnectionManager] Starting 11:14:22,947 WARN [XATxConnectionManager] ---------------------------------------------------------- 11:14:22,947 WARN [XATxConnectionManager] ---------------------------------------------------------- 11:14:22,947 WARN [XATxConnectionManager] Please change your datasource setup to use <depends optional-attribute-name"TransactionManagerService ">jboss:service=TransactionManager</depends> 11:14:22,947 WARN [XATxConnectionManager] instead of <attribute name="TransactionManager">java:/TransactionManager</attribute> 11:14:22,947 WARN [XATxConnectionManager] Better still, use a *-ds.xml file 11:14:22,947 WARN [XATxConnectionManager] ---------------------------------------------------------- 11:14:22,947 WARN [XATxConnectionManager] ---------------------------------------------------------- 11:14:22,967 INFO [JaasSecurityManagerService] Created [EMAIL PROTECTED] I'm using a *-ds.xml file, as suggested. Also, I noticed in the log file a line that reads "Failed to find a service=xxxDS match". What does that message mean? I would greatly appreciate any help in resolving this problem. A relevant section of the log file is attached; the *-ds.xml file is also attached. Thanks, Craig
partial_server.log
Description: Binary data
dss_central-xa-ds.xml
Description: Binary data
