4189. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:20 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4189.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:19 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-svc-consent-mgmt\src\main\resources\gov\va\nvap\svc\consentmgmt\schedule rec-config.xml Fri Apr 21 20:03:30 2017 UTC

4189.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 185
Removed 0 0

4189.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4189.4 Active regular expressions

No regular expressions were active.

4189.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5  
        6   <beans 
        7     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
        8          
        9     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        10          
        11     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        12     xmlns:aop= "http://ww w.springfr amework.or g/schema/a op"
        13          
        14     xmlns:tx=" http://www .springfra mework.org /schema/tx
        15     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        16          
        17     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
        18          
        19     xsi:schema Location="
        20           http ://www.spr ingframewo rk.org/sch ema/beans  http://www .springfra mework.org /schema/be ans/spring -beans.xsd
        21           http ://www.spr ingframewo rk.org/sch ema/tx htt p://www.sp ringframew ork.org/sc hema/tx/sp ring-tx.xs d
        22           http ://www.spr ingframewo rk.org/sch ema/util
        23           http ://www.spr ingframewo rk.org/sch ema/util/s pring-util -2.5.xsd
        24           http ://www.spr ingframewo rk.org/sch ema/contex t
        25           http ://www.spr ingframewo rk.org/sch ema/contex t/spring-c ontext-2.5 .xsd
        26           http ://www.spr ingframewo rk.org/sch ema/jee ht tp://www.s pringframe work.org/s chema/jee/ spring-jee -2.5.xsd"
        27   >
        28    
        29        
        30      
        31     <bean 
        32      id="recent lyExpiredC onsentCont roller" 
        33      class="gov .va.nvap.s vc.consent mgmt.sched ule.Recent lyExpiredC onsentCont roller"
        34     >
        35                       
        36      <property 
        37       name="pdqS ervice" 
        38       ref="pdqSe rvice" 
        39      />
        40                       
        41      <property 
        42       name="cons entDirecti veDataJaxb Helper" 
        43       ref="conse ntDirectiv eDataJaxb2 Marshaller
        44      />
        45                       
        46      <property 
        47       name="data ToConsentD irectiveDo cument" 
        48       ref="patie ntConsentD irectiveDa taToDocume nt" 
        49      />
        50                       
        51      <property 
        52       name="xml2 String" 
        53       ref="xml-t o-string" 
        54      />
        55                       
        56      <property 
        57       name="cms"  
        58       ref="cms" 
        59      />
        60                       
        61      <property 
        62       name="pip"  
        63       ref="polic yInformati onPoint" 
        64      />
        65                       
        66      <property 
        67       name="audi tService" 
        68       ref="audit Service" 
        69      />
        70              
        71     </bean>
        72             
        73             
        74     <jee:jndi- lookup 
        75      id="cms"
        76                      
        77      jndi-name= "ConsentMa nagementSe rvice#gov. va.nvap.se rvice.priv acy.Consen tManagemen tService"
        78                      
        79      cache="tru e" 
        80      resource-r ef="true" 
        81      lookup-on- startup="t rue"
        82                      
        83      expected-t ype="gov.v a.nvap.ser vice.priva cy.Consent Management Service"
        84                      
        85      proxy-inte rface="gov .va.nvap.s ervice.pri vacy.Conse ntManageme ntService"  
        86     />
        87             
        88         
        89     <bean 
        90      id="schedu leDAO" 
        91      class="gov .va.nvap.s vc.consent mgmt.sched ule.Schedu leDAO"
        92     >
        93     </bean>
        94         
        95     <bean 
        96      name="rece ntlyExpire dConsentTa sk" 
        97      class="org .springfra mework.sch eduling.qu artz.JobDe tailBean"
        98     >
        99     
        100                       
        101      <property 
        102       name="jobC lass" 
        103       value="gov .va.nvap.s vc.consent mgmt.sched ule.Recent lyExpiredC onsentTask
        104      />
        105     
        106                       
        107      <property 
        108       name="jobD ataAsMap"
        109      >
        110                          
        111       <map>
        112                                  
        113        <entry 
        114         key="recen tlyExpired ConsentCon troller" 
        115         value-ref= "recentlyE xpiredCons entControl ler" 
        116        />
        117                           
        118       </map>
        119                        
        120      </property >
        121     
        122              
        123     </bean>
        124    
        125             
        126    
        127             
        128     <!-- Cron  Trigger, r un every 5  seconds - ->
        129             
        130     <bean 
        131      id="cronTr igger" 
        132                      
        133      class="org .springfra mework.sch eduling.qu artz.CronT riggerBean "
        134     >
        135     
        136                       
        137      <property 
        138       name="jobD etail" 
        139       ref="recen tlyExpired ConsentTas k" 
        140      />
        141                       
        142      <property 
        143       name="cron Expression
        144       value="0 0  2 * * ?" 
        145      />
        146     
        147              
        148     </bean>
        149    
        150             
        151     <bean 
        152      class="org .springfra mework.sch eduling.qu artz.Sched ulerFactor yBean"
        153     >
        154                       
        155      <property 
        156       name="jobD etails"
        157      >
        158                                 
        159       <list>
        160                                           
        161        <ref 
        162         bean="rece ntlyExpire dConsentTa sk" 
        163        />
        164                                  
        165       </list>
        166                        
        167      </property >
        168     
        169                       
        170      <property 
        171       name="trig gers"
        172      >
        173                                 
        174       <list>
        175                                           
        176        <ref 
        177         bean="cron Trigger" 
        178        />
        179                                  
        180       </list>
        181                        
        182      </property >
        183              
        184     </bean>
        185   </beans>