[jboss-jira] [JBoss JIRA] (AS7-4899) Datasource names starting with number are invalid and gets deleted

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon May 28 02:24:17 EDT 2012


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

jaikiran pai updated AS7-4899:
------------------------------

       Assignee: Stefano Maestri
    Component/s: JCA

    
> Datasource names starting with number are invalid and gets deleted
> ------------------------------------------------------------------
>
>                 Key: AS7-4899
>                 URL: https://issues.jboss.org/browse/AS7-4899
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 7.1.1.Final
>            Reporter: Luca Molteni
>            Assignee: Stefano Maestri
>
> Copy the example datasource into something like
>                 <datasource jndi-name="java:jboss/datasources/18DS" pool-name="18DS" enabled="true" use-java-context="true">
>                     <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
>                     <driver>h2</driver>
>                     <security>
>                         <user-name>sa</user-name>
>                         <password>sa</password>
>                     </security>
>                 </datasource>
> The datasource is not parsed correctly and gets deleted when refreshing using the console.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list