Changeset 3447

Show
Ignore:
Timestamp:
12/13/11 13:50:16
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
  • trunk/config/bwbuild/.defaults/cal.options.xml

    r3396 r3447  
    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. 
  • trunk/config/bwbuild/jboss-postgresql-devel/cal.options.xml

    r3391 r3447  
    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. 
  • trunk/deployment/ear.meta/jboss-service.xml

    r3437 r3447  
    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 -->