Changeset 3389

Show
Ignore:
Timestamp:
11/01/11 15:45:10
Author:
douglm
Message:

Many more changes associated with synch and the SOAP schema - mostly to get component types properly embedded in filters and queries.

Changed the error response types to mae them sable and added missing target processing to synch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/.defaults/synch-config.xml

    r3374 r3389  
    1919    <property name="synchlingPoolTimeout" 
    2020              value="5000" /> 
     21 
     22    <!-- How often we retry a synch when one of the targets goes missing. 
     23         It's possible a file target might get deleted and replaced rather than 
     24         updated. Also changing access might make a collection disappear for a  
     25         while. -->  
     26    <property name="missingTargetRetries" 
     27              value="10" /> 
    2128 
    2229    <!-- callback. Comment out for no service. MUST end in "/" -->