Skip to content

5.0.0 Alpha introduces broken changes in the arquillian config properties #201

Answered by jamezp
hantsy asked this question in Q&A
Discussion options

You must be logged in to vote

@hantsy It's likely a result of this https://issues.redhat.com/browse/WFARQ-99. You can either downgrade to 5.0.0.Alpha1 or you can add the following dependencies:

<dependency>
    <groupId>org.jboss.remoting</groupId>
    <artifactId>jboss-remoting</artifactId>
    <version>5.0.23.Final</version>
    <scope>test</scope>
</dependency>
<dependency>
    <groupId>org.jboss.remotingjmx</groupId>
    <artifactId>remoting-jmx</artifactId>
    <version>3.0.4.Final</version>
    <scope>test</scope>
</dependency>

I've filed https://issues.redhat.com/browse/WFARQ-102 to fix this.

Another note on that profiles surefire configuration. You should likely remove the <java.util.logging.manager>org.jboss.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hantsy
Comment options

Answer selected by jamezp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants