Actions
Errores #78
closedTransactional error while deleting groups
Puntos de historia:
4
Description
An internal server error ocurred when trying to delete a group:
A JTA EntityManager cannot use getTransaction(); nested exception is java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction()
Make a test to delete a group throw ObdGroupService.
Make a test to create a group, so ObdVinGroupService will also called.
Make use of the @Transactional and @EnableTransactionManagement annotations into ObdGroupService.deleteGroup and Application, respectively.
Try to modify GeronimoTransactionManagerFactory and JTA EntityManager by JPA.
Updated by Jesús Freire over 7 years ago
- Status changed from Nueva to Resuelta
- % Done changed from 20 to 90
Applied in changeset obd-server|r190.
Updated by Jesús Freire over 7 years ago
- Status changed from Resuelta to Cerrada
- % Done changed from 90 to 100
Actions