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

v3 not usable on JBoss/Wildfly with jar in ear #420

Closed
derehls opened this issue Oct 12, 2017 · 1 comment
Closed

v3 not usable on JBoss/Wildfly with jar in ear #420

derehls opened this issue Oct 12, 2017 · 1 comment

Comments

@derehls
Copy link
Contributor

derehls commented Oct 12, 2017

Expected Behavior

Since v3 workarounds like in #48 should not be needed anymore since lukehutch/fast-classpath is used now

Current Behavior

In v3 the ResourceResolver interface is removed, which prevents hacks like in #48.
The used v2.0.18 of fast-class-path is not able to detect annotated domain classes on Jboss/Wildfly when you have your ejb-jar inside an ear

Possible Solution

The solution comes from classgraph/classgraph#37 and is included since v2.4.0
Actually i testetd it with the current v2.7.4 release and it works

@nmervaillie
Copy link
Member

Thanks for reporting this!
Tested on OGM and SDN master. Works fine.

nmervaillie added a commit that referenced this issue Oct 12, 2017
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