Update of /cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/jdbc
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17507/src/nl/cwi/monetdb/jdbc

Modified Files:
      Tag: Clients_1-20
        MonetDataSource.java 
Log Message:
Fix use of legacy port number in MonetDataSource, thanks to jsolderitsch for 
finding the issue

Index: MonetDataSource.java
===================================================================
RCS file: 
/cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/jdbc/MonetDataSource.java,v
retrieving revision 1.2
retrieving revision 1.2.10.1
diff -u -d -r1.2 -r1.2.10.1
--- MonetDataSource.java        3 Jan 2007 12:17:29 -0000       1.2
+++ MonetDataSource.java        15 Nov 2007 08:49:58 -0000      1.2.10.1
@@ -64,7 +64,7 @@
        public MonetDataSource() {
                databaseName = "demo";
                hostName = "localhost";
-               portNumber = 45123;
+               portNumber = 50000;
                description = "MonetDB database";
 
                driver = new MonetDriver();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to