5665. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/8/2018 10:14:04 AM Eastern Standard 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.

5665.1 Files compared

# Location File Last Modified
1 PRE_PPS-N_v3.0.1.zip\PS_PPS_interface\src\test\resources\xml\spring\test InterfaceContext.xml Fri Jan 12 15:43:48 2018 UTC
2 PRE_PPS-N_v3.0.1.zip\PS_PPS_interface\src\test\resources\xml\spring\test InterfaceContext.xml Wed Mar 7 16:14:01 2018 UTC

5665.2 Comparison summary

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

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

5665.4 Active regular expressions

No regular expressions were active.

5665.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           
  10     xsi:schema Location=" http://www .springfra mework.org /schema/be ans http:/ /www.sprin gframework .org/schem a/beans/sp ring-beans .xsd"
  11   >
  12    
  13             
  14     <import 
  15      resource=" ../Interfa ceContextT emplate.xm l" 
  16     />
  17    
  18             
  19     <!-- DrugD ataVendor  -->
  20             
  21     <bean 
  22      id="fdbDat aSource"
  23                      
  24      class="org .springfra mework.jdb c.datasour ce.DriverM anagerData Source"
  25                      
  26      autowire-c andidate=" true"
  27     >
  28                       
  29      <property 
  30       name="driv erClassNam e"
  31      >
  32                                 
  33       <value>
  34        oracle.jdb c.driver.O racleDrive r
  35       </value>
  36                        
  37      </property >
  38                       
  39      <property 
  40       name="url"
  41      >
  42                                 
  43       <value>
  44        jdbc:oracl e:thin:@ DNS     URL : PORT :PPSDEV03
  45                                  
  46       </value>
  47                        
  48      </property >
  49                       
  50      <property 
  51       name="user name"
  52      >
  53                                 
  54       <value>
  55        FDB_DIF_AP P_USER
  56       </value>
  57                        
  58      </property >
  59                       
  60      <property 
  61       name="pass word"
  62      >
  63                                 
  64       <value>
  65        FDB_DIF_AP P_USER123
  66       </value>
  67                        
  68      </property >
  69              
  70     </bean>
  71    
  72             
  73     <!-- VistA Link Inter face Stub  -->
  74             
  75     <bean 
  76      id="vistaL inkConnect ionUtility "
  77                      
  78      class="gov .va.med.ph armacy.pep s.external .common.pr eencapsula tion.outbo und.utilit y.test.stu b.VistaLin kConnectio nUtilitySt ub"
  79                      
  80      autowire-c andidate=" true" 
  81     />
  82    
  83             
  84     <!-- STS &  FSS Inter face Stub  -->
  85             
  86     <bean 
  87      id="stsInt erfaceCapa bility"
  88                      
  89      class="gov .va.med.ph armacy.pep s.external .common.st s.outbound .capabilit y.StsInter faceCapabi lityStub"
  90                      
  91      autowire-c andidate=" true"
  92     >
  93              
  94     </bean>
  95             
  96     <bean 
  97      id="fssInt erfaceCapa bility"
  98                      
  99      class="gov .va.med.ph armacy.pep s.external .common.fs s.outbound .capabilit y.FssInter faceCapabi lityStub"
  100                      
  101      autowire-c andidate=" true"
  102     >
  103              
  104     </bean>
  105    
  106   </beans>