Revision 46337 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.geodb.app/org.gvsig.geodb.app.mainplugin/src/main/java/org/gvsig/geodb/vectorialdb/wizard/VectorialDBConnectionParamsDialog.java

View differences:

VectorialDBConnectionParamsDialog.java
96 96
    }
97 97
    
98 98
    protected void doAdvanced() {
99
        JDBCServerExplorerParameters myParams = this.getServerExplorerParameters();
99
        JDBCServerExplorerParameters myParams = this.jdbcServerExplorer.getServerExplorerParametersWithoutRegister();
100 100
        try {
101 101
            myParams.validate();
102 102
        } catch (Exception e) {
......
143 143
    }
144 144
    
145 145
    public JDBCServerExplorerParameters getServerExplorerParameters() {
146
        return this.jdbcServerExplorer.getServerExplorerParameters();
146
        return this.jdbcServerExplorer.getServerExplorerParametersAndRegister();
147 147
    }
148 148
    
149 149
    public String getConnectionName() {

Also available in: Unified diff