Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/loops/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
部署应用程序jstl jar时,jboss eap 6中缺少taglib的依赖项_Jboss - Fatal编程技术网

部署应用程序jstl jar时,jboss eap 6中缺少taglib的依赖项

部署应用程序jstl jar时,jboss eap 6中缺少taglib的依赖项,jboss,Jboss,我正在jboss eap 6上部署我的应用程序。我已经在jboss-deployment-structure.xml中包含了包含jstl1.2.jar的module.xml。请帮忙 service jboss.deployment.unit."Test.war".component."org.apache.taglibs.s tandard.tag.common.xml.SetTag".START (missing) dependents: [service jbos

我正在jboss eap 6上部署我的应用程序。我已经在jboss-deployment-structure.xml中包含了包含jstl1.2.jar的module.xml。请帮忙

          service jboss.deployment.unit."Test.war".component."org.apache.taglibs.s
    tandard.tag.common.xml.SetTag".START (missing) dependents: [service jboss.web.de
    ployment.default-host./Test, service jboss.deployment.unit."Test.war".deploy
    mentCompleteService]
          service jboss.deployment.unit."Test.war".component."org.apache.taglibs.s
    tandard.tag.common.xml.WhenTag".START (missing) dependents: [service jboss.web.d
    eployment.default-host./Test, service jboss.deployment.unit."Test.war".deplo
    ymentCompleteService]
          service jboss.deployment.unit."Test.war".component."org.apache.taglibs.s
    tandard.tag.el.core.ForEachTag".START (missing) dependents: [service jboss.web.d
    eployment.default-host./Test, service jboss.deployment.unit."Test.war".deplo
    ymentCompleteService]
          service jboss.deployment.unit."Test.war".component."org.apache.taglibs.s
    tandard.tag.el.core.ForTokensTag".START (missing) dependents: [service jboss.web
    .deployment.default-host./Test, service jboss.deployment.unit."Test.war".dep
    loymentCompleteService]

JSTL在EAP 6中自动提供给应用程序。您不需要指定任何依赖项。

新缺少/未满足的依赖项jboss jstl