4. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/8/2016 5:24:50 PM 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.

4.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\med-image-library-resource-master.zip\dao\src\test\resources mil-dao-spring-beans-test.xml Fri Aug 26 12:59:55 2016 UTC
2 rxrefill-v2.0.0 P2.zip\med-image-library-resource-master.zip\dao\src\test\resources mil-dao-spring-beans-test.xml Fri Oct 28 18:46:44 2016 UTC

4.2 Comparison summary

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

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

4.4 Active regular expressions

No regular expressions were active.

4.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:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
  10           
  11     xmlns:tx=" http://www .springfra mework.org /schema/tx
  12     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
  13           
  14     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
  15         http:/ /www.sprin gframework .org/schem a/beans/sp ring-beans -3.0.xsd
  16         http:/ /www.sprin gframework .org/schem a/context
  17         http:/ /www.sprin gframework .org/schem a/context/ spring-con text-3.0.x sd 
  18         http:/ /www.sprin gframework .org/schem a/tx 
  19         http:/ /www.sprin gframework .org/schem a/tx/sprin g-tx.xsd"
  20   >
  21    
  22             
  23       
  24     <context:c omponent-s can 
  25      base-packa ge="gov.va .mobile.va mf.mil"
  26     />
  27       
  28       
  29         
  30             
  31     <tx:annota tion-drive n />
  32             
  33              
  34     <bean 
  35      id="dataSo urce" 
  36      class="org .springfra mework.jdb c.datasour ce.DriverM anagerData Source" 
  37     >
  38              
  39      <property 
  40       name="driv erClassNam e"
  41      >
  42       <value>
  43        net.source forge.jtds .jdbc.Driv er
  44       </value>
  45      </property >
  46              
  47      <property 
  48       name="url"
  49      >
  50       <value>
  51        jdbc:jtds: sqlserver: // IP                   /BISL_Drug Info;domai n=ADMAE;in stance=Moc kCDW;useNT LMv2=true
  52       </value>
  53      </property >
  54              
  55      <property 
  56       name="user name"
  57      >
  58       <value>
  59        milService RO
  60       </value>
  61      </property >
  62              
  63      <property 
  64       name="pass word"
  65      >
  66       <value>
  67        HQs3;Yxd^U E:"]@
  68       </value>
  69      </property >
  70              
  71     </bean>
  72             
  73    
  74             
  75     <bean 
  76      id="entity ManagerFac tory"
  77                      
  78      class="org .springfra mework.orm .jpa.Local ContainerE ntityManag erFactoryB ean"
  79     >
  80                       
  81      <property 
  82       name="pers istenceUni tName" 
  83       value="mil PU" 
  84      />
  85                       
  86      <property 
  87       name="data Source" 
  88       ref="dataS ource" 
  89      />
  90              
  91     </bean>
  92    
  93             
  94     <bean 
  95      id="transa ctionManag er" 
  96      class="org .springfra mework.orm .jpa.JpaTr ansactionM anager"
  97     >
  98                       
  99      <property 
  100       name="enti tyManagerF actory" 
  101       ref="entit yManagerFa ctory" 
  102      />
  103              
  104     </bean>
  105    
  106   </beans>