Terracotta - 无法转换为 com.tc.object.bytecode.TransparentAccess

发布于 2024-07-17 23:14:46 字数 306 浏览 2 评论 0原文

我有一个相当大的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雾里花 2024-07-24 23:14:46

您需要创建一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文