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 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)
The text was updated successfully, but these errors were encountered:
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.
The one test included, throws a big stack trace.
Uncommenting the glassfish-embedded-all dependency in pom.xml allows the test to complete successfully.
I was trying a simple test using glassfish 5.0 embedded, but it was failing until I added
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)
The text was updated successfully, but these errors were encountered: