Hi Pascal,
the “…not supported” message on abortTransaction() happens if the database does not support transactions. I already requested birdstep to throw an exception if you try to open a database with transaction flag and the database does not support this (because it was not created with transaction support).
Anyway even if you create and open the database correctly with transaction support, abortTransaction() currently has problems (if you close the database after abort, the JVM crashes). This will be fixed (hopefully) soon.
Another point is that some methods like importXML() implicitly use a transaction to perform their work, so if you have already opened a transaction you’ll receive an error. This will be added to the documentation (hopefully) soon.
Hope this helps
regards
Ralf
#Tamino#API-Management#webMethods