arquillian-showcase icon indicating copy to clipboard operation
arquillian-showcase copied to clipboard

jbossHome 'null' must exist

Open clucgdc opened this issue 7 years ago • 1 comments

Issue Overview

I encountered an error while executing tests on CDI project:

mvn test -f cdi/pom.xml -Parq-jbossas-managed-7

Expected Behaviour

Maven downloads JBoss AS 7 and run the CDI tests with no failure.

Current Behaviour

Error: jbossHome 'null' must exist

Seems like Maven does not download JBoss AS

Steps To Reproduce
  1. Execute command: mvn test -f cdi/pom.xml -Parq-jbossas-managed-7
Additional Information
Apache Maven 3.5.0 ``` Apache Maven 3.5.0 Maven home: D:\tools\apache-maven-3.5.0\bin\.. Java version: 1.8.0_144, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_144\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" ```
com.acme.cdi.BeanManagerTestCase: jbossHome 'null' must exist ``` com.acme.cdi.BeanManagerTestCase: jbossHome 'null' must exist com.acme.cdi.decorator.AnnouncerDecoratorTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.event.BeanManagerInitializedTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.event.DocumentEventTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.event.PacketSendReceiveTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.failure.AmbiguousDependencyTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.GreeterManagedBeanTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.measurement.TemperatureConverterTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.payment.SynchronousPaymentProcessorTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.random.RandomTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.singleton.JavaxInjectSingletonTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception com.acme.cdi.translate.TextTranslatorServiceTestCase: Arquillian has previously been attempted initialized, but failed. See cause for previous exception ```

clucgdc avatar Aug 28 '17 02:08 clucgdc

Same here, but I changed from the default beta 3 to beta 2 for below because beta 3 cannot be found.. <groupId>org.jboss.jsfunit</groupId> <artifactId>jsfunit-arquillian</artifactId>

SebTardif avatar Dec 13 '17 15:12 SebTardif