Hi,
FYI I'm running Spring 3.0.5, Activiti 5.6, Postgres 8.4, Java 1.6. I'm configuring the SpringProcessEngineConfiguration in a @Configuration bean.
I'm using an SpringProcessEngineConfiguration instance which does allow me to directly set isDuplicateFilterEnabled.
Looking at the SpringProcessEngineConfiguration code I see that the autoDeployResouces method creates a deployment builder and it calls enableDuplicateFiltering.
Debugging the code shows that autoDeployResouces is called and that the DeploymentBuilderImpl has got the isDuplicateFilterEnabled variable set to true.
However, the unchanged resources are still being written to act_re_deployment and act_ge_bytearray.
Dave