WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java.util.logging.LogManager' service loader.this is set in the server launch configuration in eclipse.
click on the servers tab in eclipse.
double click on the server you're using, e.g. jboss 7.1.
click on the open launch configuration link.
in the arguments tab, set the correct value for the -logmodule flag, as instructed on the console output, e.g.:
-mp "/home/me/workspaceIndigo/myJBoss7Project/jboss-as-7.1.0.Final/modules" -logmodule java.util.logging.manager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalonei was getting the warning because the logmodule value was previously set to org.jboss.logmanager (which was "wrong")
No comments:
Post a Comment