Skip to content

jbossHome 'null' must exist #25

@clucgdc

Description

@clucgdc
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 ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions