Skip to content

Missing dependecies for GlassFish 5.0 (maybe) #133

Description

@beredim

I was trying a simple test using glassfish 5.0 embedded, but it was failing until I added

        <dependency>
            <groupId>org.glassfish.main.extras</groupId>
            <artifactId>glassfish-embedded-all</artifactId>
            <version>5.0</version>
            <scope>test</scope>
        </dependency>

to my pom.xml

I am not experienced in arquillian, so I don't know where the error actually originates from, and if it's an actual bug,
but my expectation was it should have worked without additional deps (nothing special with my test, just a simple @Inject statement)

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