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

org.springframework.dao.EmptyResultDataAccessException doesn't provide cause Throwable [SPR-9041] #13681

Closed
spring-projects-issues opened this issue Jan 19, 2012 · 0 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Eugene Gunichev opened SPR-9041 and commented

Unlike the other exceptions, which are returned by org.springframework.orm.jpa.EntityManagerFactoryUtils#convertJpaAccessExceptionIfPossible, EmptyResultDataAccessException is not populated with cause Throwable. It somewhat complicates troubleshooting as the original stack trace is lost.


Affects: 3.1 GA

Referenced from: commits 2a0714b

@spring-projects-issues spring-projects-issues added in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.1.1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants