Re: [JBoss-dev] JBossXidFactory and MS SQL Server

2003-01-07 Thread Jamie Burns
. Otherwise I am very apt to lose track of this. Thanks david jencks On 2003.01.05 14:28:58 -0500 Jamie Burns wrote: David J, back in October we were dialoging about XidFactory and a transaction id problem that could occur if MS SQL Server is not restarted when JBoss is stopped

[JBoss-dev] JBossXidFactory and MS SQL Server

2003-01-05 Thread Jamie Burns
David J, back in October we were dialoging about XidFactory and a transaction id problem that could occur if MS SQL Server is not restarted when JBoss is stopped and started. The problem was traced to the XidFactory using the same baseGlobalId and resetting its globalIdNumber to zero each

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-10-10 Thread Jamie Burns
? If so, let me know and l will add some guard clauses to these setters. Thanks Jamie - Original Message - From: Jamie Burns [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 11:35 PM Subject: Re: [JBoss-dev] XADataSource wrapper for JBoss 4 Had a look at testing your

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-10-02 Thread Jamie Burns
? thanks david jencks On 2002.10.01 17:04:10 -0400 Jamie Burns wrote: FW: [JBoss-dev] XADataSource wrapper for JBoss 4Hi Igor. I applied the patch and initially found the XAResourceTest tests ran successfully a number of times. Ive found that after running the XAResourceTest, if l leave

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-10-01 Thread Jamie Burns
for XAResourceTest.java. It is supposed to fix empty branch id problem. Jamie Burns wrote: By way of reminder, the exception is: javax.transaction.xa.XAException at com.microsoft.jdbcx.base.BaseXAResource.checkXid(Unknown Source) at com.microsoft.jdbcx.base.BaseXAResource.start

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-09-19 Thread Jamie Burns
behaviour of jboss, while raw tests were meant to prove that very basic xa functionality works. In your case all raw tests failed and all tx tests succeeded. It is definitely a bug with raw tests but I do not know what could be wrong with them. Jamie Burns wrote: Ok

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-09-03 Thread Jamie Burns
testsuite/src/main/org.jboss.test.jca.test.XAResourceUnitTestCase). Jamie Burns wrote: I checked out Igor's fix as you suggested and got past the compile problem. I've spent the last couple of days working out why my EAR that worked on JBoss 3 didnt work on JBoss 4. In JBoss 3.0, l

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-09-02 Thread Jamie Burns
that two processes were blocking - lm assuming these were the two inserts. I'll do some simpler tests over the next couple of days to give you a better idea of how the wrapper is behaving. Hope this is helpful Jamie Burns (Sorry about the mail threads. When l post a message or reply to a message

RE: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-08-30 Thread Jamie Burns
ector/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

Re: [JBoss-dev] XADataSource wrapper for JBoss 4

2002-08-29 Thread Jamie Burns
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 canuse DefaultDS

[JBoss-dev] Failed to connect to server iiop

2002-08-29 Thread Jamie Burns
Ive been attempting to test the new XADataSource wrapper that David Jenks has written but lm having trouble getting JBoss 4 alpha working so that l can test wrapper. It mainly looks like the Jboss MQ stuff is not setting up properly but since l am not using that bit l have been ignoring the

[JBoss-dev] XADataSource wrapper for JBoss 4

2002-08-28 Thread Jamie Burns
Im having a go at testing the XADataSource wrapper that David Jenks has written for JBoss 4 against MS SQL Server 2000. Ive checked out HEAD and built it ok. However, im getting a variety of errorswhen starting JBoss. When JBoss loaded l was getting an error while it was deploying