• Speed up test development

    Hi Guys, Writing tests usually requires tweaking, running, tweeking, runnint, and so on. Having tests run in container increases the turnaround sky high. I've been using JSFUnit for Seam2 application and there I mad...
    Profile Photo
    last modified by blabno
  • Results from testing TomEE container adapters

    Upon the release of TomEE 1.0.0, I decide to give the bundled Arquillian container adapters a go.   I began with the project created in the Arquillian Getting Started guide, then added the TomEE container adapte...
    Profile Photo
    last modified by dan.j.allen
  • Using Tomcat adapters as foundation for TomEE adapters

    Apache TomEE bills itself as being Apache Tomcat with the web profile baked in. This means that it behaves mostly like Tomcat.   While reviewing the TomEE container adapters, I noticed that there is a lot of ove...
    Profile Photo
    created by dan.j.allen
  • Preparing for 1.0.0.Final

    We're preparing for the first final release of Arquillian, 1.0.0.Final! (Hmm, perhaps I should have warned you to sit down first if that caused you to faint). This release showcases the dedicated work of many people a...
    Profile Photo
    last modified by dan.j.allen
  • Regarding GSoC Idea-Automate JavaScript tests in an integration environment using Arquillian

    Hi , My name is Malith Dhanushka and I am a final year undergraduate student from University of Moratuwa, Sri Lanka. I am interested in this idea for my GSOC 2012 project. Currently I am going through the given re...
    Profile Photo
    last modified by malith
  • Problem after migrating to arquillian persistence 1.0.0.Alpha4

    Hi!   after migrating i have Caused by: Exception [EclipseLink-4011] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Error ...
    Profile Photo
    last modified by mikie_s
  • Fallback when serializing a TestResult failure

    There are certain cases when an attempt to serialize the TestResult to send over the Servlet protocol fails. For example, if the test method throws a MethodConstraintViolationException from Hibernate Validator, the ja...
    Profile Photo
    last modified by dan.j.allen
  • FYI: Running Arquillian/Selenium tests within OpenShift Jenkins instance

    A thread going on in the OpenShift forums about running Arquillian + Selenium tests within the OpenShift Jenkins instance. This is a major use case for users of Arquillian wanting to use OpenShift as their CI environm...
    Profile Photo
    last modified by dan.j.allen
  • Drone configuration simplification

    Hi guys,   I would like to bring attention to complexity and limitations of the current configuration of Drone extension,   E.g. for development, where developer needs to change browser imlementation eas...
    Profile Photo
    last modified by lfryc
  • problems with Arqillan and JBoss 5.1.0 GA.

    hi I am having problems with Arqillan (1.0.0.Alpha5),  and JBoss 5.1.0 GA. I use EJB3 ,jboss-5.1.0.GA ,Jdk1.6.0_25 ,JEE 5     package ARQUI.ARQUILLIAN.util; import javax.ejb.Local;   @L...
    Profile Photo
    created by zguir
  • GSoC '12: Automated Visual Verification (RushEye)

    This is the thread for discussing Automated Visual Verification concept for GSoC 2012 project.   The concept builts on implementation started as RushEye project as Arquillian subproject.   References  ...
    Profile Photo
    last modified by lfryc
  • Compile-Time API Leak to SWD

    We have a compilation-time API leak from Arquillian Core to SWD:   Description Resource Path Location Type The type org.jboss.shrinkwrap.descriptor.api.Descriptor cannot be resolved. It is indirectly referenced f...
    Profile Photo
    last modified by alrubinger
  • GSoc Arquillian Sahi tasks

    This discussion thread is created to share resources needed to develop Arquillian Sahi integration for Drone.   Let me introduce Asanka Amarasinghe, who is interested in improving Arquillian Drone in Google Summ...
    Profile Photo
    last modified by kpiwko
  • How to test a WAR that redirects all GET request?

    Hi forks,   I'm trying to test OpemAM with Arquillian in EAP 5.1.2 just out of interest. Test code: [1]   The problem is OpemAM seem to redirect all request, so arquillian test request [2] is redirected [...
    Profile Photo
    last modified by tkonishi
  • Arquillian Extensions for AS7 Subsystem Authors

    Galder started a discussion with us on the feasibility of contributing some Arquillian extensions useful to those building AS7 subsystems.  In effect allowing us to pre-test in an AS7-like configuration without a...
    Profile Photo
    last modified by alrubinger
  • Reconfigure container on org.jboss.arquillian.test.spi.event.suite.Before event

    Is there a way to reconfigure the container just before the test execution?   Using an observer extension, i check each test method for a custom annotation that if exists i change the container descriptor in ord...
    Profile Photo
    last modified by gvagenas
  • Arquillian not cleaning up after itself?

    I have a project with (so far) 17 test classes containing over 100 test methods. When I try to run all my tests in one go, I end up getting a PermGen OutOfMemoryError. This happens because the test EAR has to be redep...
    Profile Photo
    last modified by rcd
  • Testing a JBoss module using Arquillian

    Hello,   First of all, let me apologize if this already exists or has been discussed elsewhere. searching for anything to do with 'JBoss modules' always returns a lot of false positives ;-)   I'm creating ...
    Profile Photo
    last modified by paul.robinson
  • Documentation for Implementing Arquillian Containers SPI

    At the request of Kristiyan Marinov, I'd set up today a placeholder for a Guide on Implementing an Arquillian Conatainer:     https://github.com/arquillian/arquillian.github.com/issues/70   The work i...
    Profile Photo
    last modified by alrubinger
  • Arquillian Event model

    Hi Arquillians,   I'm a bit struggled by trying to verify that interaction between multiple extensions is going as expected. I have an Android Extension which basically allows to enrich Arquillian Drone extensio...
    Profile Photo
    last modified by kpiwko