Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12491

JBT Doesn't place the JDBC Driver correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.Alpha1
    • None
    • seam2
    • None

    Description

      in the ds.xml file. the following gets generated under driver. Works fine under regular seam-gen.

      <?xml version="1.0" encoding="UTF-8"?>
      <datasources xmlns="http://www.jboss.org/ironjacamar/schema"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:schemaLocation="http://www.jboss.org/ironjacamar/schema http://www.jboss.org/ironjacamar/schema/datasources_1_0.xsd">
          <datasource
                  jndi-name="nationalparkDatasource"
                  enabled="true"
                  use-java-context="true" pool-name="nationalparkDatasource_pool">
              <connection-url>jdbc:hsqldb:MyDB</connection-url>
              <driver>[Ljava.lang.String;@4633819a</driver>
              <security>
                  <user-name>sa</user-name>
                  <password></password>
              </security>
          </datasource>
      </datasources>
      

      Attachments

        Issue Links

          Activity

            People

              alexeykazakov Alexey Kazakov
              dhinojosa_jira Daniel Hinojosa (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: