我正在使用Spring Data Gemfire的v1.7.5和Gemfire 8.2.0。
在使用REQUIRES_NEW事务传播时,它在尝试暂停现有事务时失败并出现以下错误。看起来底层的Gemfire转换管理器(CacheTransactionManager)支持挂起和恢复,但spring数据gemfire却没有。我的理解是对的吗?如果是的话,是否会在不久的将来提供解决方案或支持?
public interface View {
public JComponent getView();
}
public interface Controller<M, V extends View> {
public M getModel()
public V getView();
}
答案 0 :(得分:1)
好抓!
我已提交JIRA票证SGF-598 -
"Add support for suspend and resume in GemfireTransactionManager"以使用本地缓存交易的暂停和恢复功能来增强SDG GemfireTransactionManager
。
我已设置&#34;修复版本&#34;因此,这张票。
注意:不再支持SDG 1.7.x
。有关最新,最新版本,请参阅SDG project page。
谢谢, 约翰