[jboss-jira] [JBoss JIRA] (WFLY-11084) inter-app quickstart does not deploy (WildFly 14.0.1)
Kevin Eagles (JIRA)
issues at jboss.org
Wed Sep 26 20:12:00 EDT 2018
Kevin Eagles created WFLY-11084:
-----------------------------------
Summary: inter-app quickstart does not deploy (WildFly 14.0.1)
Key: WFLY-11084
URL: https://issues.jboss.org/browse/WFLY-11084
Project: WildFly
Issue Type: Bug
Reporter: Kevin Eagles
Assignee: Jason Greene
Priority: Minor
Using Wildfly 14.0.1.Final
When deploying inter-app-appA.war, Wildfly complains about the EJB lookup for:
@ejb(lookup = "java:global/inter-app-appB/BarImpl!org.jboss.as.quickstarts.interapp.shared.Bar")
Likewise, when deploying inter-app-appB.war, Wildfly complains about the EJB lookup for:
@ejb(lookup = "java:global/inter-app-appA/FooImpl!org.jboss.as.quickstarts.interapp.shared.Foo")
To reproduce, from the inter-app quickstart:
mvn install wildfly:deploy
Can also reproduce by just doing an mvn install, then manually deploying the jar, then appA, then appB using the HAL Management Console.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list