View Issue Details

IDProjectCategoryView StatusLast Update
0000542SymmetricDSBugpublic2011-01-19 14:00
ReporterAssigned Tochenson  
Priorityhigh 
Status closedResolutionfixed 
Product Version2.3.0 
Target Version2.5.1Fixed in Version2.5.1 
Summary0000542: two errors in JRE5.0
Descriptionthere are two errors in JRE5.0 environment. 1. in org.jumpmind.symmetric.ddl.model.TypeMap class line 150 registerJdbcType(Types.SQLXML, SQLXML, JdbcTypeCategoryEnum.TEXTUAL); in JRE5.0 didn't support Types.SQLXML type. so modify to this : registerJdbcType(2009, SQLXML, JdbcTypeCategoryEnum.TEXTUAL); 2. in org.jumpmind.symmetric.util.JarBuilder class line 80 if (!name.isEmpty()) { ... in JRE5.0 didn't support isEmpty() function. so modify to this : if (name.trim().length() != 0) {
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change