3952. EPMO Open Source Coordination Office Redaction File Detail Report

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

3952.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:00 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-server\src\main\resources\gov\va\nvap\server server-common.xml Fri Apr 21 20:03:28 2017 UTC

3952.2 Comparison summary

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

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

3952.4 Active regular expressions

No regular expressions were active.

3952.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
        7           
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        9     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        10           
        11     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context
        12     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        13           
        14     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        15           
        16     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        17                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        18                 http://ww w.springfr amework.or g/schema/u til
        19                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        20                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        21                 http://ww w.springfr amework.or g/schema/c ontext
        22                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        23   >
        24    
        25    
        26             
        27     <context:c omponent-s can 
        28      base-packa ge="gov.va .nvap.comm on" 
        29     />
        30             
        31     <context:p roperty-pl aceholder
        32                      
        33      location=" classpath: server.pro perties" 
        34     />
        35    
        36             
        37     <bean 
        38      id="common sHttpMessa geSender" 
        39      class="org .springfra mework.ws. transport. http.Commo nsHttpMess ageSender"
        40     />
        41    
        42             
        43     <bean 
        44      id="string ToDate"
        45                      
        46      class="gov .va.nvap.c ommon.tran sformer.da te.StringT oDate" 
        47     />
        48    
        49             
        50     <bean 
        51      id="string ToXml"
        52                      
        53      class="gov .va.nvap.c ommon.tran sformer.xm l.StringTo XML" 
        54     />
        55         
        56         
        57     <bean 
        58      id="xmlToS tring" 
        59      class="gov .va.nvap.c ommon.tran sformer.xm l.XMLToStr ing" 
        60     />
        61    
        62             
        63     <bean 
        64      id="transf ormerFacto ry"
        65                      
        66      class="gov .va.nvap.c ommon.xsl. SaxonTrans formerFact oryImpl"
        67     >
        68                       
        69      <property 
        70       name="erro rListener"  
        71       ref="defau ltTransfor merErrorLi stener" 
        72      />
        73                       
        74      <property 
        75       name="URIR esolver"
        76      >
        77                                 
        78       <bean 
        79        class="gov .va.nvap.c ommon.xsl. ClasspathU RLResolver
        80       />
        81                        
        82      </property >
        83              
        84     </bean>
        85    
        86             
        87     <bean 
        88      id="defaul tTransform erErrorLis tener"
        89                      
        90      class="gov .va.nvap.c ommon.xsl. DefaultTra nsformerEr rorListene r" 
        91     />
        92    
        93             
        94     <bean 
        95      id="xmlToE r7Transfor mer" 
        96      class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing"
        97     >
        98                       
        99      <property 
        100       name="tran sformerFac tory" 
        101       ref="trans formerFact ory" 
        102      />
        103                       
        104      <property 
        105       name="reso urce"
        106                                
        107       value="cla sspath:gov /va/nvap/c ommon/hl7/ XMLToER7.x sl" 
        108      />
        109              
        110     </bean>
        111    
        112             
        113     <bean 
        114      id="er7ToX mlTransfor mer" 
        115      class="gov .va.nvap.c ommon.tran sformer.hl 7.ER7ToXML "
        116     >
        117              
        118     </bean>
        119    
        120             
        121     <bean 
        122      id="proper tyMapAggre gator" 
        123      class="gov .va.nvap.c ommon.aggr egator.map .MapAggreg ator"
        124     >
        125              
        126     </bean>
        127    
        128             
        129     <bean 
        130      id="cacheM anager"
        131                      
        132      class="org .springfra mework.cac he.ehcache .EhCacheMa nagerFacto ryBean"
        133     >
        134                       
        135      <property 
        136       name="conf igLocation "
        137      >
        138                                 
        139       <value>
        140        classpath: ehcache.xm l
        141       </value>
        142                        
        143      </property >
        144                       
        145      <property 
        146       name="shar ed" 
        147       value="tru e" 
        148      />
        149              
        150     </bean>
        151    
        152             
        153     <bean 
        154      id="dozerM apper" 
        155      class="org .dozer.Doz erBeanMapp er"
        156     >
        157                       
        158      <property 
        159       name="mapp ingFiles"
        160      >
        161                                 
        162       <list>
        163                                           
        164        <value>
        165         gov/va/nva p/server/s ervice/pri vacy/dozer -bean-mapp ings.xml
        166                                            
        167        </value>
        168                                  
        169       </list>
        170                        
        171      </property >
        172              
        173     </bean>
        174    
        175    
        176   </beans>