java - how to get upgraded org.jboss.as.jmx:main in WildFly10 -


i trying upgrade application jboss 7 wildfly10, , getting warning:

[0m[33m13:53:36,641 warn [org.jboss.as.dependency.private] (msc service thread 1-6)  wflysrv0018: deployment "deployment.mywar.war" using private module  ("org.jboss.as.jmx:main") may changed or removed in future versions  without notice. 

the module mentioned in jboss-deployment-structure.xml follows:

<?xml version="1.0" encoding="utf-8"?> <jboss-deployment-structure  > <deployment>     <dependencies>         <module name="org.jboss.as.jmx"/>     </dependencies> </deployment> </jboss-deployment-structure> 

how called new module jmx? tried replace org.jboss.remoting-jmx got

invocation of init method failed;  nested exception javax.management.jmruntimeexception:  failed load mbeanserverbuilder class org.jboss.as.jmx.pluggablembeanserverbuilder: java.lang.classnotfoundexception: org.jboss.as.jmx.pluggablembeanserverbuilder 

according wildfly forum means nothing, see quote (source)

you got warning message using internal "non-public" modules application server. tells you should careful this.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -