在域模式下使用 arquillian JBoss AS 7.1.3

Using arquillian on domain mode JBoss AS 7.1.3

我正在尝试设置 arquillian 以部署到域模式 Jboss 7.1.3,但我遇到了这个问题:https://bugzilla.redhat.com/show_bug.cgi?id=1175268

我目前无法移动到包含此修复程序的较新版本(即 Wildfly 8.0.0)。有谁知道 Martin Simka 在 bugzilla 评论中指的是什么解决方法,他说:

This fix simplifies some domain mode tests, it allows us to remove workaround where we have to add server-config to host that is started with host-master.xml.

如果您按照 JIRA issue then to the Github Pull Request then to the commit 的想法进行操作,您会找到建议的修复方法。看起来您必须重新编译 AS 7 才能应用它。