Skip to content

Commit

Permalink
Added configurable parameters for enabling fallback for updates,inser…
Browse files Browse the repository at this point in the history
…ts and missing deletes. Also added the ability to turn on/off the use of the target schema. It is off by default because of the extra overhead of

making the calls to the db.
  • Loading branch information
chenson42 committed Aug 13, 2008
1 parent 3dd2373 commit 8d8be03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions symmetric/src/main/resources/symmetric-services.xml
Expand Up @@ -143,9 +143,6 @@
<property name="configurationService" ref="configurationService" />
<property name="nodeService" ref="nodeService" />
<property name="parameterService" ref="parameterService" />
<property name="enableFallbackInsert" value="true" />
<property name="enableFallbackUpdate" value="true" />
<property name="allowMissingDelete" value="true" />
</bean>

<bean id="incomingBatchService" class="org.jumpmind.symmetric.service.impl.IncomingBatchService"
Expand Down

0 comments on commit 8d8be03

Please sign in to comment.