Terracotta - 无法转换为 com.tc.object.bytecode.TransparentAccess
我有一个相当大的 spring 应用程序,我想要共享的只是一个 Map (使用 util.ConcurrentMap 作为实现)。
为此,我在 appContext 中创建了一个 bean,并尝试使用以下 tc-config 行:
*/applicationContext.xml
我必须做其他事情才能使其发挥作用吗? MyClass 是一个相当简单的域对象,仅包含基元、两个构造函数和访问器/修改器。
我必须做其他事情才能使其正常工作吗? 我正在使用 Terracotta 3.0.0。
I have a rather large spring application, and all I'm trying to share is a single Map (using util.ConcurrentMap as implementation).
To do this, I created a bean in my appContext, and I tried to use the following tc-config line:
*/applicationContext.xml
Must I do something else to enable this to work? MyClass is a rather simple domain object that contains only primitives, two constructors, and accessors/mutators.
Must I do something else to get this working? I'm using Terracotta 3.0.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要创建一个 tc-config.xml 配置文件,如 http:// /www.terracotta.org/web/display/orgsite/Spring+Integration。
You need to create a tc-config.xml config file as described in http://www.terracotta.org/web/display/orgsite/Spring+Integration.