20. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/11/2017 8:05:38 AM Central 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.

20.1 Files compared

# Location File Last Modified
1 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\mhv_source\mhv_hra\mhv-hra-portal-ws\src\main\webapp\WEB-INF beans.xml Fri Jul 7 03:08:12 2017 UTC
2 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\mhv_source\mhv_hra\mhv-hra-portal-ws\src\main\webapp\WEB-INF beans.xml Thu Sep 7 18:59:54 2017 UTC

20.2 Comparison summary

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

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

20.4 Active regular expressions

No regular expressions were active.

20.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:jaxr s="http:// cxf.apache .org/jaxrs "
  10           
  11     xmlns:jaxw s="http:// cxf.apache .org/jaxws
  12     xmlns:jaxr s-client=" http://cxf .apache.or g/jaxrs-cl ient"
  13           
  14     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
  15           
  16     xsi:schema Location="  http://ww w.springfr amework.or g/schema/b eans http: //www.spri ngframewor k.org/sche ma/beans/s pring-bean s-3.0.xsd 
  17                      http ://www.spr ingframewo rk.org/sch ema/contex t http://w ww.springf ramework.o rg/schema/ context/sp ring-conte xt-3.0.xsd  
  18                      http ://cxf.apa che.org/ja xrs http:/ /cxf.apach e.org/sche mas/jaxrs. xsd
  19                      http ://cxf.apa che.org/ja xws http:/ /cxf.apach e.org/sche mas/jaxws. xsd
  20                      http ://cxf.apa che.org/ja xrs-client  http://cx f.apache.o rg/schemas /jaxrs-cli ent.xsd"
  21   >
  22    
  23             
  24     <import 
  25      resource=" classpath: META-INF/c xf/cxf.xml
  26     />
  27    
  28             
  29     <context:a nnotation- config />
  30             
  31     <context:c omponent-s can 
  32      base-packa ge="gov.va .med.mhv" 
  33     />
  34             
  35             
  36     <bean 
  37      class="gov .va.med.mh v.common.p rops.Custo mDBPropert yPlacehold erConfigur er"
  38     >
  39              
  40      <property 
  41       name="igno reUnresolv ablePlaceh olders" 
  42       value="fal se"
  43      />
  44              
  45      <property 
  46       name="igno reResource NotFound" 
  47       value="fal se"
  48      />
  49              
  50      <property 
  51       name="orde r" 
  52       value="1"
  53      />
  54              
  55      <property 
  56       name="comp onentName"  
  57       value="HRA _WS"
  58      />
  59              
  60      <property 
  61       name="appP ropsDao" 
  62       ref="mhvCo mponentPro pertiesDoa "
  63      />
  64          
  65     </bean>
  66         
  67         
  68     <bean 
  69      id="mhvCom ponentProp ertiesDoa"  
  70      class="gov .va.med.mh v.common.p rops.jdbc. MhvApplica tionProper tiesDoaImp l"
  71     >
  72                       
  73      <construct or-arg 
  74       name="jdbc Template"
  75      >
  76                                 
  77       <bean 
  78        class="org .springfra mework.jdb c.core.Jdb cTemplate"
  79       >
  80                                           
  81        <property 
  82         name="data Source" 
  83         ref="dataS ource"
  84        />
  85                                  
  86       </bean>
  87                        
  88      </construc tor-arg>
  89              
  90     </bean>
  91    
  92             
  93     <bean 
  94      class="org .springfra mework.bea ns.factory .config.Pr eferencesP laceholder Configurer
  95     />
  96    
  97             
  98     <!-- Objec t Mapper t o be used  for serial izing / de serializin g objects  -->
  99             
  100     <bean 
  101      id="mapper
  102      class="gov .va.med.mh v.common.a pi.jackson .MhvIgnore UnknownPro pertiesObj ectMapper"  
  103     /> 
  104             
  105     <bean 
  106      id="jsonPr ovider" 
  107      class="com .fasterxml .jackson.j axrs.json. JacksonJso nProvider"
  108     >
  109                       
  110      <property 
  111       name="mapp er" 
  112       ref="mappe r"
  113      />
  114              
  115     </bean>
  116             
  117             
  118     <!-- CLIEN T SIDE EXC EPTION AND  SESSION F ILTERS -->
  119             
  120     <bean 
  121      id="mhvExc eptionClie ntProvider
  122      class="gov .va.med.mh v.common.a pi.excepti on.MHVExce ptionClien tMapper" 
  123     />
  124             
  125     <bean 
  126      id="sessio nAuthCheck Intercepto r" 
  127      class="gov .va.med.mh v.common.a pi.util.Se ssionAuthC heckFilter
  128     />
  129             
  130     <bean 
  131      id="MHVExc eptionProv ider" 
  132      class="gov .va.med.mh v.common.a pi.excepti on.MHVExce ptionServi ceMapper" 
  133     />
  134             
  135     <bean 
  136      id="mhvSec ureTokenFl ushRespons eFilter" 
  137      class="gov .va.med.mh v.common.a pi.securit y.MHVSecur eTokenFlus hResponseF ilter" 
  138     />
  139             
  140     <bean 
  141      id="mhvSec ureTokenRe questFilte r" 
  142      class="gov .va.med.mh v.common.a pi.securit y.MHVSecur eTokenRequ estFilter"  
  143     />
  144    
  145             
  146     <jaxrs:ser ver 
  147      id="servic es" 
  148      address="/ "
  149     >
  150                       
  151      <jaxrs:ser viceBeans>
  152                                 
  153       <ref 
  154        bean="hraS ervice" 
  155       />
  156                        
  157      </jaxrs:se rviceBeans >
  158                       
  159      <jaxrs:pro viders>
  160                                 
  161       <ref 
  162        bean="json Provider" 
  163       />
  164                                 
  165       <ref 
  166        bean="MHVE xceptionPr ovider" 
  167       />
  168                                 
  169       <ref 
  170        bean="sess ionAuthChe ckIntercep tor" 
  171       />
  172                                 
  173       <ref 
  174        bean="mhvS ecureToken FlushRespo nseFilter"
  175       />
  176                        
  177      </jaxrs:pr oviders>
  178              
  179     </jaxrs:se rver>
  180    
  181             
  182     <bean 
  183      id="hraSer vice"
  184                      
  185      class="gov .va.med.mh v.hra.serv ice.impl.H ealthReadi nessAssess mentServic eImpl" 
  186     />
  187    
  188             
  189     <!-- use ' hlaClient'  for local  env -->
  190             
  191     <!-- <bean  name="hla Client"
  192                      clas s="gov.va. med.mhv.hl a.client.H RAIntegrat ionService _Service">
  193                      <con structor-a rg name="w sdlLocatio n" value=" ${hla.wsdl .location} " />
  194                      <con structor-a rg name="s erviceName ">
  195                               <bean  class="jav ax.xml.nam espace.QNa me">
  196                                        <constru ctor-arg n ame="names paceURI"
  197                                                  value="htt p://ws.mhv .integrati on.hra. DNS     /" />
  198                                        <constru ctor-arg n ame="local Part" valu e="HRAInte grationSer vice" />
  199                               </bean >
  200                      </co nstructor- arg>
  201             </ bean> -->
  202    
  203             
  204     <jaxrs-cli ent:client  
  205      id="userMg mtServiceP roxy"
  206                      
  207      address="$ {endpointU rl.usermgm t.ws.proxy }"
  208                      
  209      serviceCla ss="gov.va .med.mhv.u sermgmt.se rvice.User MgmtServic e"
  210     >
  211                       
  212      <jaxrs-cli ent:provid ers>
  213                                 
  214       <ref 
  215        bean="json Provider"
  216       />
  217                                 
  218       <ref 
  219        bean="mhvE xceptionCl ientProvid er"
  220       />
  221                                 
  222       <ref 
  223        bean="mhvS ecureToken RequestFil ter"
  224       />
  225                        
  226      </jaxrs-cl ient:provi ders>
  227              
  228     </jaxrs-cl ient:clien t>
  229             
  230   </beans>