Github user alex-rufous commented on a diff in the pull request:
https://github.com/apache/qpid-broker-j/pull/9#discussion_r200404852
--- Diff:
broker-core/src/main/java/org/apache/qpid/server/store/BrokerStoreUpgraderAndRecoverer.java
---
@@ -735,6 +735,7 @@ public MutableEntry transform(MutableEntry entry)
addAttributeTransformer("jdbcBytesForBlob",
addContextVar("qpid.jdbcstore.useBytesForBlob")).
addAttributeTransformer("jdbcBlobType",
addContextVar("qpid.jdbcstore.blobType")).
addAttributeTransformer("jdbcVarbinaryType",
addContextVar("qpid.jdbcstore.varBinaryType")).
+ addAttributeTransformer("jdbcTimestampType",
addContextVar("qpid.jdbcstore.timestampType")).
--- End diff --
The VirtualHostEntryUpgrader is used to upgrade record for model of version
"1.3" into "2.0". There was no attribute "jdbcTimestampType" in model 1.3. The
line needs to be deleted
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]