glassfish v3 远程 jboss EJB 客户端
我有一些关于调用部署在 Jboss 5 上的 EJB 3 无状态的有趣问题 玻璃鱼 v3.
我成功地在 glassfish 2.1 和 jboss 5 上做到了这一点,通过将 Jboss 客户端 jar 与我的应用程序打包在一起,但现在当我在 gf3 上做同样的事情时,我得到了许多 jboss 类的 ClassNotFoundException (除了 ${jboss home/client} ),我只是不断添加这些 jar,但似乎没有结束。
为什么 gf 3 比 gf2 需要更多的 jboss 类,我使用相同的代码!?
另外,我如何配置 gf3 来查找该 jar 文件,然后将它们放入域 lib 目录中?
Tnx寻求帮助:)
I have some interesting issue regarding calling EJB 3 stateless deployed on Jboss 5 from
Glassfish v3.
I managed to do this successfully on glassfish 2.1 and jboss 5, by packing Jboss client jars with my app, but now when I do the same thing on gf3 I get ClassNotFoundException for many of jboss classes (other then ${jboss home/client}) and I just keep adding those jars but there seems not to be an end to that..
Why gf 3 requires more jboss classes then gf2, I uses the same code!?
also how can I config gf3 to look for that jar files other then to put them in domains lib dir?
Tnx for help :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Howzit,
我发现了同样的事情,在 GF3 中你必须添加大量的库才能让独立客户端工作,这是我发现让我的客户端工作的列表:
Howzit,
I found the same thing , in GF3 you have to add in insane amount of libraries to get a stand-alone client working , here is the list I found got my client working :