Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created March 4, 2013 13:33
Show Gist options
  • Select an option

  • Save zbigniewTomczak/5082269 to your computer and use it in GitHub Desktop.

Select an option

Save zbigniewTomczak/5082269 to your computer and use it in GitHub Desktop.
Rollback application exception in EJB
@Resource
private EJBContext context;
...
//inside transactional method
context.setRollbackOnly();
throw new RuntimeException();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment