Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jbossHome 'null' must exist #25

Open
clucgdc opened this issue Aug 28, 2017 · 1 comment
Open

jbossHome 'null' must exist #25

clucgdc opened this issue Aug 28, 2017 · 1 comment

Comments

@clucgdc
Copy link

clucgdc commented Aug 28, 2017

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 ```
@SebTardif
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants