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

CleanuipHandler default not taking place #14

Open
cchet opened this issue May 26, 2015 · 0 comments
Open

CleanuipHandler default not taking place #14

cchet opened this issue May 26, 2015 · 0 comments

Comments

@cchet
Copy link
Contributor

cchet commented May 26, 2015

@CleanupHandler(
cleanup = DefaultCleanup.class, // This cleanup method is not invoked
value = { @CleanupHandling(
exception = CoreException.class,
cleanup = DefaultCleanup.class) })

This is the case if the occurred exception is not of the type defined in CleanupHandling.
do I misunderstand something wrong or is this a expected behaviour.
E.g.: If a ConcurrentEntityUpdateException is raised, then the cleanup won't work, even if this exception is subtype of the CoreException defined in the annotation.

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

No branches or pull requests

1 participant