• Jetty8 support ?

    Hi,   there is no support ATM for Jetty8, is there a reason why the container is not implemented or is it by lack of a valuable contribution ?   Julien
    Profile Photo
    last modified by julien_viet
  • Simplification of Arquillian Drone configuration

    For a long time, we are trying to improve user experience while configuring Drones in Arquillian. Let me go through the steps what we have done till Drone 1.0.0 went out:   1/ Arquillian.xml configuration was...
    Profile Photo
    last modified by kpiwko
  • which is the best way to test modular EB project ?

    Hi to all, Im a newbie on Arq and Jboss, I have a question (don't' know if it has a sense....).   I would like to know which is the best way to test a modular project (based on EJB) using Arquillan . Suppose I ...
    Profile Photo
    last modified by michele.mazzei
  • Graphene Component objects  - finding a proper name

    Hello guys!   I created small subproject for Arquillian Graphene 2 as a part of my bachelor thesis lead by Lukas Fryc.   The Component objects are basically encapsulation of web components (widgets) like C...
    Profile Photo
    last modified by jhuska
  • Crowdfunding for Arquillian on FreedomSponsors

    Hi all   I have set up a website where people can place small money bounties for open issues oon JBoss JIRA (or any other open issue tracker)   So far it's only got a few offers - but it's slowly growin...
    Profile Photo
    created by tony_lampada
  • Arquillian integration tests with existing jar files

    I cant find anything on how to test my ejb jar and utilities jar file using arquillian and gf embedded ... I've got a module that produce ejb.jar and another one that produced utilities.jar and another one entities.ja...
    Profile Photo
    last modified by arquillianer
  • IlegalStateException - could not run test

    @Deployment     public static EnterpriseArchive createTestArchive() {         MavenDependencyResolver resolver = DependencyResolvers.use(     &#...
    Profile Photo
    last modified by arquillianer
  • Extracting the transactions from APE

    Hi,   I had made the first step towards moving the transaction support from Persistence Extension into to completly separate module: https://github.com/jmnarloch/arquillian-extension-transaction.   As for ...
    Profile Photo
    last modified by jmnarloch
  • Italian documentation

    Hi.... I've seen that miss an italian translation of the community documentation... can I help you? 
    Profile Photo
    last modified by sviluppatorefico
  • Servlet Protocol for EAR Deployments with multiple WARs

    Hi,   we are using Arquillian heavily for integration testing on JBoss 7.1.1 and are very pleased with it!   One disturbing detail is that currently it is not possible to use the Servlet protocol with ears...
    Profile Photo
    last modified by robert.panzer
  • GSoC - Arquillian Spring Integration

    Extend Arquillian to support Spring testing (beans and MVC controllers)   Ref Mail: There are a two different parts to this task. I can explain the first part, and Marius is probably a better person to explain ...
    Profile Photo
    last modified by aslak
  • jboss-as-arquillian-container-managed managementAddress and managementPort

    Hi,   I'm trying to understand the semantics of the managementAddress and managementPort configuration options in context of the managed container   Here is  my understanding of how it currently works...
    Profile Photo
    last modified by john7doe
  • Designing Warp extension for testing Spring MVC

    Hi,   I had played with the alpha 1 of Warp and I have to say that it's pretty cool.   I came up with an idea to create an extension particular for testing SpringMVC, I hacked the code a bit and came up w...
    Profile Photo
    last modified by jmnarloch
  • GSoC - Automated Visual Verification

    Hi Arquillian community,   My name is Jakub Dunia and I am participating in Google Summer of Code this year, with Automated Visual Verification project.     For all interested, my proposal :   h...
    Profile Photo
    last modified by fafnir88
  • Arquillian <-> JavaScript integration module status?

    Hi,   I've been looking for a way to "integration" test JavaScript with a (Java) REST service. I noticed one or two posts about a JavaScript testing module (Jan -> Apr 2012), but haven't been able to find ot...
    Profile Photo
    last modified by marco.rietveld
  • Project JSFUnit.NG (not tied to JSF)

    Hi guys,   many of you already heard about that, since we have discussed it on #jbosstesting.   but since it starts to be pretty obvious that lot of us are focusing in the same direction, let's bring this...
    Profile Photo
    last modified by lfryc
  • Arquillian Persistence Extension roadmap

    Hi guys,   since a while I've been collecting some thoughts what to do next for Persistence Extension in form of a mind map and it's quite growing. So I believe it's just about the time to ask for your help wit...
    Profile Photo
    last modified by bmajsak
  • cannot deploy jpa with mysql connector

    I am trying to test a jpa project using the guidelines of Dan Allen, Bartosz Masjak and Alexis Hassler in this http://arquillian.org/guides/testing_java_persistence/ which works fine for the h2 database but for my m...
    Profile Photo
    last modified by evak
  • Byteman Fluent API

    Hi, I wanted to try Byteman and so I started a very simple prototype for the fluent API (https://issues.jboss.org/browse/ARQ-355): https://github.com/DavideD/arquillian-extension-byteman/tree/BM-ARQ-355   It's...
    Profile Photo
    last modified by davided80
  • Arquillian integration with Spring @Autowired (Tomcat 7.0 Managed)

    Hi,   How do I construct a class under test where one of it's members use Spring @Autowired in a Tomcat 7.0 Managed implementation?   Example code   Class under test: SearchController:   public...
    Profile Photo
    last modified by billm