FHIR Chat · Hapi transaction · implementers

Stream: implementers

Topic: Hapi transaction


view this post on Zulip Joshua Bell (Aug 29 2017 at 15:49):

I'm creating a JPA server that follows the format of the example JPA server on HAPI. I can get it all booted up (using MySQL 5.x) and everything seems to work fine. However, I noticed that when I post a Bundle with type transaction and it fails, resources are still persisted in the database. Is this a known bug, or some kind of configuration/resource misuse by me? I expect that if the Bundle post fails, all resources that would have posted even before the failure would not persist in the database.


Last updated: Apr 12 2022 at 19:14 UTC