Issue Details (XML | Word | Printable)

Key: DERBY-2355
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Andrew McIntyre
Reporter: A. Rick Anderson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Wrong URL in Eclipse-Plugin Lab Example Jays.java

Created: 19/Feb/07 01:40 PM   Updated: 21/Feb/07 05:05 AM
Return to search
Component/s: Demos/Scripts
Affects Version/s: 10.2.2.0
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

Environment: N/A

Urgency: Low
Resolution Date: 21/Feb/07 05:05 AM


 Description  « Hide
In the Eclipse plugin lab, there is a sample file called Jays.java. This file is part of derby_plugin_lab.zip file. The syntax for the connection URL in this file is incorrect. This but is particularly troublesome, since the majority of people using this lab will be unfamiliar with the correct Derby syntax and the error is a subtle one (a colon, versus a semi-colon).

Current Code:
        String derbyClientURL = "jdbc:derby://localhost:1527/jayDB:user=APP;password=APP;";

Corrected Code:
        String derbyClientURL = "jdbc:derby://localhost:1527/jayDB;user=APP;password=APP;";



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #509896 Wed Feb 21 05:04:18 UTC 2007 fuzzylogic DERBY-2355: Fix connection URL in Jays.java in Eclipse plugin lab.
Files Changed
MODIFY /db/derby/site/trunk/src/documentation/content/xdocs/binaries/derby_plugins_lab.zip
MODIFY /db/derby/site/trunk/build/site/binaries/derby_plugins_lab.zip