Datasource resolution fails for application layer alias when using
Hibernate bytecode enhancement
-------------------------------------------------------------------------------------------------
Key: WFLY-13159
URL:
https://issues.redhat.com/browse/WFLY-13159
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 18.0.1.Final
Reporter: Stephen Fikes
Assignee: Scott Marlow
Priority: Major
{code}
... ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment"
=> "jboss.eap-1.0-SNAPSHOT.ear")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.naming.context.java.app.ejb-application.env.testDS"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["jboss.persistenceunit.\"jboss.eap-1.0-SNAPSHOT.ear/ejb.jar#jboss-eap-hibernate\".__FIRST_PHASE__
is missing [jboss.naming.context.java.app.ejb-application.env.testDS]"]
}
{code}