Changeset 3446

Show
Ignore:
Timestamp:
12/13/11 13:49:46
Author:
douglm
Message:

Some missing dependencies in the build

Remove the "doweSynch" flag. Synch engine now required. Code removed.

Add methods and service bean actions to check external subscriptions and (re)subscribe if necessary

Tidied up synchws schema a little

Immediately after a dump or restore (not in time but in actions) click on the checkExternalSubs button to have external subscriptions checked.

This will cause subscriptions to be (re)subscribed. If this is an upgrade from an earlier system this is the way to get all those external subscriptions working in the new world.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.8/build/quickstart/linux/bw

    r3406 r3446  
    767767      access="yes" 
    768768      bwannotations="yes" 
     769      bwcalfacade="yes" 
    769770      bwxml="yes" 
    770771      caldav="yes" 
     
    779780      bwmisc="yes" 
    780781       
    781       davutil="yes" 
    782782      bwannotations="yes"   
    783783      bwcalfacade="yes" 
    784784      bwicalendar="yes" 
     785      davutil="yes" 
    785786      pkgdefault= 
    786787      shift 
     
    906907      bwmisc="yes" 
    907908      bwsysevents="yes" 
    908       indexer="yes" 
    909909      rpiutil="yes" 
    910910      pkgdefault= 
  • releases/bedework-3.8/config/bwbuild/.defaults/cal.options.xml

    r3395 r3446  
    88      <global> 
    99        <version>3.8</version> 
    10  
    11         <!-- Temp value to enable/disable the use of the synch service --> 
    12         <doWeSynch>true</doWeSynch> 
    1310         
    1411        <!-- This property is how the running system finds the system settings. 
  • releases/bedework-3.8/config/bwbuild/jboss-postgresql-devel/cal.options.xml

    r3390 r3446  
    88      <global> 
    99        <version>3.8</version> 
    10  
    11         <!-- Temp value to enable/disable the use of the synch service --> 
    12         <doWeSynch>true</doWeSynch> 
    1310         
    1411        <!-- This property is how the running system finds the system settings. 
  • releases/bedework-3.8/deployment/ear.meta/jboss-service.xml

    r3436 r3446  
    4040    <attribute name="Account">admin</attribute> 
    4141     
    42     <attribute name="Appname">dumpres</attribute
     42    <attribute name="Appname"/
    4343     
    4444    <!-- Create tables - false for safety - set true in console -->