最新情况:public class C extends ExternalClass {@AutoWired //doSomething... 这应该是事务失败的主要原因。另一个问题:是否有任何方法使A类的spring管理事务被注入到未被spring处理的anothor类中?
我正在用Spring和Mybatis构建
A.javafor(i=1;i<=5;i++){bService.executeMethod(i,intList);}catch(Exception e){}@Transactional(propagation = Propagation.REQUIRES_NEW)
public void executeMethod(int i, List<Intege
目前我遇到了一些问题,我正在使用spring,jpa,hibernate。这就是问题所在,当我尝试保存几个对象,然后手动回滚时,就像solrj返回false一样。catch(Exception e) em.getTransaction().rollback(); }这是错误日志is java.lang.IllegalStateException: Not allowed to create transaction on shared EntityManager - use