-
Notifications
You must be signed in to change notification settings - Fork 22
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
WildFly Embedded 8/9 loose modulePath configuration when jbossHome not set via System property #39
Comments
hmm.. The embeddedConfig set the modulePath based on contstructors and sys env/properties by default and disregards the actual configured jbossHome.. We can fix that in chameleon fairly easily |
Next issue you'll run into is this: #3 |
I'm facing the same issue (using wildfly 10) what is the solution ?? |
Same in Wildfly 11 |
Against which version of Chameleon have you tried that @keilw @nizar2yas? |
@bartoszmajsak Guess you mean |
No, I mean which chameleon version. |
I'm not using Chameleon as such, only Arquillian Wildfly Embedded. Or (because embedded caused problems) Managed instead. Looking for the modulePath error only 3 results came up in Google, this is one of them. |
I put together a sample project which I figure should work against an embedded container
https://github.com/johnament/wflyembed
Instead of working correctly, which is what I expected to happen, I get a stacktrace
(note that this is
The text was updated successfully, but these errors were encountered: