@TransactionAttribute annotations on private EJB methods
12. Juni 2015 Keine Kommentare zu @TransactionAttribute annotations on private EJB methodsLast week Frank Schwarz published a post (german language) on the buschmais company site about a common misuse of @TransactionAttribute annotations on private methods of EJBs (Enterprise Java Beans): @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) private void doSomething() { // start a
Read more