0 Replies Latest reply on Nov 2, 2019 4:25 PM by kid0107

    Required services that are not installed

    kid0107

      I am deploy ear file on JBoss EAP 7.2

       

      In my web.xml have config:

       

      <resource-ref>

         <res-ref-name>wm/WorkManager1</res-ref-name>

         <res-type>commonj.work.WorkManager</res-type>

         <res-auth>Container</res-auth>

         <res-sharing-scope>Shareable</res-sharing-scope>

      </resource-ref>

       

      commonj.work.WorkManager is in lib commonj-twm.jar

       

      I hit error:

      23:06:31,061 ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "clos.ear")]) - failure description: {

          "WFLYCTL0412: Required services that are not installed:" => [

              "jboss.naming.context.java.jboss.resources.wm.WorkManager1",

              "jboss.naming.context.java.jboss.resources.eis.XUConnectionFactory"

          ],

       

      Can anyone help me on this issue. What is solution for this issue?

       

      Thanks & Regards