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

3951.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-jee.xml Fri Apr 21 20:03:28 2017 UTC

3951.2 Comparison summary

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

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

3951.4 Active regular expressions

No regular expressions were active.

3951.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:util ="http://w ww.springf ramework.o rg/schema/ util"
        9           
        10     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        11     xmlns:aop= "http://ww w.springfr amework.or g/schema/a op"
        12           
        13     xmlns:tx=" http://www .springfra mework.org /schema/tx
        14     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        15           
        16     xmlns:p="h ttp://www. springfram ework.org/ schema/p" 
        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/contex t
        23           http ://www.spr ingframewo rk.org/sch ema/contex t/spring-c ontext-2.5 .xsd
        24           http ://www.spr ingframewo rk.org/sch ema/util
        25           http ://www.spr ingframewo rk.org/sch ema/util/s pring-util -2.0.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           http ://www.spr ingframewo rk.org/sch ema/aop ht tp://www.s pringframe work.org/s chema/aop/ spring-aop .xsd"
        28   >
        29    
        30             
        31     <bean 
        32      id="messag eFactory" 
        33      class="org .springfra mework.ws. soap.saaj. SaajSoapMe ssageFacto ry"
        34     >
        35                       
        36      <property 
        37       name="mess ageFactory "
        38      >
        39                                 
        40       <bean 
        41        class="web logic.xml. saaj.Messa geFactoryI mpl" 
        42       />
        43                        
        44      </property >
        45              
        46     </bean>
        47    
        48             
        49     <bean 
        50      id="messag eFactory12
        51      class="org .springfra mework.ws. soap.saaj. SaajSoapMe ssageFacto ry"
        52     >
        53                       
        54      <property 
        55       name="soap Version"
        56      >
        57                                 
        58       <util:cons tant 
        59        static-fie ld="org.sp ringframew ork.ws.soa p.SoapVers ion.SOAP_1 2" 
        60       />
        61                        
        62      </property >
        63                       
        64      <property 
        65       name="mess ageFactory "
        66      >
        67                                 
        68       <bean 
        69        class="web logic.xml. saaj.Messa geFactoryI mpl" 
        70       />
        71                        
        72      </property >
        73              
        74     </bean>
        75    
        76             
        77     <jee:jndi- lookup 
        78      id="defaul tXAJmsConn ectionFact ory"
        79                      
        80      jndi-name= "${jms.def aultXAQueu eConnectio nFactory}"  
        81     />
        82    
        83             
        84     <jee:jndi- lookup 
        85      id="defaul tXAFlowCon trolJmsCon nectionFac tory"
        86                      
        87      jndi-name= "${jms.def aultXAFlow ControlQue ueConnecti onFactory}
        88     />
        89    
        90             
        91     <jee:jndi- lookup 
        92      id="defaul tNonXAJmsC onnectionF actory"
        93                      
        94      jndi-name= "${jms.def aultNonXAQ ueueConnec tionFactor y}" 
        95     />
        96    
        97             
        98     <tx:annota tion-drive
        99      transactio n-manager= "transacti onManager"  
        100     />
        101    
        102             
        103     <bean
        104                      
        105      class="org .springfra mework.orm .jpa.suppo rt.Persist enceAnnota tionBeanPo stProcesso r" 
        106     />
        107    
        108             
        109     <bean 
        110      id="entity ManagerFac tory"
        111                      
        112      class="org .springfra mework.orm .jpa.Local ContainerE ntityManag erFactoryB ean"
        113     >
        114                       
        115      <property 
        116       name="pers istenceUni tName" 
        117       value="Vap EntityMana ger" 
        118      />
        119                       
        120      <property 
        121       name="jpaV endorAdapt er"
        122      >
        123                                 
        124       <bean 
        125        class="org .springfra mework.orm .jpa.vendo r.Hibernat eJpaVendor Adapter" 
        126       />
        127                        
        128      </property >
        129              
        130     </bean>
        131    
        132             
        133     <bean 
        134      id="transa ctionManag er"
        135                      
        136      class="org .springfra mework.tra nsaction.j ta.WebLogi cJtaTransa ctionManag er"
        137     >
        138                       
        139      <property 
        140       name="tran sactionMan agerName" 
        141       value="jav ax.transac tion.Trans actionMana ger" 
        142      />
        143              
        144     </bean>
        145    
        146             
        147     <aop:confi g>
        148                       
        149      <aop:point cut 
        150       id="pipTxM ethods"
        151                                
        152       expression ="executio n(* gov.va .nvap.svc. consentmgm t.PIPInter face.*(..) )" 
        153      />
        154                       
        155      <aop:advis or 
        156       advice-ref ="pipTxAdv ice" 
        157       pointcut-r ef="pipTxM ethods" 
        158      />
        159              
        160     </aop:conf ig>
        161             
        162     <tx:advice  
        163      id="pipTxA dvice" 
        164      transactio n-manager= "transacti onManager"
        165     >
        166                       
        167      <tx:attrib utes>
        168                                 
        169       <tx:method  
        170        name="stor e" 
        171        propagatio n="REQUIRE D" 
        172        isolation= "READ_COMM ITTED" 
        173       />
        174                                 
        175       <tx:method  
        176        name="stor eOrganizat ion" 
        177        propagatio n="REQUIRE S_NEW"
        178                                          
        179        isolation= "READ_COMM ITTED" 
        180       />
        181                        
        182      </tx:attri butes>
        183              
        184     </tx:advic e>
        185    
        186             
        187     <aop:confi g>
        188                       
        189      <aop:point cut 
        190       id="announ cerTxMetho ds"
        191                                
        192       expression ="executio n(* gov.va .nvap.svc. consentmgm t.stub.ada pter.annou nce.data.A nnouncerIn terface.*( ..))" 
        193      />
        194                       
        195      <aop:advis or 
        196       advice-ref ="announce rTxAdvice"  
        197       pointcut-r ef="announ cerTxMetho ds" 
        198      />
        199              
        200     </aop:conf ig>
        201             
        202     <tx:advice  
        203      id="announ cerTxAdvic e" 
        204      transactio n-manager= "transacti onManager"
        205     >
        206                       
        207      <tx:attrib utes>
        208                                 
        209       <tx:method  
        210        name="stor e" 
        211        propagatio n="REQUIRE D" 
        212        isolation= "READ_COMM ITTED" 
        213       />
        214                                 
        215       <tx:method  
        216        name="crea teAnnounce mentsBatch
        217        propagatio n="REQUIRE S_NEW"
        218                                          
        219        isolation= "READ_COMM ITTED" 
        220       />
        221                                 
        222       <tx:method  
        223        name="dele te" 
        224        propagatio n="REQUIRE D" 
        225        isolation= "READ_COMM ITTED" 
        226       />
        227                        
        228      </tx:attri butes>
        229              
        230     </tx:advic e>
        231   </beans>