Log in to follow, share, and participate in this community.
Thread Future of Arquillian?
Future of Arquillian?I have noticed a couple of things about Arquillian, that has me wondering about this project's status and future direction. Is this project dying or getting replaced by something else - Arquillian 2? Any f...
Single deploy ArquillianGreetings, I have been working with Arquillian in a project for months now. Recently we upgraded the project to use thorntail along with it and moved to the newest Arquillian version, 1.4.0.Final. But since th...
Arquillian Cube - Docker network pruningHi folks, I'm trying to create a set of dockers containers via Arquillian Cube and to link them with a docker network. The problem is that after the test executes, and the docker containers are removed...
Thread Database migration in a Cube-CI environment
Database migration in a Cube-CI environmentManually, I would run maven flyway:migrate clean install for the tests but since Cube starts the containers (including the DB) when the test is run, it makes this impossible. What would be the way of using flyway with...
APE- Transaction problemHi I ve been trying to use arquillian with arquillian-persistence-exception, but I ve not been too successful. The problem that I am facing right now is a transaction time out. Some details of my configuratio...
JBoss EAP 7 embedded?Hi, We want to use Arquillian for testing our web profile developments. In production, the war is deployed in a JBoss EAP 7.0.0.GA. We can launch unit tests with Arquillian and jboss remote configuration: ...
Thread Facing issue creating arquillian-was-embedded-8 container - Error java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
Facing issue creating arquillian-was-embedded-8 container - Error java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
Thread Unable to Start arquillian container for testing
Unable to Start arquillian container for testingGetting below error while trying to test sample application... ------------------------------------------------------------------------------- Test set: org.arquillian.example.GreeterTest -------------------...
Thread Using password file for jmx auhtentication with arquillian
Using password file for jmx auhtentication with arquillianHi, I use arquillian to test my liferay portal set up on a remote tomcat. I have added to my JVM args the following -Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.authenticate=true \
-Dcom.su...
Could not transfer artifactHi, I'm new with arquillian and shrinkwrap. I try to use shrinkwrap to load artifacts from the pom for an aquillian test. But I always get: Jul 04, 2018 10:17:09 AM org.jboss.shrinkwrap.resolver.impl.maven....
Thread Jboss Arquillian to tests with Jboss 4.2.3 GA
Jboss Arquillian to tests with Jboss 4.2.3 GAHi guys! I've tried adding the test configuration for my project and I need to use the JBoss 4.2.3 GA in my tests. In my pom.xml I have: <dependencyManagement>
<dependencies>
&...
Thread Different behavior observed between Shrinkwrap Resolver and Maven
Different behavior observed between Shrinkwrap Resolver and MavenHi guys, Thanks for Shrinkwrap it's a very nice and useful lib. I'm trying to use it on the XWiki project. However I've noticed a difference in the resolved artifacts. I have the following code: ...
Arquillian build failI try to launch arquillian tests, but every time I get this error. Running org.arquillian.example.ClassForTestingTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.3 sec <<< FAILU...
Thread Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException
Thread including path in UsingDataSet doesn't appear to work
including path in UsingDataSet doesn't appear to workIn an effort to group test data I am making subdirectories in my datasets dir. I am working with the default dataset directory (datasets) then use @UseDataSet("scenario1/seedfile.xml") and I get an error that it...