hi Craig

just search for messagearchive for
"ConnectionManager on 3.2.0RC2" 
"MySQL connector on 3.2.0RC2"
that should explain some things.

I had to change the folloing in my db-service.xml
**
<!-- <attribute
name="TransactionManager">java:/TransactionManager</attribute> -->
<depends
optional-attribute-name="TransactionManagerService">jboss:service=Transactio
nManager</depends>
**
but that's not *-ds.xml ;(

I found in <jboss-root>/docs/example/jca/generic-ds.xml example
the following
**
<!--Anonymous depends elements are copied verbatim into the
ConnectionManager mbean config-->
    <depends>myapp.service:service=DoSomethingService</depends>
**

maybe this helps.....

cheers
lothar 


> -----Original Message-----
> From: Demyanovich, Craig - Apogent [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 05, 2003 5:42 PM
> To: '[EMAIL PROTECTED]'
> Subject: [JBoss-user] Can't deploy *-ds.xml file on JBoss 3.2.0 RC3
> 
> 
> 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
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to