< prev index next >
src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java
Print this page
rev 1438 : 7000752: Duplicate entry in RowSetResourceBundles.properties
Reviewed-by: alanb
@@ -736,11 +736,11 @@
insertValue(tempStr);
}
// columnValue now need to be reset to the empty string
columnValue = new String("");
} catch (SQLException ex) {
- throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errinsert").toString(), ex.getMessage()));
+ throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errinsertval").toString(), ex.getMessage()));
}
break;
case RowTag:
try {
rs.insertRow();
< prev index next >