• Arquillian and drone Headless Linux

    Pom.xml versions <arquillian.version>1.1.2.Final</arquillian.version> <arquillian_drone.version>1.2.0.Final</arquillian_drone.version> <arquillian_warp.version>1.0.0.Alpha4</arquill...
    Profile Photo
    last modified by mrlindenwillow
  • Multiple Deployments on multiple remote glassfish <group> leads to "Invalid user name or password"

    Hey there,   my environment is the following: Glassfishv4 1 (remote) running on localhost. Eclipse IDE running on localhost containing source / test code. Glassfishv4 2, running on a virtual machine. Reachabl...
    Profile Photo
    last modified by ziti
  • How to distribute unified recorder for the first alpha release?

    Hi,   this one sums up what was written on ML + other info. I just write it here all one more time and more precisely. Sorry for being too verbose.   We are trying to release this https://github.com/smiklo...
    Profile Photo
    last modified by smikloso
  • Arquillian-Undertow-Extension - ShrinkWrap Question

    Hello, maybe I should move this topic on ShrinkWrap forum, but I think this is the right place to ask because involves Arquillian too.   I am developing a container extension for undertow. Currently I am develop...
    Profile Photo
    last modified by asotobu
  • Idea for Arquillian logging extension

    Hey guys,   I've got an idea for new extension which is supposed to improve logging in Arquillian because this so far really poor (I'd like to see test names, duration of the tests, class names and so on - all o...
    Profile Photo
    last modified by pmensik
  • Ideas how to merge Droidium for native and web tesing together?

    Hi,   Droidium now consists of three groups of artifacts:   1) Android container adapter 2) Native plugin for testing native APKs by Selendroid server 3) Web plugin for testing web apps which are deploye...
    Profile Photo
    last modified by smikloso
  • ShrinkWrap on Arquillian.org

    I've been working on integrating ShrinkWrap into the Arquillian.org site. Currently we support a 'normal' scan of the Repositories which means ShrinkWrap (Archives|Resolvers|Descriptors) are included on:   * Mod...
    Profile Photo
    last modified by aslak
  • Arquillian Native Platform extension

    Hey Arquillians,   for a long time we are struggling in using tools that are not they easily available from Java world. Things like Android SDK, PhantomJS driver binary, chromedriver server binary, containers do...
    Profile Photo
    last modified by kpiwko
  • Arquillian GWT extension

    Hello,   We created an arquillian GWT extension for running GUI tests (e.g. Selenium) in GWT dev mode which we would like to share: AgiliumLabs/arquillian-gwt-dev-mode · GitHub.   Advantages of our a...
    Profile Photo
    created by roman.k
  • Injecting Spring MVC Controller from .war included in the .ear into Arquillian test

    I have a large .ear that consists of multiple .jars and multiple .war files that I am deploying into JBoss. I want to do end-to-end testing on one of the .wars' Controllers using spring-test-mvc framework, and hence n...
    Profile Photo
    last modified by kokovoj
  • Build deployments in deploy order

    Hi,   currently there is no defined order in which the deployments are processed even though there is a deployment order defined.   I'd prefer that the deployment processors like ApplicationArchiveProcesso...
    Profile Photo
    last modified by robert.panzer
  • REST Client Extension Feedback

    Hi all   Finally got some time this evening to start on ARQ-1555.  One of the main requirements here is to be able to dynamically proxy classes, rather than per class.  Based on some feedback from Asla...
    Profile Photo
    created by meetoblivion
  • Is it time to write Arquillian 2.0 using Ceylon instead of Java?

    With Ceylon announcement - http://ceylon-lang.org/blog/2013/11/12/ceylon-1/, I was thinking about following:   If Arquillian 2.0 is written in Ceylon, we could get: * Some nice features for writing Core itself ...
    Profile Photo
    last modified by kpiwko
  • Remote

    Hi, I am new to Arquillian and I'm trying to test remote EJB deployed on Glassfish 3. I've been trying to do it by creating two .war files and merging them finally in 'test.war' with ShrinkWrap. The first of them I cr...
    Profile Photo
    last modified by narkh
  • Arquillian Persistence Extension + NoSQLUnit

    Hello I have opened this thread to start talking about integration between Arquillian Persistence Extension (from now *APE*) and NoSQLUnit.   Let me introduce the part of NoSQLUnit and what it does. NoSQLUnit ha...
    Profile Photo
    created by asotobu
  • New Arquillian Drone scopes proposal

    Hi,   I was discussing Arquillian Droidium ARQ-1557 with Stefan. As a result, I'm thinking of creating new lifecycle scopes for Drones.   Drone currently works following way: Instance is configured and ma...
    Profile Photo
    last modified by kpiwko
  • Which is the recommended alternative to Persistence Extension when running local acceptance tests against a prepackaged EAR?

    Hello everybody,   It seems that Arquillian Persistence Extension is only working for in-container tests. Which is the best alternative to persistence extension when using local tests (i.e. from outside of the c...
    Profile Photo
    last modified by alfonso.mateos
  • What should be the next Droidium extension?

    Hi,   I would like to have some minipoll here regarding Droidium.I know it is pretty soon to develop something else except core bits when there is not even Final out but anyway ... Since these extensions are kin...
    Profile Photo
    last modified by smikloso
  • How to set arquillian.xml with Persistence Extension when deploying an EAR artifact and testing with @RunAsClient

    Hello everybody, I want to run a functional test on my REST API, so I depoy the EAR that contains it this way:   @Deployment(testable = false)   public static Archive<?> createDeployment() {  ...
    Profile Photo
    created by alfonso.mateos
  • Container adapter for a Java EE5 certified AS

    Hi all,   I'm trying to implement a container adapter for SAP NetWeaver. I have the following running end-to-end: create shrinkwrap archive auto deploy before test run test auto undeploy   The problem...
    Profile Photo
    last modified by pnt