JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.
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" ...
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 ...
6
votes
3answers
1k views
How to mock services with Arquillian?
Is it possible to use some kind of mocking framework with Arquillian, or precisely how to mock injected EJBs? I know that, with using the CDI (Contexts and Dependency Injection), it is possible to ...
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;
...
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 ...
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 ...
5
votes
0answers
2k views
Embedded Glassfish, security and Arquillian questions
I want to test my EJBs on an embedded Glassfish using Arquillian.
The important thing is that I have to have security up because my bean logic does some programmatic security checking ...
4
votes
3answers
1k views
Tomcat + CDI + Arquillian
I use Tomcat 7 together with CDI and for that I used the jee6-servlet-minimal-archetype from the Knappsack Maven Archetypes as a starting point.
Now I'd like to use Arquillian for testing the CDI ...
3
votes
3answers
592 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 ...
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 ...
3
votes
3answers
221 views
how can i test a button-click with an JavaScript confirmation with Arquillian?
i'm testing my JSF with Arquillian.
a simple button looks like this:
<h:form id="myForm">
<a4j:commandLink value="delete"
ajaxSingle="true" id="delete"
...
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 ...
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
...
3
votes
1answer
122 views
Arquillian can not deploy “big” WAR in JBOSS
I am using JBOSS EAP 6.0.1. Everything worked fine. I inserted some dependencies into my project and now the deployment of every test fails. It seems like there is some sort of file size limit to 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
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 ...
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 ...
2
votes
1answer
36 views
JDBC Derby JPA Persistence testing issue “Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered 'USER'”
I have an entity class called User and when I do persistence testing with Arquillian I have always have an error...
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered ...
2
votes
1answer
966 views
Arquillian: Adding beans.xml causes “ArquillianServletRunner not found”
I am using Arquillian[1] for testing my J2EE-App in an embedded glassfish environment inside Eclipse[2]-IDE.
package test.java;
import org.jboss.arquillian.container.test.api.Deployment;
import ...
2
votes
1answer
188 views
Why is @PostConstruct not being called in an Arquillian test
Because the @BeforeClass callback does not work for arquillian tests, I tried to initialize some fields in the @PostConstruct callback of my test. There is a beans.xml in the deployment and I have ...
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 ...
2
votes
1answer
572 views
DeployableContainer must be specified error when running Arquillian
I've been trying to run this Arquillian example
https://github.com/arquillian/arquillian-examples/tree/master/arquillian-tutorial
There is no error when imported in Eclipse
However I am getting ...
2
votes
1answer
102 views
How are the jsf-api and jsf-impl related?
For some time I am struggling to get an arquillian test case running. This test involves classes rooted in JSF classes and it ran into an ClassFormatError: Absent Code as the implementation for the ...
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 ...
2
votes
3answers
749 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 ...
2
votes
0answers
84 views
Testing Passivation with Java EE 6 (JBoss 7.x)
I have a few SessionScoped beans that I would like to test and it occurred to me that I am not testing what happens when they get passivated.
I would very much like to resolve this gap within the ...
2
votes
0answers
332 views
Maven with automated testing using TestNG, JSFUnit 2 and Arquillian
im currently trying to make a JSFUnit-Test with Arquillian and TestNG, but the JSFServerSession and JSFClientSession-object is NULL. Is there a working EXAMPLE for having JSFUnit and TestNG? Or is ...
2
votes
2answers
759 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 ...
2
votes
0answers
384 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 ...
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 ...
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
2answers
671 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 ...
1
vote
3answers
137 views
slf4j-api conflict
I am using querydsl (which depends on sl4j-api 1.6) and arquillian-persistence-api (which depends on slf4j-jdk14 1.5.6).
If I ignore in maven the older version 1.5.6 I get the following message on ...
1
vote
1answer
358 views
deploymentURL not injected into integration test with Arquillian Drone
I am trying to introduce integration testing using Arquillian Drone in our project. I did some small demo apps, read some stuff and finally tried to write a simple integration test for relatively ...
1
vote
3answers
442 views
How to setup p6spy driver in Arquillian tests on jBoss 7.x?
Apart from setting up the module in
JBOSS_HOME/modules/com/p6spy/main
adding p6spy.jar and module.xml saying:
<module xmlns="urn:jboss:module:1.0" name="com.p6spy">
<resources>
...
1
vote
1answer
245 views
ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/transaction/SystemException
I'm trying to use Arquillian against weblogic 12C.
I put the following configuration in my pom.xml
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
...
1
vote
2answers
216 views
How to combine manual insert and JPA Id generation?
I am running in-container tests with arquillian. I am prepopulating the database by adding an import.sql to the deployment. During the test I would like to create some more entities.
Unfortunately, ...
1
vote
2answers
50 views
Pushing systemproperties to remote container
I have a bunch of systemproperties defined in my maven pom.xml, that i need to acccess from Arquillian-tests, running on a remote glassfish instance.
What's the easiest way to push the ...
1
vote
1answer
552 views
Arquillian glassfish-managed test Absent Code attribute error
I am trying to work through Arquillian Getting Started guide. Everything works fine as long as I use arquillian-weld-ee-embedded container. However, when I try to switch to glassfish-managed, I get ...
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
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 ...
1
vote
1answer
102 views
Entity not being persisted when using jpa
I am using the following field annotations:
@Id
@TableGenerator( name = "comment_sequence", pkColumnValue = "comment_sequence" )
@GeneratedValue( strategy = GenerationType.TABLE, generator = ...
1
vote
1answer
455 views
Debugging remote container with arquillian fails
Debugging remote container jboss7.1.1 fails with arquillian. I set the debugging conf in the standalone.conf.bat as described here https://community.jboss.org/wiki/WhyDontBreakPointsWorkWhenDebugging. ...
1
vote
2answers
1k views
Adding all Maven dependencies to Arquillian
How do you add all dependencies in the POM to arquillian?
Maven.resolver().loadPomFromFile("pom.xml").importRuntimeDependencies()
.as(File.class);
I found that line, but I Maven is ...
1
vote
1answer
575 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
247 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 ...
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 ...
1
vote
1answer
597 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 ...
1
vote
0answers
20 views
What is the difference between managed tomcat and embedded tomcat?
I am not sure that I understand the difference between these two types of tomcats (embedded and managed).
I am going to setup arquillian test for my project on tomcat and I have to choose between ...
1
vote
1answer
34 views
Maven resource filtering with Arquillian/ShrinkWrap
How to build Arquillian ShrinkWrap deployment that will execute Maven resource filtering? Which version of ShrinkWrap should I use?
