Arquillian 与 weblogic 10.3

发布于 2024-12-25 11:15:04 字数 376 浏览 0 评论 0原文

我们的项目已开始要求我们为从现在开始进入 Prod 的所有模块编写测试。在某些情况下,Spring POJO 具有一些注入的 EJB,并且这些 EJB 在 POJO 方法中使用。由于我们找不到在 POJO 中对注入的 EJB 进行单元测试的方法(尝试了各种方法但没有成功),因此建议我们使用 Arquillian。我将 Arquillian 配置为在本地 JBoss 6.0.0 服务器上运行 - 他们的所有测试都可以从命令行以及 Eclipse 正常运行。

但是,我们的测试和生产环境使用 Weblogic 10.3 服务器。我还没有找到很多关于如何配置 Arquillian 单元测试以在 weblogic 中运行的信息。如果有人之前尝试过此操作,能否请您告诉我哪些配置文件以及要更改的内容?

-索努

Our project has started mandating us to write tests for all modules going into Prod from now on. We have cases where a Spring POJO has some injected EJBs and these EJBs are used within the POJO methods. Since we couldn't find a way to unit test injected EJBs within a POJO (tried various ways but were unsuccessful), we were suggested to use Arquillian. I configured Arquillian to run on a local JBoss 6.0.0 server - all their tests ran properly from command line as well as from Eclipse.

However, our test and prod environments use Weblogic 10.3 server. I havent found much information as to how we could configure Arquillian unit tests to run in weblogic. If anyone has tried this earlier, could you please let me know which config files and what to change ?

-Sonu

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

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

发布评论

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

评论(1

小…楫夜泊 2025-01-01 11:15:04

要在 WLS 10.3 的 arquillian.xml 文件中指定的属性列于 Arquillian 参考指南。通常,可能需要指定强制属性,但如果需要,也可以指定其他属性。

请注意,本页面的内容目前适用于 1.0.0.Alpha1 版本,并将在后续版本(制作时)中的某个时间点进行修改。

The properties to be specified in the arquillian.xml file for WLS 10.3, are listed in the Arquillian Reference Guide. Usually, one may need to specify the mandatory properties, but should the need arise, other properties can be specified as well.

Note that, the contents of this page are for the 1.0.0.Alpha1 version at the moment, and would be revised at some point in the future in subsequent releases (when they are made).

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