Wildfly 25 Arquillian

197 views
Skip to first unread message

Tom Eicher

unread,
Dec 7, 2021, 8:40:25 AM12/7/21
to WildFly
Hello,
we now got our wildfly 10 ear to compile (because of hibernate) and run on wildfly 25.
Now we would need to run our Arquillian tests to verify that everthing still works.
Is anybody successfully running Arquillian Tests for wildfly 25, and if with what version?
Arquillian looks rather dead everywhere, except there are recent commits in the github. Not really sure what to make of this.
Thanks & Cheers Tom.

James Perkins

unread,
Dec 7, 2021, 11:03:43 AM12/7/21
to WildFly
Hi Tom,
WildFly Arquillian was decoupled from WildFly itself a while ago and is now its own project https://github.com/wildfly/wildfly-arquillian. The README on the project has some very basic dependency information that shows what you'd need to change.

Wolfgang

unread,
Dec 7, 2021, 3:46:21 PM12/7/21
to WildFly
Hi Tom,

you might try to create a maven project from the archetype "wildfly-jakartaee-ear-archetype" for WildFly 25.

mvn archetype:generate -DgroupId=my.project.org -DartifactId=sample-jakartaee-ear-archetype -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-ear-archetype -DarchetypeVersion=25.0.0.Final

This project is prepared to run arquillian tests and you could pick all necessary config from there. It contains two profiles to run the tests on a remote or a local server. See the Readme.txt file. E.g to run the tests on a remote server (=externally started on your machine):

mvn clean verify -Parq-remote

Hope this helps. If not feel free to ask.

Wolfgang
Reply all
Reply to author
Forward
0 new messages