JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

learn more… | top users | synonyms

2
votes
1answer
647 views

Arquillian with tomcat7 running into Java Heap Space problems, only on linux

we are running arquillian with tomcat 7... With the MAC from my colleague the test works fine, but at my linux computer (we both have 8gb ram) it failes with: FATAL: Error waiting for multi-thread ...
1
vote
0answers
420 views

Can't run test in arquillian and glassfish

I'm trying to deploy my EJB ear file to embedded glassfish server with Arquillian. Here is my project structure. Parent Module -- EAR Module (maven-ear plugin creates the ear file) -- UI Module -- ...
1
vote
1answer
577 views

How to configure WebDriver with Arquillian using the Capabilities interface

I want to use Arquillian's Drone extension to configure WebDriver for some functional tests, using the Capabilities interface as described here. I have added the artifacts arquillian-bom (version ...
1
vote
1answer
248 views

Using Arquillian Persistence with Drone/Graphene

Has anyone been able to use Arquillian Persistence extension with Arquillian Graphene/Selenium in the same test? I have a project that is using the Persistence & Drone/Graphene extensions and ...
0
votes
1answer
649 views

How to write Arquillian tests for JSF classes

I am trying to perform arquillian tests on a data model rooted in the JSF API. I am getting this error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.046 sec <<< FAILURE! ...
1
vote
0answers
285 views

arquillian-glassfish-embedded-3.1 1.0.0.CR3 configuring JDBC datasource

I was trying to use arquillian-glassfish-embedded-3.1 container to test and EJB3 application. I was trying to figure out how to set up a simple JDBC datasource that could be injected as a resource to ...
0
votes
1answer
155 views

Arquillian and jboss-4.2.3.GA

i am workign on a jboss-4.2.3.GA project. Its a old project but we cant upgrade to new server. I am trying to use Arquillian for JPA.. We are using folliwng entry in pom for JPA <dependency> ...
0
votes
1answer
318 views

Selenium Firefox issues on Win7

I'm running mvn test (using Maven 3) on the arquillian-examples arquillian drone tutorial. I get the following error on Win7 (using jdk 1.6.0.26). 14:54:46.002 INFO - Preparing Firefox profile... ...
0
votes
0answers
82 views

Arquillian across domains - invalid hostname

I am trying to use Arquillian with JSFUnit. We have two domains cmpa.qa and example.prod. My developer machine name is WLARM01 in the cmpa.org domain. Our testing JBoss server is jboss.cmpa.qa. ...
2
votes
1answer
465 views

How to write JUnit test when I use getUserPrincipal() and isCallerInRole() method in an enterprise bean?

My environment is Jboss AS 7.1.0. I am using JUnit and Arquillian for unit testing. I have SSBs that use getUserPrinicipal(), and isCallerInRole() methods in my ejbs. In order to unit test these ejb ...
1
vote
2answers
442 views

Arquillian Drone/Graphene/Selenium and UI/Functionality Testing

I'm halfway bought-and-sold on investing a fair amount of time into completely learning JBoss Arquillian and using it for all my integration and functional testing. I'm 100% sure that I want to use it ...
1
vote
1answer
207 views

Arquillian Run Modes

I'm trying to wrap my head around Arquillian and am just not fundamentally understanding the difference between in-container mode vs. as-client mode. My understanding is that, with ...
0
votes
2answers
328 views

Arquillian and CDI

I'm reading the Arquillian Reference Guide which is very well written, however in the chapter that talks about setting up dependency injection I can't find where you actually specify the ...
0
votes
2answers
388 views

JBoss ShrinkWrap

In watching some video tutorials on JBoss's Arquillian, I stumbled across another project of theirs called ShrinkWrap (because Arquillian uses it). After spending some time on their project page, I ...
2
votes
2answers
763 views

Arquillian test with real EAR from build on JBoss 7.1

I want to test an Java EE application with Arquillian. A simple setup is working to put some test classes onto the server managed by Arquillian to test them. Now, I want to use a EAR file which was ...
0
votes
1answer
732 views

@EJB injection with Arquillian on WebLogic 10.3.5 doesn't work

I am using Arquillian to run a basic unit test on WebLogic 10.3.5. Unfortunately, @EJB injection does not work for me, and get a NullPointerException when the EJB is invoked. The examples I found ...
0
votes
0answers
175 views

The Arquillian test case which sharing super class for deployment only succes with 2 rounds

I'm in the Eclipse/Maven/Arquillian environment. I've the JUnit/Arquillian test case which shares the super class for deployment as the following: - The Utility for creating ear public class ...
5
votes
3answers
281 views

Proper structure of functional/acceptance tests

I'm currently working on building an automated functional/acceptance test suite for a project, but I don't have a lot of experience writing these types of tests, so I wanted to get some input on ...
1
vote
0answers
244 views

Eclipse JUnit Arquillian without Maven

In my project i have a user library that contains all the necessary libs for running the arquillian junit test and it works perfectly within the IDE. The problem now is, that the Test classes would be ...
1
vote
1answer
601 views

How to get a working example of jboss7.1 arquillan test?

Since two days, i'm trying to run an example of "Arquillan" Test using jboss 7.1.1 but they are always many errors. Nothing is working like i can read in many tutorial found in the Internet. Please ...
0
votes
1answer
251 views

How to use/deploy Logger from Log4J with remote jboss container?

I'm checking out the tutorial http://arquillian.org/guides/getting_started/. Everything runs fine. But if I try to add Logger from Log4J with a log4j.xml (placed in src/main/resources) only the ...
3
votes
1answer
204 views

Running Arquillian in Equinox

I'm trying to run integration tests in an OSGi container, namely the Equinox container embedded in Eclipse, using Arquillian in remote mode. I followed the instructions given on the JBoss OSGI site. ...
2
votes
0answers
385 views

@BeforeClass annotations invoking methods twice when using Arquillian on remote server

We're transitioning from using TestNG with an embedded JBoss to using Arquillian with a remote server. We are running a simple test that has a method annotated with @BeforeClass that does some test ...
3
votes
3answers
593 views

How does Arquillian compare to Pax Exam for OSGi (integration) testing?

I am currently investigating how best to test our OSGi application intended to run on Apache Karaf. The obvious option is Pax Exam with labs-paxexam-karaf (see ...
6
votes
1answer
2k views

Where can I find the arquillian xml configuration documentation?

I've tried to learn the JBoss Arquillian, by following the formal document and got confused about the configuration, the arquillian.xml. Since it is mentioned once here. Even I also found that there ...
3
votes
2answers
2k views

Explicite Local EJB not injected with Arquillian

I use Arquillian to test an stateless session bean that has an explicit local and remote interface. But in the test Arquillian does not "inject" anything in a field that has the type of the local ...
7
votes
1answer
3k views

How to select a container by qualifyer from arquillian.xml?

I want to have different container configurations in my arquillian.xml and select them in my test. But I am unable to load any container but the default one. <?xml version="1.0" encoding="UTF-8" ...
1
vote
2answers
406 views

Arquillian weld embedded container - cannot run cdi tests (arq-weld-ee-embedded)

For some reason I'm not able to run basic CDI tests using weld-ee-embedded container. I have 3 profiles set up, one is jboss as 7 managed, second is the jboss as 7 remote and the third is ...
0
votes
1answer
119 views

testing multiple sessions with integration tests?

Is it possible to simulate multiple "sessions" in a java-ee container with a unit testing framework, such as Arquillian? I have many sessions that interact with each other, and I would like to ...
1
vote
3answers
2k views

Arquillian test execution fails with JBoss 7.1 and vanilla Jboss kitchensink example

Following the README instructions of the jboss-as-kitchensink example, I have tried to run the arquillian tests as advertised, with following results: when running mvn clean test ...
1
vote
3answers
2k views

How to test EJB method call with Arquillian Weld EE Embedded

I would like to test an EJB, and I want to test it with Weld EE Embedded as I don't want to deploy an applicatoin server for that. Here is my class : @RunWith(Arquillian.class) public class EJBTest ...
0
votes
1answer
442 views

CDI unit test with ELContext and ExpressionFactory

I'd like to test some CDI classes. Today, I'm using Arquillian to do that like that : @RunWith(Arquillian.class) public class MyCDIBeanTest { @Deployment public static JavaArchive ...
1
vote
0answers
288 views

Updating the HTTP session in a GWT service test with Arquillian

I'm trying to test an application protected by a certificate, hence I have a filter putting the certificate in the HTTP session in front of my servlet. This is a GWT application, so I'm using ...
1
vote
2answers
672 views

Using both Arquillian and PowerMock in the same JUnit test

I would like to use the features of both Arquillian and PowerMock in the same JUnit 4 test. The problem is that both products are JUnit Runners which should be used with @RunWith, and this is not ...
2
votes
1answer
274 views

EJB 3.1 - implementation of javax.security.auth

As I understand javax.security.auth is an API for authentication and authorization. I understand that security should be implemented by the container provider and the bean-provider can just use it ...
0
votes
1answer
731 views

Arquillian with weblogic 10.3

Our project has started mandating us to write tests for all modules going into Prod from now on. We have cases where a Spring POJO has some injected EJBs and these EJBs are used within the POJO ...
1
vote
1answer
1k views

Use of arquillian glassfish container

I used to have the following maven dependencies to use arquillian glassfish container: <dependency> <groupId>org.jboss.arquillian</groupId> ...
5
votes
4answers
618 views

JUnit @Ignore all other tests (@IgnoreOther ?)

I'm testing extensively with JUnit and sometimes - while debugging my code - I want (temporary) only run a single @Test of my @RunWith(Arquillian.class) test class. Currently I'm adding a @Ignore to ...
1
vote
2answers
473 views

Deploying artifacts during test-case - JBoss AS

I have a very specific test case: I have to deploy JAR Do some testing stuff Deploy another JAR Do some more testing JARs have to be deployed in this specific order (I can't deploy both before ...
3
votes
1answer
602 views

Arquillian and Tomcat6 issue

I have two questions regarding Arquillian and Tomcat: -My arquillian tests fail with the following error message: org.jboss.jsfunit.example.hellojsf.HelloJSFTest Time elapsed: 0 sec ...
1
vote
2answers
1k views

Unresolved dependence org.jboss.arquillian:arquillian-bom in JBoss 7 Quickstarts

I'm trying to get arquillian run with jboss 7. I have downloaded the Quickstart projects from JBoss site, at http://www.jboss.org/jbossas/downloads, but I'm having troubles in running the Arquillian ...
2
votes
3answers
751 views

Weld (CDI): where do I put my test-only beans.xml that configures <alternatives>?

My webapp has a non-empty production beans.xml under src/main/resources/META-INF. Now, for my tests, I need to swap out 1 bean with an alternative. Where do I put this test beans.xml which contains ...
6
votes
2answers
3k views

Cannot run arquillian tests

I'm trying to use Arquillian for some unit tests, however I can't find why they fail when deployed using Maven. This is the class test: package com.ndeveloper.spec.test; import javax.inject.Inject; ...
2
votes
1answer
442 views

TestNG - injection fails when using any @Before* annotation but works without

I would like to use the @Inject annotation in my TestNG test case. The test is executed by Arquillian in a remote JBoss AS 6 instance. The test basically looks like this: Test case public class ...
3
votes
2answers
2k views

Arquillian/JUnit tests run from console but not inside Eclipse

I've setup our project with some JUnit tests that are run by Arquillian inside the full JBoss Server (inside a profile called jboss-remote-6). I pretty much did everything as in the manual at ...
0
votes
3answers
591 views

db4o - DatabaseClosedException

I am trying to store an entity with db4o through an arquillian test case and am getting a DatabaseClosedException: Test set: com.walterjwhite.address.api.datastore.TestAddressDatastore Tests run: ...
2
votes
1answer
2k views

Testing Stateful Session Beans with Arquillian (arq-jbossas-remote)

I have several @Stateful SessionBeans annotated like this: @Stateful @Remote(AdminFacade.class) public class TAdminFacadeBean implements TgAdminFacade,Serializable { ... } Now I want to test ...
0
votes
1answer
773 views

Fundamental question about Arquillian for remote testing

I've recently started learning about Arquillian. Was following the Geting started tutorial, learned about "Container Varieties" that talks about Remote, Embedded and Managed containers.I'm bit ...
0
votes
2answers
3k views

Arquillian/Shrinkwrap MavenDependencyResolver behind proxy

I'm using Jenkins to execute a Maven Build which includes an EJB integration test using Arquillian. The server hosting the Jenkins and running the build is behind a proxy, which shouldn't be a ...
0
votes
2answers
2k views

Getting a “WELD-001408 Unsatisfied dependencies error when deploying a class injected with an interface”

I'm doing some unit tests using Arquillian on JUnit4 and Jboss6. There is a facade(SomeFacadeclass) that has the "SomeClass"(which is an interface) injected to it. When Arquillian deploys the test.war ...