让 JBoss Seam 与 Eclipse 一起工作
我一直在尝试在 Eclipse 3.5 中使用 JBoss Seam 运行一个简单的示例项目。 到目前为止还没有成功。
我做了什么:
- 我设置了一个 MySQL 服务器,我可以使用 eclipse 的数据工具连接到它。
- 我安装了 Tomcat 6.0 并将其设置为 eclipse 中的服务器
- 我安装了“JBossAS Tools”v2.2.0 插件
- 我使用该插件创建了一个新的 Seam 项目。
但我不断发现
javax.naming.NameNotFoundException: HelloWorldSeamProjektDatasource not bound
我已经阅读了很多论坛并使用了 web.xml、server.xml、context.xml 和 HelloWorldSeamProjekt-ds.xml。
我的猜测是我的数据库资源的 JNDI 设置已损坏。我尝试了很多不同的方法,例如全局资源,不同的名称(comp / env /) 但没有任何效果。
我发现的所有教程都使用 Seam、Tomcat 和 Eclipse 的不同(而且大多是过时的)组合。
我越来越沮丧了。
有人可以指点我一个简单的设置来帮助我开始吗?
I have been trying to get to run a simple example project with JBoss Seam in Eclipse 3.5.
So far unsuccessfully.
What i did:
- I set up a MySQL server that i can connect to using eclipse's data tools.
- I installed Tomcat 6.0 and set it up as a server in eclipse
- I installed the "JBossAS Tools" v2.2.0 plugin
- I created a new Seam Project using the plugin.
But i keep getting
javax.naming.NameNotFoundException: HelloWorldSeamProjektDatasource not bound
I have been reading a lot of forums and playing around with the web.xml, server.xml, context.xml and HelloWorldSeamProjekt-ds.xml.
My guess is that the JNDI setup of my database resource is broken. I tried a bunch of different approaches like a global resource, different names (comp/env/)
but nothing worked.
All the tutorials i found use different (and mostly outdated) combinations of Seam, Tomcat and Eclipse.
I'm getting frustrated.
Can someone please point me to a simple setup to get me started?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该做的是使用 seam-gen 来生成你的 eclipse 项目。这样就可以了。
您可以了解如何开始使用 seam-gen 这里
What you should do instead is use seam-gen to generate your eclipse project. This will do it right.
You can see how you can get started using seam-gen here