[GeoNetwork-devel] [GeoNetwork opensource Developer website] #303: Invalid character when connecting to external database

#303: Invalid character when connecting to external database
--------------------+-------------------------------------------------------
Reporter: zoerb | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.6.0
Component: GAST | Version: v2.6.0RC1
Keywords: |
--------------------+-------------------------------------------------------
I was trying to hook up GeoNetwork to an Oracle database using gast, but
got this error: "ORA-00911: invalid character". To replicate: in gast,
fill in the Configuration -> DBMS information, then go to Database ->
Setup, and click Setup. You will see it creating all of the tables, but
when it gets to "Filling database tables", the invalid character error is
thrown. I found that the problem was that gast tries to send the sql
commands with semicolons on the end, due to a simple error in
DatabaseLib.java. The attached patch fixes this.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/303&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#303: Invalid character when connecting to external database
--------------------+-------------------------------------------------------
Reporter: zoerb | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.6.0
Component: GAST | Version: v2.6.0RC2
Keywords: |
--------------------+-------------------------------------------------------
Changes (by zoerb):

  * version: v2.6.0RC1 => v2.6.0RC2

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/303#comment:1&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#303: Invalid character when connecting to external database
---------------------+------------------------------------------------------
  Reporter: zoerb | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: minor | Milestone: v2.6.0
Component: GAST | Version: v2.6.0RC2
Resolution: fixed | Keywords:
---------------------+------------------------------------------------------
Changes (by mcoudert):

  * status: new => closed
  * resolution: => fixed

Comment:

Committed revision 6554.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/303#comment:2&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.