From 8df8559f1a0509a770f04feac19158d299df6e82 Mon Sep 17 00:00:00 2001 From: Eric Rasche <rasche.eric@yandex.ru> Date: Thu, 25 Jul 2013 11:43:48 -0500 Subject: [PATCH] Added note about the prefixing of URIs --- uk/ac/sanger/artemis/chado/DbSqlConfig.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uk/ac/sanger/artemis/chado/DbSqlConfig.java b/uk/ac/sanger/artemis/chado/DbSqlConfig.java index b4c92b070..5190f5fcf 100644 --- a/uk/ac/sanger/artemis/chado/DbSqlConfig.java +++ b/uk/ac/sanger/artemis/chado/DbSqlConfig.java @@ -51,6 +51,9 @@ public class DbSqlConfig * artemis_sqlmap/chado_iBatis_config.xml file and the * database location properties defined by the system property, * <i>e.g.</i> -Dchado=localhost:2997/chado?tjc + * + * It is especially important that the -Dchado argument is not prefixed with + * jdbc:postgresql:// as that is handled in iBatis * */ public void init(JPasswordField fpasswd) -- GitLab