• 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...
    Profile Photo
    last modified by marks1900
  • Single deploy Arquillian

    Greetings,   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...
    Profile Photo
    last modified by rvalle
  • 伪造假文凭美国办理ASU亚利桑那州立大学毕业证成绩单Q微信729926040美国办理假毕业证、制做海外假文凭成绩单|美国留信网认证,美国假文凭假毕业证假成绩单,买美国大学文凭美国毕业证认证。

    伪造假文凭美国办理ASU亚利桑那州立大学毕业证成绩单Q微信729926040美国办理假毕业证、制做海外假文凭成绩单|美国留信网认证,美国假文凭假毕业证假成绩单,买美国大学文凭美国毕业证认证。 【Q/微信729926040】如以删除请点网页快照,专业办理德国/法国/英国/加拿大各大学高端精仿文凭,留学全套材料办理:毕业证+成绩单+回国证明+学历认证 教育部真实学历学位认证.使馆认证回国证明永久存档可查,办学生卡,录取通知书,在读证...
    Profile Photo
    last modified by hououounino03
  • Arquillian Cube - Docker network pruning

    Hi 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...
    Profile Photo
    last modified by spykee
  • Could not create AdminClient: ADMC0016E: The system cannot create a SOAP connector to connect to host localhost at port 8880.

    I have configured to run WAS 8 remote to run arquillian integration tests using the following GitHub repository,     GitHub - arquillian/arquillian-container-was: Arquillian WebSphere Containers   ...
    Profile Photo
    last modified by balaajichander
  • Database migration in a Cube-CI environment

    Manually, 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...
    Profile Photo
    created by nickarls
  • APE- Transaction problem

    Hi   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...
    Profile Photo
    last modified by arrom
  • 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: ...
    Profile Photo
    last modified by rigobert
  • 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

    Hello, I am trying to create arquillian-was-embedded-8 container for my test framework.   Here is my sample code that i am trying to run. GitHub - getarbind/arquillian-test-framework   I have used below...
    Profile Photo
    last modified by getarbind
  • Unable to Start arquillian container for testing

    Getting below error while trying to test sample application...   ------------------------------------------------------------------------------- Test set: org.arquillian.example.GreeterTest -------------------...
    Profile Photo
    created by mkv
  • Using password file for jmx auhtentication with arquillian

    Hi,   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...
    Profile Photo
    last modified by geanakuch
  • Could not transfer artifact

    Hi, 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....
    Profile Photo
    created by bonsaitree
  • Jboss Arquillian to tests with Jboss 4.2.3 GA

    Hi 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> &...
    Profile Photo
    last modified by carloslimasis
  • Different behavior observed between Shrinkwrap Resolver and Maven

    Hi 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:  ...
    Profile Photo
    last modified by vmassol
  • orderBy in @ShouldMatchDataSet doesn't work

    For example:   @ShouldMatchDataSet(value="#testImportExamsPush-expected.xml", orderBy={"A11N_STATE.A11N_STATE_PK","TEST.TEST_PK"},              &...
    Profile Photo
    last modified by gbuckholtz
  • Arquillian build fail

    I 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...
    Profile Photo
    last modified by indevrus
  • Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException

    Hi,   I am using JBOSS 7.1.1.Final and JDK 1.8.0_171. But when I am trying to start JBOSS server througn Standalon.bat file, server returning me following error: C:\Users\lenovo\Desktop\jboss-as-7.1.1.Final\jbo...
    Profile Photo
    created by amitsingh308
  • record chrome dev tools in drone test

    Is there any way to record the chrome dev tools from an Arquillian drone test ?
    Profile Photo
    last modified by cameronbraid
  • including path in UsingDataSet doesn't appear to work

    In 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...
    Profile Photo
    created by gbuckholtz
  • Using Graphene with ArquillianTest, ArquillianTestClass & @RunWith(Cucumber.class)

    @RunWith(Cucumber.class)   @Rule ... @ClassRule ...   @Drone private static WebDriver driver; //<-- This works (Using Cube/Selenium/remote)   @Page public static PageTest pageTest; //<-- Thi...
    Profile Photo
    last modified by andygee