Revision 1848 branches/gvSIG_GisPlanet/applications/appgvSIG/src/com/iver/cit/gvsig/gui/wizards/JDBCWizard.java

View differences:

JDBCWizard.java
208 208
				xml = new XMLEntity();
209 209
			String[] servers = null;
210 210
			if (!xml.contains("jdbc-servers")) {
211
				servers = new String[1];
211
				servers = new String[2];
212 212
				servers[0] = "jdbc:postgresql://localhost/latin1";
213
				servers[1] = "jdbc:mysql://192.168.0.198/test";
213 214

  
214 215
				xml.putProperty("jdbc-servers", servers);
215 216
			}

Also available in: Unified diff