Changeset 3313

Show
Ignore:
Timestamp:
08/24/11 16:44:23
Author:
douglm
Message:

Closer to getting file to bedework synch working. synch engine now managing to partially start up a connection to bedework.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml

    r3084 r3313  
    4848          brokerName="bedework" useJmx="true" useShutdownHook="false" > 
    4949    <!-- 
    50       MikeD Queues for various bedework services. These are all fed by 
     50      MikeD Queues for various bedework services. These are mostly fed by 
    5151      the virtual queue bedework.sysevents 
    5252    --> 
  • trunk/config/bwbuild/jboss-postgresql/cal.options.xml

    r3307 r3313  
    804804                
    805805               Coming up on a separate port might help to lock it down. 
    806                Comment out or delete for no exchange synch service  
     806               Comment out or delete for no synch service  
    807807                
    808808               NOTE: the value below is defined in the build properties  
    809809               --> 
    810           <synchWsURI>@synchWsURI@</synchWsURI> 
     810          <synchWsURI>/synchws/</synchWsURI> 
    811811        </Pubcaldav> 
    812812 
  • trunk/config/bwbuild/jboss-postgresql/synch-config.xml

    r3312 r3313  
    9090              value="http://localhost:8080/wsdls/synch/wssvc.wsdl" /> 
    9191               
    92     <!-- seconds  -->  
     92    <!-- seconds before retry on failure  -->  
     93    <property name="retryInterval" 
     94              value="10" /> 
     95               
     96    <!-- seconds before we ping just to say we're still around -->  
    9397    <property name="keepAliveInterval" 
    9498              value="60" />