0 Replies Latest reply on Jan 31, 2019 4:22 AM by aditya.chava

    Alternative to use the jboss eap internal dependencies in the manifest file

    aditya.chava

      I am using this in the manifest.mf file in the ear.

       

      Dependencies: org.jboss.as.web,

      org.apache.xerces export, org.jboss.as.ejb3 export,

      org.jboss.ironjacamar.jdbcadapters export

       

      I am getting this warning messages:

       

      ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.

      17:29:36,524 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS015867: Deployment "deployment.ABC.ear.ABCWeb.war" is using a private module ("org.jboss.as.web:main") which may be changed or removed in future versions without notice.

      17:29:36,525 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS015867: Deployment "deployment.ABC.ear.ABCWeb.war" is using a private module ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.

      17:29:36,525 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS015867: Deployment "deployment.ABC.ear.ABCWeb.war" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.