如何使 Websphere Ear 中的 java 项目与 JPA 一起工作
我在 Websphere 6.1 中安装了 EAR。 开发是在 Eclipse 中完成的,但使用简单的 Java 项目并将 *.java 和 *.class 文件直接更新到服务器。 我想开始使用 JPA,但 @Stateless 注释给出错误“无法解析为类型”。 我缺少什么? 感谢您的时间, 尤利亚
I have an EAR installed in Websphere 6.1. Development is done in Eclipse, but using a simple Java project and updating the *.java and *.class files directly to the server. I want to start using JPA, but the @Stateless annotation gives the error "cannot be resolved to a type". What am I missing?
Thank you for your time,
Iulia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用WebSphere 7.0,或者安装WebSphere 6.1 的EJB3 功能包。 您使用 EAR 文件和普通 java 项目的模式听起来与我所做的有点不同。 建议您首先遵循 Roland Barcia 的教程,然后再尝试其他模式。
这个教程可能会有所帮助,它与 WebSphere 6.1 + 相关功能包。
You need either to be on WebSphere 7.0, or to have installed the EJB3 Feature pack for WebSphere 6.1. You pattern of use of EAR files and plain java projects sounds a little diferent from what I've done. Suggest you start by following Roland Barcia's tutorial, et that going before you experiment with other patterns.
This tutorial may be helpful, it relates to WebSphere 6.1 + feature pack.