View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003474 | SymmetricDS | Bug | public | 2018-03-05 07:55 | 2018-03-12 12:26 |
Reporter | woehrl01 | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.5 | Fixed in Version | 3.9.5 | ||
Summary | 0003474: java.lang.AbstractMethodError: java/sql/PreparedStatement.setNString | ||||
Description | The following error occures if you have MSSQL and a NVARCHAR column with the 3.9 branch: ava.lang.AbstractMethodError: Method org/apache/commons/dbcp/DelegatingPreparedStatement.setNString(ILjava/lang/String;)V is abstract at org.apache.commons.dbcp.DelegatingPreparedStatement.setNString(DelegatingPreparedStatement.java) at org.springframework.jdbc.core.StatementCreatorUtils.setValue(StatementCreatorUtils.java:349) at org.springframework.jdbc.core.StatementCreatorUtils.setParameterValueInternal(StatementCreatorUtils.java:241) at org.springframework.jdbc.core.StatementCreatorUtils.setParameterValue(StatementCreatorUtils.java:172) at org.jumpmind.db.sql.JdbcSqlTemplate.setValues(JdbcSqlTemplate.java:1013) at org.jumpmind.db.sql.JdbcSqlTransaction.addRow(JdbcSqlTransaction.java:455) at org.jumpmind.symmetric.io.data.writer.DefaultDatabaseWriter.execute(DefaultDatabaseWriter.java:865) at org.jumpmind.symmetric.io.data.writer.DefaultDatabaseWriter.insert(DefaultDatabaseWriter.java:202) at org.jumpmind.symmetric.io.data.writer.AbstractDatabaseWriter.write(AbstractDatabaseWriter.java:191) | ||||
Additional Information | microsoft jdbc driver | ||||
Tags | No tags attached. | ||||
|
I pushed a pullrequest for this https://github.com/JumpMind/symmetric-ds/pull/68 |
|
see the following discussion for another engineer having this problem: https://sourceforge.net/p/symmetricds/discussion/739236/thread/6adef760 |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-05 07:55 | woehrl01 | New Issue | |
2018-03-05 07:57 | woehrl01 | Note Added: 0001138 | |
2018-03-05 07:59 | woehrl01 | Note Added: 0001139 | |
2018-03-05 13:23 | elong | Relationship added | has duplicate 0003473 |
2018-03-05 13:25 | elong | Assigned To | => elong |
2018-03-05 13:25 | elong | Reproducibility | have not tried => always |
2018-03-05 13:25 | elong | Status | new => resolved |
2018-03-05 13:25 | elong | Resolution | open => fixed |
2018-03-05 13:25 | elong | Product Version | 3.9.4 => 3.9.0 |
2018-03-05 13:25 | elong | Fixed in Version | => 3.9.5 |
2018-03-05 13:25 | elong | Target Version | => 3.9.5 |
2018-03-05 14:00 | elong | Changeset attached | => SymmetricDS 3.9 3355ad8d |
2018-03-12 12:26 | chenson | Status | resolved => closed |