3787. EPMO Open Source Coordination Office Redaction File Detail Report

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

3787.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:35 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-migration\src\main\resources applicationContext.xml Fri Apr 21 20:03:28 2017 UTC

3787.2 Comparison summary

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

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

3787.4 Active regular expressions

No regular expressions were active.

3787.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:aop= "http://ww w.springfr amework.or g/schema/a op"
        10           
        11     xmlns:tx=" http://www .springfra mework.org /schema/tx
        12     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        13           
        14     xmlns:p="h ttp://www. springfram ework.org/ schema/p" 
        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     <tx:annota tion-drive
        28      transactio n-manager= "txManager "
        29                      
        30      proxy-targ et-class=" true" 
        31     />
        32    
        33             
        34     <context:c omponent-s can 
        35      base-packa ge="gov.va .med" 
        36     />
        37             
        38     <context:p roperty-pl aceholder 
        39      location=" file:${MIG RATION_HOM E}/migrati on.propert ies" 
        40     />
        41    
        42             
        43     <bean 
        44      id="transf ormerFacto ry"
        45                      
        46      class="gov .va.med.nh in.vap.com mon.xsl.Sa xonTransfo rmerFactor yImpl"
        47     >
        48                       
        49      <property 
        50       name="erro rListener"  
        51       ref="defau ltTransfor merErrorLi stener" 
        52      />
        53                       
        54      <property 
        55       name="URIR esolver"
        56      >
        57                                 
        58       <bean 
        59        class="gov .va.med.nh in.vap.com mon.xsl.Cl asspathURL Resolver" 
        60       />
        61                        
        62      </property >
        63              
        64     </bean>
        65    
        66             
        67     <bean 
        68      id="defaul tTransform erErrorLis tener"
        69                      
        70      class="gov .va.med.nh in.vap.com mon.xsl.De faultTrans formerErro rListener"  
        71     />
        72    
        73             
        74     <bean 
        75      id="xmlToS tring" 
        76      class="gov .va.med.nh in.vap.com mon.transf ormer.xml. XMLToStrin g" 
        77     />
        78    
        79    
        80             
        81     <bean 
        82      id="privac yConsentDi rectiveDoc umentCreat or"
        83                      
        84      class="gov .va.med.vl er.nwhin.v ap.migrati on.Privacy ConsentDir ectiveDocu mentCreato r"
        85     >
        86                       
        87      <property 
        88       name="home CommunityI d" 
        89       value="${v a.homeComm unityOid}"  
        90      />
        91                       
        92      <property 
        93       name="data ToConsentD irectiveDo cument" 
        94       ref="patie ntConsentD irectiveDa taToDocume nt" 
        95      />
        96                       
        97      <property 
        98       name="data JaxbHelper
        99       ref="conse ntDirectiv eDataJaxb2 Marshaller
        100      />
        101                       
        102      <property 
        103       name="xmlT oString" 
        104       ref="xmlTo String" 
        105      />
        106              
        107     </bean>
        108    
        109             
        110     <bean 
        111      id="privac yConsentDi rectiveDoc umentMigra tor"
        112                      
        113      class="gov .va.med.vl er.nwhin.v ap.migrati on.Privacy ConsentDir ectiveDocu mentMigrat or"
        114     >
        115                       
        116      <property 
        117       name="priv acyConsent DirectiveD ocumentCre ator" 
        118       ref="priva cyConsentD irectiveDo cumentCrea tor" 
        119      />
        120                       
        121      <property 
        122       name="user Id" 
        123       value="mig ration.use r.id" 
        124      />
        125                       
        126      <property 
        127       name="faci lityId" 
        128       value="mig ration.fac ility.id" 
        129      />
        130                       
        131      <property 
        132       name="pati entDocumen tDAO" 
        133       ref="patie ntDocument DAO" 
        134      />
        135              
        136     </bean>
        137    
        138             
        139     <bean 
        140      id="patien tDocumentD AO" 
        141      class="gov .va.med.vl er.nwhin.v ap.migrati on.Patient DocumentDA O"
        142     >
        143     </bean>
        144    
        145             
        146     <bean 
        147      id="patien tConsentDi rectiveDat aToDocumen t" 
        148      class="gov .va.med.nh in.vap.com mon.transf ormer.xsl. XMLtoXML"
        149     >
        150                       
        151      <property 
        152       name="tran sformerFac tory" 
        153       ref="trans formerFact ory" 
        154      />
        155                       
        156      <property 
        157       name="reso urce"
        158                                
        159       value="cla sspath:gov /va/med/nh in/vap/pri vacy/data/ xsl/Consen tDirective DataToDocu ment.xsl" 
        160      />
        161              
        162     </bean>
        163    
        164             
        165     <bean 
        166      id="consen tDirective DataJaxb2M arshaller"  
        167      class="gov .va.med.nh in.vap.com mon.jaxb.J axbUtil"
        168     >
        169                       
        170      <construct or-arg 
        171       value="gov .va.med.nh in.vap.pri vacy.data"  
        172      />
        173              
        174     </bean>
        175    
        176             
        177     <bean 
        178      id="entity ManagerFac tory"
        179                      
        180      class="org .springfra mework.orm .jpa.Local EntityMana gerFactory Bean"
        181     >
        182                       
        183      <property 
        184       name="jpaP roperties"
        185      >
        186                                 
        187       <map>
        188                                           
        189        <entry 
        190         key="hiber nate.diale ct" 
        191         value="${h ibernate.d ialect}" 
        192        />
        193                                           
        194        <entry 
        195         key="hiber nate.conne ction.driv er_class" 
        196         value="${h ibernate.c onnection. driver_cla ss}" 
        197        />
        198                                           
        199        <entry 
        200         key="hiber nate.conne ction.url"  
        201         value="${h ibernate.c onnection. url}" 
        202        />
        203                                           
        204        <entry 
        205         key="hiber nate.conne ction.user name" 
        206         value="${h ibernate.c onnection. username}"  
        207        />
        208                                           
        209        <entry 
        210         key="hiber nate.conne ction.pass word" 
        211         value="${h ibernate.c onnection. password}"  
        212        />
        213                                           
        214        <entry 
        215         key="hiber nate.show_ sql" 
        216         value="${h ibernate.s how_sql}" 
        217        />
        218                                  
        219       </map>
        220                        
        221      </property >
        222              
        223     </bean>
        224    
        225             
        226     <bean
        227                      
        228      class="org .springfra mework.orm .jpa.suppo rt.Persist enceAnnota tionBeanPo stProcesso r" 
        229     />
        230    
        231             
        232     <bean 
        233      name="txMa nager" 
        234      class="org .springfra mework.orm .jpa.JpaTr ansactionM anager"
        235     >
        236                       
        237      <property 
        238       name="enti tyManagerF actory" 
        239       ref="entit yManagerFa ctory" 
        240      />
        241              
        242     </bean>
        243    
        244    
        245             
        246     <aop:confi g>
        247                       
        248      <aop:point cut 
        249       id="produc tServiceMe thods"
        250                                
        251       expression ="executio n(* gov.va .med.vler. nwhin.vap. migration. PatientDoc umentDAO.* (..))" 
        252      />
        253                       
        254      <aop:advis or 
        255       advice-ref ="txAdvice
        256       pointcut-r ef="produc tServiceMe thods" 
        257      />
        258              
        259     </aop:conf ig>
        260    
        261             
        262     <tx:advice  
        263      id="txAdvi ce" 
        264      transactio n-manager= "txManager "
        265     >
        266                       
        267      <tx:attrib utes>
        268                                 
        269       <tx:method  
        270        name="stor ePatientDo cument" 
        271        propagatio n="REQUIRE S_NEW" 
        272       />
        273                        
        274      </tx:attri butes>
        275              
        276     </tx:advic e>
        277    
        278   </beans>
        279