[jboss-jira] [JBoss JIRA] (WFLY-11210) inter-app can't be deployed

Brian Stansberry (Jira) issues at jboss.org
Fri Oct 19 15:09:04 EDT 2018


    [ https://issues.jboss.org/browse/WFLY-11210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650764#comment-13650764 ] 

Brian Stansberry commented on WFLY-11210:
-----------------------------------------

[~emmartins] See the discussion on WFLY-11084. This is not a valid app design, due to the circular dependencies, or at least it is not if you are not willing to do all management of the apps via composite managment ops (e.g. CLI batch.) And if you're always going to have to manage the apps as a unit, a technology like an ear seems like a better practice. Since I think part of the point of the QS is to not use an ear, and it seems like a bad idea to promote something that requires a CLI batch, I think the thing to do is to get rid of the circular dependencies.

Since this is a JIRA for the QS component I am going to reject the other one, as we are not going to change the server. Any QS change can be tracked by this.

> inter-app can't be deployed
> ---------------------------
>
>                 Key: WFLY-11210
>                 URL: https://issues.jboss.org/browse/WFLY-11210
>             Project: WildFly
>          Issue Type: Bug
>          Components: Quickstarts
>            Reporter: Jean-Francois Denise
>            Assignee: Eduardo Martins
>            Priority: Major
>
> When deploying we have un-resolved dependency.
> I am using jboss EAP quickstarts and wildfly 15.0.0.Alpha1-SNAPSHOT
> 16:45:57,040 INFO  [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900: 3.0.5 (Final)
> 16:45:57,454 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "inter-app-appA.war")]) - failure description: {
>     "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.global.inter-app-appB.\"BarImpl!org.jboss.as.quickstarts.interapp.shared.Bar\""],
>     "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.inter-app-appA.inter-app-appA.env.\"org.jboss.as.quickstarts.interapp.appA.Imports\".bar is missing [jboss.naming.context.java.global.inter-app-appB.\"BarImpl!org.jboss.as.quickstarts.interapp.shared.Bar\"]"]
> }
> 16:45:57,457 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "inter-app-appA.war" was rolled back with the following failure message: 
> {
>     "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.global.inter-app-appB.\"BarImpl!org.jboss.as.quickstarts.interapp.shared.Bar\""],
>     "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.inter-app-appA.inter-app-appA.env.\"org.jboss.as.quickstarts.interapp.appA.Imports\".bar is missing [jboss.naming.context.java.global.inter-app-appB.\"BarImpl!org.jboss.as.quickstarts.interapp.shared.Bar\"]"]
> }



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list