Arquillian: Wildfly embedded?

前端 未结 4 1593
南笙
南笙 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:46

    One should set environment variable JBOSS_HOME to path to jBoss installation. Otherwise, a tag property should be added to arquillian.xml inside a container tag.

    
    
    
    
        
            /path/to/jboss/as
        
    
    

    from example application jboss-javaee6-webapp

提交回复
热议问题