赞
踩
在使用 ofbiz 中经常会出现下面的后台日志
ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction.
在 deletagor 代码上下加上
TransactionUtil .begin().
TransactionUtil .commit()
TransactionUtil .rollback()
即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。