JavaEE 6:无法编译@Resource(lookup =“”)

发布于 2024-12-05 03:27:38 字数 337 浏览 0 评论 0原文

我正在尝试使用 @Resource(lookup="") 查找 Glassfish 3.1 中配置的资源。我使用的是 Eclipse 3.5。

我已经设置了 -Djava.endorsed.dirs=${GLASSFISH_HOME}/modules/endorsed 并将 javax.annotation.jar 添加到我的项目构建浴中,但仍然没有'编译。

我无法使用 @Resource 查看查找参数。

有人可以帮助我理解为什么我没有使用 @Resource 获取查找参数吗?

I am trying to use @Resource(lookup="") to look up a resource configured in Glassfish 3.1. I am using Eclipse 3.5.

I've set -Djava.endorsed.dirs=${GLASSFISH_HOME}/modules/endorsed and added javax.annotation.jar to my projects build bath but still it doesn't compile.

I am not able to see the lookup parameter with @Resource.

Could someone help me understand why am I not getting the lookup parameter with @Resource?

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

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

发布评论

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

评论(1

自由范儿 2024-12-12 03:27:38

您确定您使用的 javax.annotation.jar 是 JavaEE6 的(而不是之前版本的),因为 lookup 是在 JavaEE 6 中引入的。检查该 jar 的 MANIFEST 进行确认。

Are you sure the javax.annotation.jar that you are using is the one for JavaEE6 (and not for a prior version), since lookup was introduced in JavaEE 6. Check the MANIFEST of that jar to confirm.

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