Log in to follow, share, and participate in this community.
Thread Speed up test development
Speed up test developmentHi Guys, Writing tests usually requires tweaking, running, tweeking, runnint, and so on. Having tests run in container increases the turnaround sky high. I've been using JSFUnit for Seam2 application and there I mad...
Thread Results from testing TomEE container adapters
Results from testing TomEE container adaptersUpon the release of TomEE 1.0.0, I decide to give the bundled Arquillian container adapters a go. I began with the project created in the Arquillian Getting Started guide, then added the TomEE container adapte...
Thread Using Tomcat adapters as foundation for TomEE adapters
Using Tomcat adapters as foundation for TomEE adaptersApache TomEE bills itself as being Apache Tomcat with the web profile baked in. This means that it behaves mostly like Tomcat. While reviewing the TomEE container adapters, I noticed that there is a lot of ove...
Preparing for 1.0.0.FinalWe're preparing for the first final release of Arquillian, 1.0.0.Final! (Hmm, perhaps I should have warned you to sit down first if that caused you to faint). This release showcases the dedicated work of many people a...
Thread Problem after migrating to arquillian persistence 1.0.0.Alpha4
Problem after migrating to arquillian persistence 1.0.0.Alpha4Hi! 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 ...
Thread Fallback when serializing a TestResult failure
Fallback when serializing a TestResult failureThere 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...
Thread FYI: Running Arquillian/Selenium tests within OpenShift Jenkins instance
FYI: Running Arquillian/Selenium tests within OpenShift Jenkins instanceA 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...
Drone configuration simplificationHi 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...
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...
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 ...
Compile-Time API Leak to SWDWe 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...
GSoc Arquillian Sahi tasksThis 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...
Thread How to test a WAR that redirects all GET request?
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 [...
Thread Arquillian Extensions for AS7 Subsystem Authors
Arquillian Extensions for AS7 Subsystem AuthorsGalder 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...
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...
Testing a JBoss module using ArquillianHello, 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 ...
Thread Documentation for Implementing Arquillian Containers SPI
Documentation for Implementing Arquillian Containers SPIAt 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...
Arquillian Event modelHi 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...