• 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
  • How do I set the HTTPContext so ArquillianServletRunner can be found?

    I'm looking for guidance to get the needed metadata into my deployed war.  I can see from the source an exception is thrown when the servlet ArquillianServletRunner is not found in the HTTPContext object.  T...
    Profile Photo
    last modified by billm
  • Creating a presentation material repository

    I was watching videos @ http://arquillian.org/invasion/videos/ and want to get the slide of Testable Enterprise Development with Arquillian by Aslak Knutsen, Andrew Lee Rubinger. i found one in Andrw slideshare profil...
    Profile Photo
    last modified by rajonjava
  • Persistence Extension Object-Oriented DataSets ideas

    Hi Arquillian Community,     as part of the GSoC I was working on the Object-Oriented DataSet proposal and even though I wasn't officially accepted to the GSoC this year, I spent quite much time with the pr...
    Profile Photo
    last modified by crazyjavahacking
  • arquillian.org The Showcase

    I've hacked up a little Showcase view for arquillian.org based on the arquillian-showcase examples.   In short what the Extension do:   * Run through all Examples in the Showcase * Extract metadata from ...
    Profile Photo
    last modified by aslak
  • Artifact packager

    I would like to start a discusion on a additional for the Arquillian. There was already a idea for the Seam extension and similary for the Spring one to enable configuring the packaged bundles. I see the need of such...
    Profile Photo
    created by jmnarloch
  • On ARQ-337

    (Wrote the previous one in the wrong secion, I think)   Hi there, I looked into ARQ-337 (activating/deactivating scopes) yesterday together with Aslak and here's what we came up with. Feedback expected.  ...
    Profile Photo
    last modified by m1ckey
  • Arquillian Twitter Account

    As i am seeing some active talk in IRC on Arq. Twitter account.. thought of staring a discussion here for historical record...   I love to see a twitter account for Arq. which helps Twitter users like me who can...
    Profile Photo
    created by rajonjava
  • Rethinking the FAQ

    Now that we've gotten past publishing arquillian.org and getting the introductory guides written and translated, it's time to look at what other information is still in hard to reach places. One of the items on that l...
    Profile Photo
    last modified by dan.j.allen
  • Towards Spring Test Enricher Milesone One

    After yesterday discussion with Marius we agreed to prepare the first release of the Spring test enricher (currently held here:https://github.com/jmnarloch/arquillian-container-spring) that will be ready within next 2...
    Profile Photo
    last modified by jmnarloch
  • arquillian.org The Reference Dictionary

    I've been playing with something I call the: The Reference Dictionary   Think of it as a Term / Concept Dictionary based on JavaDoc data and not as a JavaDoc replacement. User facing API's in Arquillian are mo...
    Profile Photo
    last modified by aslak
  • Graphics workflow for the Arquillian platform

    Hi guys,   I want to create a workflow for the request, creation, evaluation, finalization and storage of graphics created for the Arquillian project. Up until now you've been stuck with images I've created at 3...
    Profile Photo
    last modified by graphitefriction
  • Arquillian Extension Seam2 - what's next?

    > I have looked at sources and it looks great. Although I have some > additional questions to implementation as I am not Arquillian > developer: > > 1. We (will) have in Seam 2.3 parallel support o...
    Profile Photo
    last modified by aslak
  • Looking for a driver for a declarative REST testing extension

    The JAX-RS EG recently announced that a set of client APIs will be standardized in JAX-RS 2.0 (see example). With that announcement, and the continued industry adoption of REST services, I think the time is right to c...
    Profile Photo
    last modified by dan.j.allen
  • Alignment of container configuration property names

    While evaluating and documenting the various container adapters and configuration, I've noticed a large variation in property names for the same attribute. To improve the usability of Arquillian, we should adhere to a...
    Profile Photo
    last modified by dan.j.allen
  • Smarter container configuration activation

    Activing container configuration right now is a real pain and, to be honest, pretty brain dead. It requires the user to manually correlate the choice of container adapter with the choice of container configuration. &#...
    Profile Photo
    last modified by dan.j.allen