You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
```
The text was updated successfully, but these errors were encountered:
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
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 ```The text was updated successfully, but these errors were encountered: