In mssql-xa-ds.xml try to replace "xa-tx-datasource" with "xa-datasource". Internally -ds.xml files are transformed into -service.xml using xslt template defined in connector/src/resource/stylesheets/DataSourceTemplate.xsl. You can look into this file to see if it does what you need. Also check logs/console output for exception messages.
Jamie Burns wrote: > Thanks Igor. > > Since you have got further than me, can l compare your setup with mine? > > I am working in jboss-4.0.0alpha\server\default. > > I have the 3 MS SQL Server 2000 jars in .\lib. > > Ive taken hsqldb-ds.xml out of .\deploy so that l have only one > DataSource and so that l can use DefaultDS as the jndi name for my MSSQL > DataSource. > > Ive copied mssql-xa-ds.xml from the examples folder and configured it > for my site. I used to use mssql-xa-service.xml in JBoss 3.0. It had a > lot more in it than mssql-xa-ds.xml. Do l still need to the stuff that > was in mssql-xa-service.xml? I dont have mssql-xa-service.xml installed > anywhere. > > Ive added a <application-policy name = "MSSQLDbRealm"> to > .\conf\login-config.xml because l had that in the JBoss 3. But l dont > think l ever used it in JBoss 3. > > Is there anything l need to do/undo re setting things up for the new > XADataSource wrappers? > > Thanks again. > > -- Igor Fedorenko Think smart. Think automated. Think Dynamics. www.thinkdynamics.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
