]
Michelle Murray updated TOOLSDOC-555:
-------------------------------------
Sprint: 2014/S20 (27-Oct > 9-Nov)
The datasource definition generated by the example does not match the
text in this section
------------------------------------------------------------------------------------------
Key: TOOLSDOC-555
URL:
https://issues.jboss.org/browse/TOOLSDOC-555
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Bug
Affects Versions: 4.2.0.Final
Environment: Build Name: 22960, Start Developing-8.0
Build Date: 22-10-2014 11:29:36
Topic ID: 13797-717266 [Latest]
Reporter: Len DiMaggio
Assignee: Michelle Murray
Priority: Minor
Title: Access and Query the Database
Describe the issue:
The text in this section refers to this datasource:
<connection-url>jdbc:h2:mem:ticket-monster;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1</connection-url>
The datasource definition as generated by the example is:
<connection-url>jdbc:h2:mem:ticket-monster-quickstart;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1</connection-url>
Suggestions for improvement:
Additional information: