提交 6c831c89 编写于 作者: A adrobisch

upgrading mybatis to 3.0.6 for ACT-861. mybatis is now more strict in...

upgrading mybatis to 3.0.6 for ACT-861. mybatis is now more strict in namespace and resource checking, therefore added full namespace to byteArray select reference in the HistoryDetail mapping to fix the test suite.
上级 ff7ca409
......@@ -102,7 +102,7 @@
<association property="byteArrayValue"
column="BYTEARRAY_ID_"
javaType="org.activiti.engine.impl.persistence.entity.ByteArrayEntity"
select="selectByteArray" />
select="org.activiti.engine.impl.persistence.entity.VariableInstanceEntity.selectByteArray" />
</resultMap>
<resultMap id="historicVariableUpdateResultMap_postgres" extends="historicDetailResultMap" type="org.activiti.engine.impl.persistence.entity.HistoricVariableUpdateEntity">
......@@ -118,7 +118,7 @@
<association property="byteArrayValue"
column="BYTEARRAY_ID_"
javaType="org.activiti.engine.impl.persistence.entity.ByteArrayEntity"
select="selectByteArray_postgres" />
select="org.activiti.engine.impl.persistence.entity.VariableInstanceEntity.selectByteArray_postgres" />
</resultMap>
<resultMap id="historicFormPropertyResultMap" extends="historicDetailResultMap" type="org.activiti.engine.impl.persistence.entity.HistoricFormPropertyEntity">
......
......@@ -270,7 +270,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.0.4</version>
<version>3.0.6</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册