JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.
1
vote
0answers
9 views
How to see a file content in shrinkWrap
After creating the ShrinkWrap I am able to see the file structure by using this line of code
System.out.println(webArchive.toString(true));
I wonder if is it possible to see the content of a ...
0
votes
0answers
7 views
Is it possible to deploy Arquillian test.war into an already deployed exploded EAR?
I have an EAR deployed into JBoss 7.1.1.Final. This EAR is unfortunately tightly coupled with the environment. I need to run integration tests using Arquillian and this deployed EAR. Is it possible to ...
0
votes
0answers
18 views
Testing of EJB3.0 deployed on weblogic 10.3.5 using JUNIT
Found arquillian can do so but it can be done using some Maven dependencies.There is no much document found for its configuration with ANT , Using IVY.xml with ant build file we can use arquillian.
I ...
0
votes
0answers
15 views
Arquillian and Selenium in mixed Container/Client mode
i am reading the tutorial on Arquillian's website
http://arquillian.org/guides/functional_testing_using_drone/
Under the paragraph of "Enabling Client Mode" they state that it is possible to mix ...
0
votes
2answers
44 views
Get() and Set() between multiple @Test, Selenium WebDriver
I'm using Selenium WebDriver and Arquillian drone for these test.
how my tests are build :
@RunWith(Arquillian.class)
public class SimpleTest{
private String idPo;
public String getIdPo() {
...
0
votes
0answers
27 views
How I should point to my resource.xml when I am setting up arquillian with tomee?
With glassfish-embedded server I used the following line in arquillian.xml to specify my resource.xml
arquillian.xml
<container qualifier="glassfish-embedded" >
<configuration>
...
1
vote
1answer
26 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 ...
0
votes
0answers
15 views
Arquillian Garphene, page loaded but unable to launch javascript
I'm using Arquillian Graphene with Selenium 2.
The trouble is coming from the Graphene.guardNoRequest(); method.
The error thrown is :
java.lang.RuntimeException: ...
0
votes
0answers
15 views
Arquillian Persistence Extension - Long execution time, is it normal?
I'm writing some tests with arquillian for persistence layer in my app. I would like to use an Persistence Extension for database populating etc. The problem is that one test takes about ~15-25 ...
0
votes
1answer
26 views
How do i use ViewAccsessScope beans when testing in Arquillian?
When i use @ViewAccsessScoped beans from CODI i get the following error, when using Arquillian for testing my beans.
org.jboss.arquillian.test.spi.ArquillianProxyException: ...
1
vote
1answer
37 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?
-1
votes
0answers
15 views
one sequence, multiple entities issue
I need to map one oracle sequence to multiple entities
When running unit tests with arquillian, I have exceptions throwned telling me the sequence already exists.
I guess it creates the sequence ...
0
votes
0answers
21 views
ArquillianServletRunner not found. caused by including web.xml
I have recently started using Arquillian for my integration tests. I'm using the managed Tomcat adapter (Tomcat 7). I'm trying to run a basic test which pretty much does nothing. When I return a blank ...
0
votes
1answer
63 views
@FindBy with Arquillian Graphene
actually i want to get an element with the @FindBy that is use into the Page Objects pattern.
I've 2 classes, the 1st one is my page objects named TestPage and the 2nd one is named PageSaveTest ...
0
votes
2answers
78 views
NullPointer with Arquillian CDI test
I am trying to run a simple CDI test from this tutorial. Below is my JUNIT and POM. Not sure what the error is. Appreciate any help.
ERROR
java.lang.NullPointerException
at ...
2
votes
1answer
43 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 ...
0
votes
0answers
63 views
Arquillian test Shrinkwrap lib files in final build WEB-INF/lib
I am working to get Arquillian tests running for a web-application based on Spring 3. The tests work just fine but I experience problems when I deploy the final build.
I have added the error trace ...
3
votes
1answer
129 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 ...
1
vote
2answers
84 views
Single deployment for all test cases in Arquillian
We are using arquillian-junit-container 1.0.0 final version for Junit Test.
We have so many test classes and every test class as @Deployment method so when i run all test together then its creating ...
0
votes
0answers
37 views
Seam conversation context basics
I'm new to this Seam stuff and am also trying to move forward with Arquillian.
In the setup of our Selenium (WebDriver) tests, I am attempting to utilize builder classes that utilize entity managers ...
1
vote
1answer
16 views
How do I specify my resourcesXml for Glassfish as a resource itself, and not a local file?
I want to put all my configuration files (arquillian.xml, glassfish-resources.xml,test-persistence.xml) in a library and just reference that when i want to run a test in a project. But it seems the ...
0
votes
1answer
41 views
CssSelector multiple, Arquillian Graphene
i'm using Arquillian Graphene to get an element, and i want to be sur the get this one, becaus there is a lot of element with the same class and the id is generated so i can't really use it.
So, i'm ...
0
votes
0answers
87 views
arquillian create database schema before test
Hello i try to create my database schem before tests but its fail :/
this is my script:
CREATE TABLE OFCONVERSATION
(
CONVERSATIONID integer NOT NULL,
ROOM character varying(1024),
ISEXTERNAL ...
0
votes
2answers
74 views
Optimize Arquillian performance when running multiple tests
I am using Arquillian for testing Java EE application against Glassfish, So far I am facing a performance problem, each Test case takes more than a minute to complete, having 60 Test cases means an ...
0
votes
1answer
72 views
Deploying a war with a MANIFEST.MF - Dependencies get ignored
I am deploying a war into JBoss 7.x using Arquillian for testing and it has a dependency on Apache Commons Collections. However, it just doesn't seem to pick up the module dependency.
MANIFEST.MF
...
0
votes
0answers
122 views
Connection refused on Arquillian with embedded glassfish
I am setting Arquillian on a JPA , weld CDI project with embedded Glassfish container.
When I am running my test cases I am getting Connection refused exception to Glassfish.
Here is my pom.xml:
...
1
vote
0answers
37 views
JUnit RunNotifier and fireTestRunFinished
I'm trying to execute some Arquillian tests from Ant (1.8.2, with junit4 support) but it seems that the Ant task does not call RunNotifier.fireTestRunFinished() and the Arquillian test runner counts ...
0
votes
0answers
54 views
multiple containers error in Arquillian
I am installing Arquillian in a project which utilizes weld CDI and JPA and I am trying to use embedded GlassFish container (I read that Weld embedded container is not supporting JPA).
I have added ...
-1
votes
1answer
34 views
How to test Arquillian test class written for Hibernate entity?
I am new to Arquillian and trying to configure to test a Hibernate Entity. It's datasource is managed on tomcat 6 server.
1
vote
1answer
70 views
Configure Arquillian to test Tomcat managed Datasource
Writing a JUnit test case for a findByFK method. This method gets database connection from container managed datasource. I am trying to resolve it with the help of Arquillian. I am fairly new to ...
1
vote
1answer
256 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>
...
0
votes
2answers
356 views
Cannot run Arquillian test case on Glassfish
I am stuck very badly in a very simple implementation of an Arquillian test case. I followed Can I add jars to maven 2 build classpath without installing them? to add my project jars to maven ...
0
votes
1answer
266 views
testing REST web services with arquillian
We would like to test our REST APIs using arquillian.
We use glassfish for production and arquillian.
We already have arquillian tests for some JMS queue we expose, and that works fine, so we at ...
0
votes
0answers
62 views
Arquillian+TomEE+Hibernate leads to JavaHeapSpace
I have a project with around 400 Arquillian tests that test EJB Services.
We have recently upgraded to JPA2 so we had to upgrade our Arquillian from 1.0.0-Alpha5 to 1.0.0-FINAL.
We're currently using ...
0
votes
1answer
113 views
Arquillian Drone completely ignores Before After BeforeClass AfterClass annotations
I'm trying to use Arquillian Drone to driver my tests, however, for some reason annotations @Before, @After, @BeforeClass and @AfterClass are completely ignored.
I'm new to this Java/jUnit/Arquillian ...
0
votes
0answers
293 views
ArtifactDescriptorException: Failed to read artifact descriptor for org.jboss.as:jboss-as-arquillian
I generated a Java EE Web Project from JBoss Central and I am struggling with an error in pom.xml. I read a lot about similar errors and basically the suggestion is "mvn clean install -U". I run ...
1
vote
1answer
105 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 = ...
0
votes
0answers
31 views
TestNG's Paramerised tests are not working in arquillian in container mode?
I'm using TestNG as testing Framework and Arquillian test Runner.
While testing beans using arquillian in container mode, parametrized tests are not working?
Both Data provider and Parameters ...
0
votes
1answer
46 views
load testing with Arquillian? (with maybe another tools)
I'm using Arquillian and I need to do load test, something like running the same test with 50 threads in parallel.
I tried with ContiPerf 2 and it didn't work. It is not possible.
So, do you ...
2
votes
0answers
86 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 ...
1
vote
3answers
140 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 ...
0
votes
1answer
76 views
How to exclude maven dependency while running test cases
Im working on ejb3 and testing with arqullian.
I have following dependency in pom.xml
<dependency>
<groupId>org.glassfish.main.ejb</groupId>
...
0
votes
0answers
156 views
Arquillian glassfish-embedded 3.1: set context root
I use Arquillian for testing CDI applications and it works ok so far. Now since I am in an embedded-glassfish container, I thought I test the hole thing with rest-assured. Therefore, I need to deploy ...
0
votes
1answer
71 views
sample domain.xml that will work with arquillian
I've been testing my programs using arquillian for months now. I just recently installed jenkins in a glassfish container and have it build my project. I have a problem that arquillian is trying to ...
0
votes
1answer
112 views
solve postgresql missing dependency without the use of JBoss modules or avoid manual manipulation on jboss managed files
I am using postgresql, JBoss 7.1 and J2EE6.
My project structure has 1 ear with 1 JAR holding EJBs and 1 WAR holding the web front.
I am delivering the postgresql driver as JBoss module and changing ...
0
votes
0answers
39 views
JSFUnit inconsistently getting JSFServerSession
We are trying to run JSFUnit with Arquillian on a WebLogic 12c container and are running into a few problems.
First, when we try to use the @InitialPage annotation to inject in the JSFServerSession ...
1
vote
0answers
27 views
With arquillian incontainer mode ,Why Test method is getting exeduted square of the times of values returned by data provider in testng?
I'm using TestNG as Unit Test Framework and Jboss AS7.1.1 Final as server
The data provider and Test methods works well in Client Mode
The same dataprovider will return 10 rows and my Test method ...
0
votes
1answer
277 views
Hibernate grammar exception using JPA with hsqldb
I am trying to write a persistence test. I have a Maven project and am using Arquillian with an embedded glassfish container, Hibernate (as my JPA provider) and HSQLDB in memory as my store.
When I ...
0
votes
0answers
110 views
unable to deploy a Jboss Arquillian OSGi WAB on glassfish
I am trying to test and hybrid osgi/application with arquillian, and facing an error while deploying the generated war on a remote glassfish server.
Here is the @Deployment step:
@Deployment
public ...
0
votes
0answers
60 views
arquillian, maven & Invalid metadata
In arquillian, dependencies are pulled in which are snapshot versions of other modules which is part of one project.
However, during the arquillian test/deploy - There are a number of warnings all ...



