25. EPMO Open Source Coordination Office Redaction File Detail Report

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

25.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_sms\mhv-sm-portal-ws\src\main\webapp\WEB-INF beans.xml Fri Jul 7 03:08:26 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_sms\mhv-sm-portal-ws\src\main\webapp\WEB-INF beans.xml Thu Sep 7 19:08:30 2017 UTC

25.2 Comparison summary

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

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

25.4 Active regular expressions

No regular expressions were active.

25.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="SMS _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="smSe rvice" 
  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     <jaxrs-cli ent:client  
  183      id="userMg mtServiceP roxy"
  184                      
  185      address="$ {usermgmtE ndpointUrl Trusted}"
  186                      
  187      serviceCla ss="gov.va .med.mhv.u sermgmt.se rvice.User MgmtServic e"
  188     >
  189                       
  190      <jaxrs-cli ent:provid ers>
  191                                 
  192       <ref 
  193        bean="json Provider"
  194       />
  195                                 
  196       <ref 
  197        bean="mhvE xceptionCl ientProvid er"
  198       />
  199                                 
  200       <ref 
  201        bean="mhvS ecureToken RequestFil ter"
  202       />                        
  203                        
  204      </jaxrs-cl ient:provi ders>
  205              
  206     </jaxrs-cl ient:clien t>
  207    
  208             
  209     <!-- <bean  id="smSer vice"
  210                      clas s="gov.va. med.mhv.sm .service.i mpl.MHVSMB ridgeServi ceImpl" />  -->
  211    
  212             
  213     <!-- use ' smClient'  for local  env -->
  214             
  215     <!-- <bean  name="smC lient"
  216                      clas s="gov.va. med.mhv.sm .client.MH VAuthentic ation">
  217                      <con structor-a rg name="w sdlLocatio n" value=" ${sm.wsdl. location}"  />
  218                      <con structor-a rg name="s erviceName ">
  219                               <bean  class="jav ax.xml.nam espace.QNa me">
  220                                        <constru ctor-arg n ame="names paceURI"
  221                                                  value="htt p://ws.mhv .integrati on.sm. DNS     /" />
  222                                        <constru ctor-arg n ame="local Part" valu e="MHVAuth entication Service" / >
  223                               </bean >
  224                      </co nstructor- arg>
  225             </ bean> -->
  226             
  227   </beans>