[jbosstools-issues] [JBoss JIRA] (JBIDE-12491) JBT Doesn't place the JDBC Driver correctly

Daniel Hinojosa (JIRA) jira-events at lists.jboss.org
Sat Aug 25 08:54:14 EDT 2012


Daniel Hinojosa created JBIDE-12491:
---------------------------------------

             Summary: JBT Doesn't place the JDBC Driver correctly
                 Key: JBIDE-12491
                 URL: https://issues.jboss.org/browse/JBIDE-12491
             Project: Tools (JBoss Tools)
          Issue Type: Bug
         Environment: Juno, JBT Daily Plugin
            Reporter: Daniel Hinojosa


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

{code:xml}
<?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>
{code:xml}



--
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 jbosstools-issues mailing list