Atomikos Forum |
|
Greetings all,
I've downloaded the 3.8.0 zipfile and read the instructions about adding the ./dist and ./lib directories to my project's classpath. But I'd much rather move the underlying files manually into my maven repository and add corresponding dependency artifacts to my project's pomfile ala 3.6.4 . Has anyone else done this? Were you successful? Kind regards, Still-learning Steve
Hm. Just checked at mvnrepository.com,
http://mvnrepository.com/artifact/com.atomikos/transactions-essentials-all shows only one version, 3.6.4, and that contains zero bytes
Hi all,
please try http://search.maven.org/#artifactdetails%7Ccom.atomikos%7Ctransactions-osgi%7C3.8.0%7Cjar this is the osgi-fied version of atomikos but you can use It as a plain jar file. It contains the same .class as transaction-all use to have (aggregate-all the transaction-essential classes). All (recent) transaction essential jars are available to central maven repo. |