Changeset 2994

Show
Ignore:
Timestamp:
08/30/10 10:20:38
Author:
douglm
Message:

Remove tz registry thread local variable. Not needed

Restructure scheduling tasks to move code into the asynch processor and tidy up in preparation for some of the other changes

Disable some unused web client code to make it clear it is unused

Force rollback in event add/update when errors occur and rollback in webdav when errors occur. Fixes scheduling spoofing issue.

Files:

Legend:

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

    r2983 r2994  
    8585              <queue physicalName="bedework.sysevents.monitor" /> 
    8686              <queue physicalName="bedework.crawler" /> 
    87               <filteredDestination selector="inbox = 'true'
     87              <filteredDestination selector="inbox = 'true' or scheduleEvent = 'true'
    8888                                   queue="bedework.scheduleIn"/> 
    8989              <filteredDestination selector="outbox = 'true'"