Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for transactions #36

Closed
wants to merge 4 commits into from
Closed

Conversation

Rarian
Copy link

@Rarian Rarian commented Dec 14, 2015

This pull request continues on from #31 and looks to address the outstanding issues to allow it to be merged.

gushakov and others added 3 commits December 14, 2015 13:47
Instead of dumping a full stacktrace to the log, the convention within
Fedora is to instead append the Exception.getMessage() to the specified
error.

fcrepo4-labs#31 (comment)
@Rarian
Copy link
Author

Rarian commented Dec 14, 2015

This addresses the stacktraces being dumped to the logs, however, does not address @awoods' concern about (potential) redundant calls to prependTransactionId() .

It may be my unfamiliarity with the code base, but it appears to me like the subsequent calls to prependTransactionId() for which I reviewed the logic are required for transactions to function correctly.

There were several instances were prependTransactionId were called on a
path parameter to a function which in turn called prependTransactionId.
These redundant cases were handled by prependTransactionId, but were
unnecessary.
@awoods
Copy link
Member

awoods commented Dec 31, 2015

Resolved with: 6da86ac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants