4412. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:36 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.

4412.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:36 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-web\src\main\webapp\WEB-INF\spring\gov\va\nvap\web\common common-config.xml Fri Apr 21 20:03:30 2017 UTC

4412.2 Comparison summary

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

4412.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

4412.4 Active regular expressions

No regular expressions were active.

4412.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:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        10     xmlns:aop= "http://ww w.springfr amework.or g/schema/a op"
        11           
        12     xmlns:tx=" http://www .springfra mework.org /schema/tx
        13     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        14           
        15     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
        16           
        17     xsi:schema Location="
        18           http ://www.spr ingframewo rk.org/sch ema/beans  http://www .springfra mework.org /schema/be ans/spring -beans.xsd
        19           http ://www.spr ingframewo rk.org/sch ema/tx htt p://www.sp ringframew ork.org/sc hema/tx/sp ring-tx.xs d
        20           http ://www.spr ingframewo rk.org/sch ema/contex t
        21           http ://www.spr ingframewo rk.org/sch ema/contex t/spring-c ontext-2.5 .xsd
        22           http ://www.spr ingframewo rk.org/sch ema/jee ht tp://www.s pringframe work.org/s chema/jee/ spring-jee -2.5.xsd
        23           http ://www.spr ingframewo rk.org/sch ema/aop ht tp://www.s pringframe work.org/s chema/aop/ spring-aop .xsd"
        24   >
        25    
        26             
        27     <context:p roperty-pl aceholder 
        28      location=" classpath: web.proper ties" 
        29     />
        30    
        31             
        32     <bean 
        33      id="string ToXML" 
        34      class="gov .va.nvap.c ommon.tran sformer.xm l.StringTo XML" 
        35     />
        36             
        37     <bean 
        38      id="xmlToS tring" 
        39      class="gov .va.nvap.c ommon.tran sformer.xm l.XMLToStr ing" 
        40     />
        41    
        42             
        43     <bean 
        44      id="homeCo mmunity" 
        45      class="gov .va.nvap.p rivacy.Org anizationT ype"
        46     >
        47                       
        48      <property 
        49       name="orgC ommunityId Prefix" 
        50       value="${v a.homeComm unityIdPre fix}" 
        51      />
        52                       
        53      <property 
        54       name="orgC ontact" 
        55       value="${v a.organiza tionContac t}" 
        56      />
        57                       
        58      <property 
        59       name="orgD omain" 
        60       value="${v a.organiza tionDomain }" 
        61      />
        62                       
        63      <property 
        64       name="orgN ame" 
        65       value="${v a.organiza tionName}"  
        66      />
        67                       
        68      <property 
        69       name="orgN umber" 
        70       value="${v a.organiza tionNumber }" 
        71      />
        72                       
        73      <property 
        74       name="orgO id" 
        75       value="${v a.homeComm unityId}" 
        76      />
        77                       
        78      <property 
        79       name="orgP honeNumber
        80       value="${v a.organiza tionPhoneN umber}" 
        81      />
        82              
        83     </bean>
        84    
        85         
        86     <!-- Confi gures sche duled expo rt removal s -->
        87         
        88     <bean 
        89      id="delete ExportsDet ail" 
        90      class="org .springfra mework.sch eduling.qu artz.Metho dInvokingJ obDetailFa ctoryBean"
        91     >
        92              
        93      <property 
        94       name="targ etObject" 
        95       ref="UserD ocumentDAO
        96      />
        97              
        98      <property 
        99       name="targ etMethod" 
        100       value="rem oveUserDoc uments" 
        101      />
        102          
        103     </bean>
        104         
        105         
        106     <bean 
        107      id="delete ExportsTri gger" 
        108      class="org .springfra mework.sch eduling.qu artz.CronT riggerBean "
        109     >
        110              
        111      <property 
        112       name="jobD etail" 
        113       ref="delet eExportsDe tail" 
        114      />
        115              
        116      <!-- Run o nce daily  at 0400 hr s -->
        117              
        118      <property 
        119       name="cron Expression
        120       value="0 0  4 * * ?" 
        121      />
        122          
        123     </bean>
        124         
        125             
        126     <bean 
        127      id="schedu leFactory"  
        128      class="org .springfra mework.sch eduling.qu artz.Sched ulerFactor yBean"
        129     >
        130                   
        131      <property 
        132       name="trig gers"
        133      >
        134                        
        135       <list>
        136                         
        137        <ref 
        138         bean="dele teExportsT rigger" 
        139        />
        140                         
        141       </list>
        142                    
        143      </property >
        144              
        145     </bean>
        146    
        147             
        148     <bean 
        149      id="transf ormerFacto ry" 
        150      class="gov .va.nvap.c ommon.xsl. XalanTrans formerFact oryImpl"
        151     >
        152                       
        153      <property 
        154       name="erro rListener"  
        155       ref="defau ltTransfor merErrorLi stener" 
        156      />
        157                       
        158      <property 
        159       name="URIR esolver"
        160      >
        161                                 
        162       <bean 
        163        class="gov .va.nvap.c ommon.xsl. ClasspathU RLResolver
        164       />
        165                        
        166      </property >
        167              
        168     </bean>
        169    
        170             
        171     <bean 
        172      id="defaul tTransform erErrorLis tener" 
        173      class="gov .va.nvap.c ommon.xsl. DefaultTra nsformerEr rorListene r" 
        174     />
        175    
        176   </beans>