Atomikos Forum |
|
Sorry to ask, but I was having a hard time finding this in the docs. What is the official JTA version supported with 3.9.3?
So I've done some deep diving and more searching. I found the following post from 2012:
default82df.html?community.6.2851.1 This indicates Atomikos is JTA 1.0 only and not 1.1. Oddly when digging through the dependency tree I found that ultimately Atomikos depends on geronimo-jta_1.1_spec-1.1.1.jar (a 1.1 spec jar). I also found the following constant declared in JTA public static final String version = "1.0.1"; So I'm assuming the final result is Atomikos is 1.0.1 only despite the dependency tree using a 1.0.1 jar. |