Skip to content

hughwphamill/transaction-test-entity-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transaction-test-entity-issue

Example project showing entity listener failures in transactional tests

Contains 2 identical tests that exercise an entity listener

The non-transactional test executes all annotated entity listener methods

The transactional test fails to execute the following annotate entity listener methods

  • @PostPersist
  • @PostLoad
  • @PreUpdate
  • @PostUpdate

About

Example project showing entity listener failures in transactional tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages