Arquillian: Wildfly embedded?

前端 未结 4 1586
南笙
南笙 2020-12-17 17:22

Until now I had my integration tests running with Arquillian and an embedded Glassfish 4.x. As I suffer from bug ARQ-1458, I tried migrating to Wildfly 8.0.0.Beta1.

4条回答
  •  [愿得一人]
    2020-12-17 17:34

    Well, I guess that it works differently w/ Wildfly than with Glassfish:

    https://community.jboss.org/thread/236562

    :(

    Edit: Docker adds another perspective on this issue. I could easily manage the external container using Docker and Maven while still using Arquillian. Did not test it yet, but if someone stumbles upon this...

提交回复
热议问题