Version 1

    Hi folks,

     

    I have (rather optimistically) tried to deploy an EAR file that normally runs on WAS 7 on to JBoss 7. It appears to fail due to the following error (which came from the JBoss management console). The server log also displayed the text "one or more transitive dependencies" corresponding to JBAS014861.

     

    Excerpt from the log below:

     

     

    Internal Server Error

    {

        "outcome" => "failed",

        "failure-description" => {"JBAS014771: Services with missing/unavailable dependencies" => [

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"org.apache.struts.taglib.nested.logic.NestedLessEqualTag\".START Missing[JBAS014861: ]",

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"org.apache.taglibs.standard.tag.rt.core.ParamTag\".START Missing[JBAS014861: ]",

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"de.laures.cewolf.taglib.tags.LegendTag\".START Missing[JBAS014861: ]",

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"org.apache.taglibs.standard.tag.el.core.WhenTag\".START Missing[JBAS014861: ]",

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"org.apache.taglibs.standard.tag.el.sql.UpdateTag\".START Missing[JBAS014861: ]",

            "jboss.deployment.subunit.\"crws.ear\".\"crws.war\".component.\"org.springframework.web.servlet.tags.form.CheckboxTag\".START Missing[JBAS014861: ]",

     

     

    There is more of the above, but it is all the same error code. How should I proceed in resolving this dependency issue?

     

    Thanks,

     

    Lloyd