Hi,
As far as I know, there aren't tests for jbosscx specifically or the jca
based minerva stuff.  I'm working on modifying XADataSourceLoader so it
will actually load a jca-wrapped driver, and the first thing that happened
was I found a race condition in the listeners in BaseConnectionManager when
I ran BankTest using a jca-wrapped driver.

I suspect that more clarity about what JTA is trying to specify would come
from reading the XA spec itself, however I haven't shelled out the money
for it yet.

Part of the reason for no tests may be no xa  JCA resource adapter.  We
could use the jca/jdbc driver I have been working on for the Firebird
database, however this may not be the best test case since my tests for it
are that it works with JBoss!.  I think perhaps we need a fake xa-jca
adapter that mostly implements a state machine for XAResource.  What else
does it need to do?

Thanks
david jencks


On 2001.08.02 03:02:43 -0400 "Jung , Dr. Christoph" wrote:
> -----Urspr�ngliche Nachricht-----
> >Von: David Jencks [mailto:[EMAIL PROTECTED]]
> >Gesendet: Donnerstag, 2. August 2001 05:01
> >An: [EMAIL PROTECTED]
> >Betreff: Re: [JBoss-dev] jbosspool: implementation of connectionClosed()
> >in org.jboss.pool .connector.BaseConnectionManager$XAListener
> 
> >Within my even more limited and foggy understanding, I agree with Toby.
> 
> Whoever invented XA, must have a foggy brain, too. I know exactly one
> person
> in our whole company who
> is able to see the big tx-picture and how that relates to different
> brands
> of databases and this person is definitely not me.
> 
> >Dr. Jung, do you have a testcase to show there is a problem?
> 
> Unfortunately, I cannot isolate the XA-resource behaviour from our
> environment easily. 
> Hence my description is all I can give, at the moment. I will try to
> construct a unit case, 
> but that will take some time.
> 
> Before, I would be interested to see whether the proposed change would
> break
> anything
> in the test suite ... which part of the test suite is dedicated to the
> MinervaXACM?
>  
> CGJ
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to