This content has been marked as final.
Show 3 replies
-
1. Re: Does there exist a "Technology Compatibility Kit" for the implementation of XAResources?
marklittle Sep 9, 2014 7:58 AM (in response to cs224)Rather than running it through the Java EE TCK?
-
2. Re: Does there exist a "Technology Compatibility Kit" for the implementation of XAResources?
cs224 Sep 11, 2014 7:41 AM (in response to marklittle)Could you please point me to the test cases that would deal with verifying the behaviour of XAResource implementations? Then I could tell if this is what I am looking for or not. I would guess that the JEE TCK deals with aspects of application servers but not with aspects of Enterprise Information Systems (EIS) that integrate into the Java world via the standards like JTA, but I may be wrong and would like to check. Thanks!
-
3. Re: Does there exist a "Technology Compatibility Kit" for the implementation of XAResources?
marklittle Sep 11, 2014 9:38 AM (in response to cs224)JTA, JDBC and JCA are core parts of the Java EE TCK. If you've looked at them then you'll know that XAResource plays a key role.