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.

  1. sometimes need add module (if jar not shipped wildfly , define in jboss-deployment-structure.xml).
  2. 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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -