Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.0.0
-
None
-
None
Description
o.a.ctakes.dictionary.lookup2.util.JdbcConnectionFactory includes code to resolve the reference to the hsqldb file by appending the .script extension and searching for the file using FileLocator. This fails if the JDBC URL has properties on the end (e.g. .../sno_rx_16ab/sno_rx_16ab;readonly=true) because JdbcConnectionFactory doesn't handle the properties and so it searches for an invalid file.
Patch attached. This patch is based on CTAKES-501 because of merge conflicts.