[jboss-jira] [JBoss JIRA] (AS7-6760) Enabling data source fails if its not persistent

Bartosz Baranowski (JIRA) jira-events at lists.jboss.org
Wed Mar 20 07:19:42 EDT 2013


Bartosz Baranowski created AS7-6760:
---------------------------------------

             Summary: Enabling data source fails if its not persistent
                 Key: AS7-6760
                 URL: https://issues.jboss.org/browse/AS7-6760
             Project: Application Server 7
          Issue Type: Bug
          Components: JCA
    Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final), 8.0.0.Alpha1
            Reporter: Bartosz Baranowski
            Assignee: Stefano Maestri


Steps to Reproduce:
1. data-source add --name=NoTxTradeDataSource --jndi-name=java:jboss/datasources/NoTxTradeDataSource --driver-name=h2 --connection-url=jdbc:h2:notxtrade.db:trade
2. cd subsystem=datasources/data-source=NoTxTradeDataSource
3. :enable(persistent=false)

This will fail, as default behavior with persistent=false is to not enable DS.

Error:
Unable to start the ds because it generated more than one cf

This should not happen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list