[
https://issues.jboss.org/browse/JBIDE-10787?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen commented on JBIDE-10787:
---------------------------------------------
https://github.com/jbossas/jboss-as/blob/master/testsuite/integration/bas...
(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