添加 sun-cmp-mappings.xml 文件
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加; sun-ejb-jar.xml 中的标记来解决该问题。
adding <cmp-resource> tag in the sun-ejb-jar.xml to solve the problem.