Load Graphene @Pages programaticallyHi eveyone, Is it possible to load @Pages programmatically ? My goal is to identify all the pages objects available in my classpath and instanciate them just as if they were ordinary @Pages variables in my te...
jacoco-maven-plugin arquillian-persistence-dbunit ClassNotFoundHi all. I got a problem with arquillian after adding jacoco-maven-plugin in my pom: Find_ShouldNotFind(ru.mos.eirc.w.ssm.server.repository.common.CountryRepositoryTest) Time elapsed: 0.022 sec...
jacoco-maven-plugin arquillian-persistence-dbunit ClassNotFoundHi all. I got a problem with arquillian after adding jacoco-maven-plugin in my pom: FindAll_ShouldFind(ru.mos.eirc.w.ssm.server.repository.common.CountryRepositoryTest) Time elapsed: 0.327 sec...
Merge arquillian.xml + dev.propertiesHello everyone! Im very tired How can I merge arqillian.xml with dev.properties? My dep.properties: weblogic.password=weblogic1 My arquillian.xml: <?xml version="1.0"?> <arquillian x...
Thread Arquillian Testing Jax-RS services as Blackbox
Arquillian Testing Jax-RS services as BlackboxHi, I have a test scenario which needs to be done from the rest client so I am using the Rest extension for arquillian. Although the service is getting registered it is not able to access the resource (404 err...
Thread Wrong maven dependency links in Arquillian version 1.4.0.Final
Wrong maven dependency links in Arquillian version 1.4.0.FinalDears, I am using latest arquillian,graphene & selenuim dependecies for my unit testing but i am facing an error when first time i've tried to run my test, the error is : java.io.FileNotFoundException: /var/lib/...
Arquillian REST Extension webtargetHi, I try to use 'ArquillianResteasyResource' to inject WebTarget in my test, but WebTarget's variable remains null.
@Test
@Consumes(MediaType.APPLICATION_JSON)
public void testWithWT(@ArquillianResteasyResou...
Thread NoClassDefFoundError: JBossThreadFactory launching from Eclipse
NoClassDefFoundError: JBossThreadFactory launching from EclipseWe have a very strange issue affecting two of our developers (the rest of the team with the same configuration do not have problems). When they attempt to launch Arquillian tests from within Eclipse (via Run As ...
Thread Debugging Glassfish Managed Container with IntelliJ
Debugging Glassfish Managed Container with IntelliJHi, I've been looking around for some way to configure IntelliJ to debug the glassfish managed container, but so far it is failing. At the moment I have a run configuration that points to glassfish and glassfi...
Could not invoke deploy() methodHi I have a test, i need to create war but i need some dependencies with it. So i using: <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId&g...
Thread How do I add a resource to a Java archive using ShrinkWrap
How do I add a resource to a Java archive using ShrinkWrapMy use-case: I am basically adding tests to the open source library TestNG. As part of test, I need to test if TestNG is able to properly work with a jar file and extract out tests from it. Earlier we had a pre-built ...
Thread Starting wildfly 11 with activemq in arquillian fails
Starting wildfly 11 with activemq in arquillian failsI have testet arquillian with wildfly 11 in standalone-configuration without any problems. But when i start the server with standalone-full.xml I can't get it to work. I test it with a very simple war-project...
WELD-001475: Injecting with ArquillianH, when i deploy using ShrinkWrap a WebArchive, I get this Exception above, that i dont get when deploy war files manually to Wildfly 10 (and it works perfectly) why? 11:51:08,457 ERROR [org.jboss.msc....
Thread arquillian-core-1.1.2.Final-wildfly-1 error when building project
arquillian-core-1.1.2.Final-wildfly-1 error when building projectHi Guys, I have downloaded from github version arquillian-core-1.1.2.Final-wildfly-1 and trying to build the project using mvn clean install -DskipTests=true but getting an error Caused by: java...
Thread arquillian persistence and multiple persistence units
arquillian persistence and multiple persistence unitsHi, I try to test a webapp with two persistence units :
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w...
Accessing @SessionScoped bean across testsI'm having a problem with accessing a @SessionScoped bean across tests. The Arquillian documentation states that session and application scopes are active across all tests, and request scope for individual tests, whic...