Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-600) Oracle: port parameter in wizard page have wrong datatype

Oracle: port parameter in wizard page have wrong datatype
---------------------------------------------------------

         Key: UDIG-600
         URL: http://jira.codehaus.org/browse/UDIG-600
     Project: uDIG
        Type: Bug
  Components: oracle  
    Versions: UDIG 1.0.1    
 Environment: Desktop pc: Win XP
Database: w2k
 Reporter: jukka sirviö
 Assigned to: Jody Garnett 
    Priority: Minor
 Attachments: DataBaseRegistryWizardPage.java

net.refractions.udig.catalog.oracle plugin have wrong datatype in port -parameter:
- OracleSpatialWizardPage.getParams, Integer is used, should be String
- OracleServiceExtension.createService, following if -sentece must be commented (again flipping String to Integer):
if(params!=null && params.containsKey(getFactory().getParametersInfo()[2].key) && params.get(getFactory().getParametersInfo()[2].key) instanceof String){

atatchment you will find DatabaseRegistryWizardPage which contains additional checking's (see createControl -method)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top