Lin Gao created WFLY-7015:
-----------------------------
Summary: connection-url is required even when not used
Key: WFLY-7015
URL:
https://issues.jboss.org/browse/WFLY-7015
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 10.0.0.Final
Reporter: Lin Gao
Assignee: Lin Gao
Per the comments on WFLY-6157 and WFLY-6198, connection-url is ignored in a datasource if
datasource-class is defined. However, connection-url is currently mandatory. If it is not
present, WildFly fails to start:
{noformat}
09:51:18,216 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread
Pool -- 8) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "GamingPortalDS")
]) - failure description: "WFLYCTL0155: connection-url may not be null"
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)