This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 117219

Summary: typo in enterprise/sql Bundle.properties
Product: soa Reporter: Masaki Katakai <masaki>
Component: SQL ProjectAssignee: Pavan Veeravarapu <pveeravarapu>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2007-10-01 07:26:49 UTC
Please fix these typo in enterprise/sql.

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/Bundle.properties
  ERROR_MISSING_ORDINAL=Missing oridinal position for parameter {0}
  (oridinal)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/Bundle.properties
  ERROR_MISSING_TYPE=Missing atrribute ParameterType for parameter {0}
  (atrribute)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/impl/Bundle.properties
  ERROR_MISSING_ORDINAL=Missing oridinal position for parameter {0}
  (oridinal)

./enterprise/sql/jdbcwizard/src/org/netbeans/modules/jdbcwizard/builder/dbmodel/impl/Bundle.properties
  ERROR_MISSING_TYPE=Missing atrribute ParameterType for parameter {0}
  (atrribute)
Comment 1 Venkat Srinivasan 2007-10-01 07:31:28 UTC
pls look into this
Comment 2 Narayana Rallabandi 2007-10-29 11:10:33 UTC
Fixed the Bundle.properties for the typo(s) in
enterprise\sql\jdbcwizard\src\org\netbeans\modules\jdbcwizard\builder\dbmodel and
enterprise\sql\jdbcwizard\src\org\netbeans\modules\jdbcwizard\builder\dbmodel\impl
Comment 3 Rebecca Liu 2007-10-29 13:30:27 UTC
Verified