Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4899

Datasource names starting with number are invalid and gets deleted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 7.1.1.Final
    • JCA
    • None

      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.

            smaestri@redhat.com Stefano Maestri
            lmolteni@redhat.com Luca Molteni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: