• Migration to Arquillian 1.0.0.CR1

    This page documents the changes between Arquillian 1.0.0.Alpha5 and 1.0.0.CR1 (the interim releases were too rapid to worry about). If you are migrating from an earlier version of Arquillian (< 1.0.0.Alpha5) please...
    Profile Photo
    last modified by aslak
  • Arquillian Migration Guides

    Please refer to the following guides when migrating between versions of Arquillian:   Migration to Arquillian 1.0.0.Alpha5 Migration to Arquillian 1.0.0.CR1   If you know of API changes between Arquillian...
    Profile Photo
    last modified by dan.j.allen
  • Migration to Arquillian 1.0.0.Alpha5

    This page documents the changes between Arquillian 1.0.0.Alpha4 and 1.0.0.Alpha5.   ShrinkWrap API changes Container configuration More to come...   ShrinkWrap API changes  Arquillian ...
    Profile Photo
    last modified by aslak
  • Arquillian Container Injection Support Matrix

    Below is a matrix showing the containers and what they support.   @EJB @EJB (no interface) @Inject (CDI) @Inject (MC) @Persistence* @Inject (UserTransaction) @Resource jbossas-embedded-6 reloaded...
    Profile Photo
    last modified by ozizka
  • Arquillian + tomcat 6 + gradle

    This is a quick reference on how to configure arquillian tests with a tomcat-6 container with gradle.     configurations {     inContainerTestRuntime { extendsFrom testRuntime } } dependences...
    Profile Photo
    last modified by brettcave
  • Starting JBossAS automatically

    You can run your tests against local JBossAS6* for example by starting server first and running tests against it afterwards. Arquillian detects, if server has been started. That's fast and fine for local testing. But ...
    Profile Photo
    last modified by michaelschuetz
  • Using Arquillian to test a possible bug in Weld

    (written by dan.j.allen)   I was recently notified of a possible bug in Weld. I decided to give Arquillian a try to prove whether or not the bug was real.   I'll start with the problem. A developer reporte...
    Profile Photo
    last modified by aslak
  • Testing a JMX Portable Extension for CDI

    (written by germanescobar)   Here is how I used Arquillian to test a simple JMX Portable Extension that I wrote a few weeks ago. The extension allows you to automatically register MBeans using annotations. For e...
    Profile Photo
    last modified by aslak
  • Seam 3 JMS Module Testing with Arquillian

    h2. Overview As development begins on the Seam 3 JMS Module, Aquillian has already made it very easy to verify the early functionality. This article explains how Arquillian has been used to demonstrate that injection ...
    Profile Photo
    last modified by dan.j.allen