|
WRT checkAvailablePeople() it in fact does access the Session/EM non-transactionally. So then I assume you have set up the connection pool to allow auto-commit access to its connections? And that you have also set hibernate.connection.autocommit=true?
|