ettavolt
ettavolt
I've failed to mock this completely, but IRL a subsequent call to, say, `persist` uses an already opened EM instead of throwing. EM _is_ closed on exit from `executeWithoutResult`. Initially...
… rather than just a synchronization. Otherwise, at least SharedEntityManagerCreator will create a 'lingering' EM inside NEVER/NOT_SUPPORTED propagation, which is closed only after exiting from inside that boundary. I did...
This is done by [Docs.LocalStore#cleanup](https://github.com/senchalabs/jsduck/blob/master/template/app/LocalStore.js#L52). I usually run docs from http://localhost or file://localhost, and items set by other applicantions are removed. I would like the Docs app to not require...
process_clone, unlike process_snapshot, only searched a subvolume matching by received uuid. However, when earlier "receiver" side sends, it mentions received uuid, which is for earlier "send" side (now "receiver" side)...
btrfs receive occasionally fails to find parent subvolume when data flows in the reverse direction
I'm trying to carry user profile between two laptops via _backups_ on an external disk (so that I have sync and backups and the same time). For that I'm trying...
CollectionBinder#oneToMany is only for association, not for element collection: 1. #scheduleSecondPass expects MappedBy, which is only available for associations; 2. #detectMappedByProblem really wants to check association, because only for it...
Here are changes, required to launch Dragonkeeper under Python 3 (tested with 3.2). Except simple changes like print() and 'exception as', there are a lot of changes to properly handle...
Also less locking when using Scope. ## Impact - [x] Bug fix (non-breaking change which fixes expected existing functionality) - [ ] Enhancement/New feature (adds functionality without impacting existing logic)...
batch_versioned_data=false is particularly useful to enable reporting the exact entity that failed optimistic lock. ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms...
A test case for the issue, also shows JPA-compliant way to case on an association. ---------------------- By submitting this pull request, I confirm that my contribution is made under the...