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

Missing dependecies for GlassFish 5.0 (maybe) #133

Open
beredim opened this issue Jan 18, 2019 · 4 comments
Open

Missing dependecies for GlassFish 5.0 (maybe) #133

beredim opened this issue Jan 18, 2019 · 4 comments

Comments

@beredim
Copy link

beredim commented Jan 18, 2019

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)

@bartoszmajsak
Copy link
Member

Thanks for reporting @beredim. I will have a look.

@bartoszmajsak
Copy link
Member

It seems there's some classloading issue in Chameleon which I'm trying to hunt down. Could you share your working project? This might help me see where's the issue.

@beredim
Copy link
Author

beredim commented Jan 24, 2019

Sure,
I created
https://github.com/beredim/chameleon-glassfish-test

The one test included, throws a big stack trace.
Uncommenting the glassfish-embedded-all dependency in pom.xml allows the test to complete successfully.

@bartoszmajsak
Copy link
Member

Thanks for the reproducer, this is helpful.

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