[
https://issues.jboss.org/browse/AS7-4899?page=com.atlassian.jira.plugin.s...
]
Stefano Maestri closed AS7-4899.
--------------------------------
Resolution: Out of Date
Not reproducible on last master and 7.1 branch
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira