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 to configure the transaction manager in SimpleJobExplorer #1307

Closed
spring-projects-issues opened this issue Aug 14, 2014 · 0 comments

Comments

@spring-projects-issues
Copy link
Collaborator

Erwin Vervaet opened BATCH-2295 and commented

The JobRepositoryFactoryBean will automatically wrap a transactional proxy around the created JobRepository instance to enforce its specialized transactional requirements (i.e. REQUIRES_NEW for create methods, ...).

It would be convenient to have a similar feature in the JobExplorerFactoryBean: it also needs a transaction to access the job data in a database. In this case it would be optional since the JobExplorer is read-only and has no special transactional requirements like the JobRepository, or might be used inside an existing transactional scope.


Affects: 2.2.7, 3.0.1

@fmbenhassine fmbenhassine removed the status: waiting-for-triage Issues that we did not analyse yet label Jan 26, 2021
@fmbenhassine fmbenhassine added this to the 5.0.0 milestone Jan 26, 2021
@fmbenhassine fmbenhassine modified the milestones: 5.0.0, 5.0.0-M6 Aug 31, 2022
@fmbenhassine fmbenhassine changed the title Convenient transaction support in JobExplorerFactoryBean [BATCH-2295] Add support to configure the transaction manager SimpleJobExplorer Sep 21, 2022
@fmbenhassine fmbenhassine changed the title Add support to configure the transaction manager SimpleJobExplorer Add support to configure the transaction manager in SimpleJobExplorer Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants