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

Martin Malina (JIRA) jira-events at lists.jboss.org
Tue Dec 18 07:37:08 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Malina closed JBIDE-13216.
---------------------------------



Verified in JBDS 5.0.2.GA B235. The generated seam 2.3 project -ds.xml file now contains <driver>h2-1.3.168-redhat-1.jar</driver>
                
> JBT Doesn't place the JDBC Driver correctly
> -------------------------------------------
>
>                 Key: JBIDE-13216
>                 URL: https://issues.jboss.org/browse/JBIDE-13216
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam 2
>         Environment: Juno, JBT Daily Plugin
>            Reporter: Vlado Pakan
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.2
>
>
> in the ds.xml file. the following gets generated under driver. Works fine under regular seam-gen.
> {code}
> <?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}

--
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


More information about the jbosstools-issues mailing list