[jboss-jira] [JBoss JIRA] (AS7-4899) Datasource names starting with number are invalid and gets deleted
Luca Molteni (JIRA)
jira-events at lists.jboss.org
Sun May 27 10:57:17 EDT 2012
Luca Molteni created AS7-4899:
---------------------------------
Summary: 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
Affects Versions: 7.1.1.Final
Reporter: Luca Molteni
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