[jboss-jira] [JBoss JIRA] (WFLY-11627) ExampleDS is requirement for applications that don't mandate it.
Brian Stansberry (Jira)
issues at jboss.org
Tue Feb 12 16:54:00 EST 2019
[ https://issues.jboss.org/browse/WFLY-11627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694621#comment-13694621 ]
Brian Stansberry commented on WFLY-11627:
-----------------------------------------
This is not a bug.
For this to work you must remove the configuration that defines the EE spec required default datasource.
/subsystem=ee/service=default-bindings:undefine-attribute(name=datasource)
Add that to your steps and it works fine.
Having to add that step is not a workaround to a bug; it's the way this is meant to work.
Adding something on this to https://github.com/wildfly/wildfly/blob/master/docs/src/main/asciidoc/_admin-guide/subsystem-configuration/DataSource.adoc and https://github.com/wildfly/wildfly/blob/master/docs/src/main/asciidoc/_admin-guide/subsystem-configuration/EE.adoc (or the appropriate child) would be a good thing though.
The other attributes of the /subsystem=ee/service=default-bindings resource should be similar.
> ExampleDS is requirement for applications that don't mandate it.
> ----------------------------------------------------------------
>
> Key: WFLY-11627
> URL: https://issues.jboss.org/browse/WFLY-11627
> Project: WildFly
> Issue Type: Bug
> Reporter: Bartosz Baranowski
> Assignee: Bartosz Baranowski
> Priority: Minor
> Attachments: empty.war
>
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list