-
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
Avoid need for setting up LogManager
when debugging /w Embedded mode
#3
Comments
Ah ha. actually this was the original error I was receiving, however I stopped working on this for a while, forgot about it and then came back, found the issue I reported over the weekend. Is there a workaround for this? I tried adding systemPropertyVariables to my pom, but no luck. It doesn't seem that the embedded container supports additional params. |
I think it should work if you add a direct dependency on jboss-logging and define the system property. |
I'm assuming you mean this config.
I get this stack now..
|
@johnament I got the same, did you find any fix for running chameleon with embedded? |
Currently when one simply switches from say
wildfly:9.0.0.CR1:managed
toembedded
mode, he must set upjava.util.logging.manager=org.jboss.logmanager.LogManager
otherwise he will get this error:The text was updated successfully, but these errors were encountered: