java - wildfly migration from AS 7 to WF10 -
i new wildfly server. upgrading server as7 wildfly10. how add jars in wildfly10. in error log: getting missing dependencies(is because of not reading jars?).
you need add jars given on wiki.
- sometimes need add module (if jar not shipped wildfly , define in jboss-deployment-structure.xml).
- sometimes, in case shipped (you may have search inside modules directory) , add in jboss-deployment-structure.xml
again depends saying. dependency etc? https://docs.jboss.org/author/display/wfly10/class+loading+in+wildfly
Comments
Post a Comment