Skip to content

Commit

Permalink
dbIdentityUsed的ref改为value
Browse files Browse the repository at this point in the history
  • Loading branch information
henryyan committed Feb 3, 2015
1 parent 75f5fb1 commit cc95aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public class CustomUserEntityManager extends UserEntityManager {
<pre class="brush:xml">
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
...
<property name="dbIdentityUsed" ref="false"/>
<property name="dbIdentityUsed" value="false"/>
...
</bean>
</pre>
Expand Down

0 comments on commit cc95aa4

Please sign in to comment.