• 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
  • Container support for a proprietary container?

    Hello all,   I'm interested in implementing and contributing support for a proprietary container (Java EE 5 certified). Talked to ALR and we came to the interesting question of distribution. I would like to kno...
    Profile Photo
    last modified by pnt
  • jboss-common-core, transitive dependency of test-scoped profile service, gets into war

    FYI:   I have a war project that is packaged into an ear.  I am using maven for my builds.  My war project has arquillian unit tests and has a test-scoped dependency on org.jboss.jbossas:jboss-as-profi...
    Profile Photo
    last modified by jjfraney
  • Arquillian Persistence Extension - seeding / cleaning db and annotation naming

    Hi guys,   I'm struggling a bit with naming for new annotations in APE (or maybe speculating about the features too much) . Currently we have following possibilities:   @UsingDataSet and @ShouldMatchDataSe...
    Profile Photo
    last modified by bmajsak
  • DeltaSpike integration tests on WLS 12c

    Rudy from the DeltaSpike team is working on getting the integration tests running on WLS 12c. He has some questions about configuration. The answers are probably straightforward, either use an environment variable or ...
    Profile Photo
    last modified by dan.j.allen
  • GlassFish 3.1 managed container adapter needs finishing & review

    I've implemented a working prototype of the GlassFish 3.1 managed container adapter. However, it needs finishing and code review before it is ready for a release. Feel free to pick up the issue.   https://issues...
    Profile Photo
    created by dan.j.allen