ssh整合程序提交不了事物怎么办?
ssh整合用声明式事物提交不了数据到数据库,程序运行没任何问题,aop切面页没错.事物的类也没.错但是单用Hibernate的事物可以提交数据....
ssh整合用声明式事物提交不了数据到数据库,程序运行没任何问题,aop切面页没错.事物的类也没.错但是单用Hibernate的事物可以提交数据.
展开
1个回答
2015-03-20
展开全部
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) {
InsertForm insertForm = (InsertForm) form;
Login users=new Login();
String username=insertForm.getDdd();
String password=insertForm.getSss();
users.setUsername(username);
users.setPassword(password);
//这里调用插入方法了吗? service.save(user)好像没有调用吧?
request.setAttribute("users",service);
return mapping.findForward("su");
}
HttpServletRequest request, HttpServletResponse response) {
InsertForm insertForm = (InsertForm) form;
Login users=new Login();
String username=insertForm.getDdd();
String password=insertForm.getSss();
users.setUsername(username);
users.setPassword(password);
//这里调用插入方法了吗? service.save(user)好像没有调用吧?
request.setAttribute("users",service);
return mapping.findForward("su");
}
追问
调了插入方法,调用方法时的sql语句都能在控制台打印出来
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询