[jbosstools-issues] [JBoss JIRA] (JBIDE-10787) Data Source xml file wizard

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Tue Feb 21 13:48:36 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669686#comment-12669686 ] 

Max Rydahl Andersen commented on JBIDE-10787:
---------------------------------------------

https://github.com/jbossas/jboss-as/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/xml/datasource/test-ds.xml (same place as before but without xa stuff):

Here is a "templateized" version prototype:
<datasources>
 <datasource jndi-name="java:jboss/datasources/${datasourcename}" enabled="true" use-java-context="true"
                pool-name="${datasourcename}">
        <connection-url>${connectionurl}</connection-url>
        <driver>${driverjarnamewithoutdotjar}</driver>
        <pool></pool>
        <security>
            <user-name>${username}</user-name>
            <password>${password}</password>
        </security>
    </datasource>
</datasource>

and then I suggest we create the -ds.xml and place the .jar next to it in same dir pointed to.

this will allow users to deploy the -ds.mxl together with the driver.jar (assuming there is just one driver.jar)


                
> Data Source xml file wizard
> ---------------------------
>
>                 Key: JBIDE-10787
>                 URL: https://issues.jboss.org/browse/JBIDE-10787
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Denis Golovin
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.Beta1
>
>         Attachments: 2012-02-14 00.25.bmml, 2012-02-14 00.25.bmml, 2012-02-14 00.25.png, NewDSXML.png
>
>
> Wizard should let generate ds.xml file for selected DTP connection. It also should let create new DTP connection without leaving wizard and then generate ds.xml file for it

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