admin管理员组文章数量:1291037
I'm trying to make a deploy in my Java file using a WildFly server, but is coming this message:
""WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.resources.BeanManager"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["service jboss.naming.context.java.module."task_manager-1.0-SNAPSHOT"."task_manager-1.0-SNAPSHOT".env.BeanManager is missing [jboss.naming.context.java.jboss.resources.BeanManager]"]"
My file beans.xml is in the path 'main/java/webapp/META-INF'
Can you help me with this issue?
I have tried to move the path to src/main/resources/META-INF
and declare in the pom.xml:
<resources>
<resource>
<directory>src/main/webapp</directory>
<includes>
<include>WEB-INF/beans.xml</include>
</includes>
</resource>
</resources>
本文标签: javaDeploy with WildFlyStack Overflow
版权声明:本文标题:java - Deploy with WildFly - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741505930a2382319.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论