Hello,

I'm trying to test trunk against an Oracle DB and getting stuck at

net.refractions.udig.catalog.internal.oracle.ui.OracleSpatialWizardPage#doIsPageComplete:

protected boolean doIsPageComplete() {
        Map<String, Serializable> p = getParams();
        if (p == null) {
            return false;
        }
        //this is always false
        boolean r = getDataStoreFactorySpi().canProcess(p);

        return r;
    }

The OracleServiceExtension.getFactory() cannot process the parameters. I
have schema, port, passwd, dbtype, host, user and database. All correct
(as "Lookup" on the wizard page connects properly). The "next" button on
the wizard page is always gray.

Any hints to where to start looking?

BTW, the "Recent Connections" combo is showing everything, including passwd!

Thanks in advance,

Ugo
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to