Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2355

Wrong URL in Eclipse-Plugin Lab Example Jays.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 10.2.2.0
    • 10.3.1.4
    • Demos/Scripts
    • None
    • N/A
    • Low

    Description

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

      Attachments

        Activity

          People

            fuzzylogic Samuel Andrew McIntyre
            arick A. Rick Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: