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

Field injection of JCR Sessions into JAX-RS endpoints, except FedoraTransactions #79

Merged
merged 1 commit into from Jun 12, 2013

Conversation

ajs6f
Copy link
Contributor

@ajs6f ajs6f commented Jun 12, 2013

49205649

The follow-on ticket for this will be for Frank Asseg or someone else to alter FedoraTransactions so that it no longer maintains the state of the transaction store inside the endpoint itself. fasseg is aware of this problem and has a solution in mind.

this.serializers = serializers;
}

public void setSession(final Session session) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should setSession get pushed up to AbstractResource?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the note about the field being set.

cbeer added a commit that referenced this pull request Jun 12, 2013
Field injection of JCR Sessions into JAX-RS endpoints, except FedoraTransactions
@cbeer cbeer merged commit d684999 into master Jun 12, 2013
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