[jboss-jira] [JBoss JIRA] (WFLY-7850) Simplify Configuration of JDBC persistence-store

Jeff Mesnil (JIRA) issues at jboss.org
Tue Jan 3 10:55:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil updated WFLY-7850:
------------------------------
    Summary: Simplify Configuration of JDBC persistence-store  (was: Configuration of JDBC persistence-store is too complicated)


> Simplify Configuration of JDBC persistence-store
> ------------------------------------------------
>
>                 Key: WFLY-7850
>                 URL: https://issues.jboss.org/browse/WFLY-7850
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>            Reporter: Jeff Mesnil
>            Assignee: Jeff Mesnil
>            Priority: Critical
>
> Configuration of JDBC persistence-store consists of several steps:
> # Deploy jdbc driver
> # Configure data source
> # Create EAP module with correct SQLProviderFactory implementation
> # Configure Artemis
> For performing the step 3 you need to know
> * which SQLProviderFactory should be used,
> * where can be downloaded (who will compile it?),
> * how to create EAP module
> * which dependencies the module should have
> Additionally in domain, you need to do all these steps for each EAP instance.
> Suggestion for improvement:
> SQLProviderFactories for all supported databases should be delivered with EAP. The correct implementation should be chosen based on database metadata.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list