添加 sun-cmp-mappings.xml 文件

发布于 2024-10-29 05:05:55 字数 346 浏览 4 评论 0原文

我正在使用 Netbeans 6.9.1 创建 CMP bean。
一切工作正常,直到我将 sun-cmp-mappings.xml 文件添加到conf文件夹并注释掉project.properties中的第59行。我收到此错误
无法使用 CMP beans 部署应用程序“myproject-ejb”:未为此模块定义 cmp-resource。 cmp-resource 的最低要求是指定要与 beans 一起使用的 jdbc-resource 或 persistence-manager-factory-resource 的 jndi-name。
我删除了该文件并且它起作用了再次,但我真的需要映射表和列的名称。
有人可以帮助我吗?

I am creating CMP beans using Netbeans 6.9.1.
Everything worked fine until I added the sun-cmp-mappings.xml file to the conf folder and comment out line 59 in project.properties. I got this error
Cannot deploy application 'myproject-ejb' with CMP beans: cmp-resource is not defined for this module. The minimum requirement for a cmp-resource is to specify the jndi-name of a jdbc-resource or a persistence-manager-factory-resource to be used with the beans.
I removed the file and it worked again, but I really need to map the name of tables and columns.
Can anyone helps me please ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

吾性傲以野 2024-11-05 05:05:55

添加; sun-ejb-jar.xml 中的标记来解决该问题。

adding <cmp-resource> tag in the sun-ejb-jar.xml to solve the problem.

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