17. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/8/2017 4:09:44 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.

17.1 Files compared

# Location File Last Modified
1 Purch Care Auth Compliance P3.zip\arpsMaster\bin\META-INF persistence.xml Fri Feb 24 19:09:20 2017 UTC
2 Purch Care Auth Compliance P3.zip\arpsMaster\bin\META-INF persistence.xml Tue Aug 8 17:24:15 2017 UTC

17.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 212
Changed 3 6
Inserted 0 0
Removed 0 0

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

17.4 Active regular expressions

No regular expressions were active.

17.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <persisten ce 
  6     xmlns="htt p://java.s un.com/xml /ns/persis tence"
  7           
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  9           
  10     xsi:schema Location=" http://jav a.sun.com/ xml/ns/per sistence h ttp://java .sun.com/x ml/ns/pers istence/pe rsistence_ 1_0.xsd"
  11           
  12     version="1 .0"
  13   >
  14    
  15             
  16     <persisten ce-unit 
  17      name="vaPU
  18      transactio n-type="RE SOURCE_LOC AL"
  19     >
  20                       
  21      <provider>
  22       org.hibern ate.ejb.Hi bernatePer sistence
  23      </provider >
  24                       
  25      <!-- the J NDI data s ource -->
  26                       
  27                       
  28      <propertie s>       
  29              
  30              
  31       <property 
  32        name="java x.persiste nce.jdbc.d river" 
  33        value="com .microsoft .sqlserver .jdbc.SQLS erverDrive r"
  34       />
  35              
  36       <!--          <property  name="java x.persiste nce.jdbc.u ser" value =" DN S         \PD_EDI_Ap p"/> -->
  37       <!--           <prope rty name=" javax.pers istence.jd bc.passwor d" value=" 5Aq$Zr!42H d*n"/> -->
  38      
  39      
  40       <property 
  41        name="java x.persiste nce.jdbc.u rl" 
  42        value="jdb c:sqlserve r:// DNS . DNS             ;databaseN ame=CC_DEV ;integrate dSecurity= true"
  43       />  
  44       <property 
  45        name="java x.persiste nce.jdbc.u ser" 
  46        value=" DN S         \CC_DEV_Ap p"
  47       /> 
  48       <property 
  49        name="java x.persiste nce.jdbc.p assword" 
  50        value="J*5 T!4SzJ$o8$ "
  51       />
  52                        
  53                        
  54               
  55               
  56       <property 
  57        name="hibe rnate.defa ult_schema
  58        value="App "
  59       />
  60               
  61       <property 
  62        name="hibe rnate.dial ect" 
  63        value="org .hibernate .dialect.S QLServerDi alect"
  64       />
  65              
  66                
  67       <property 
  68        name="hibe rnate.max_ fetch_dept h" 
  69        value="3"
  70       />
  71                
  72       <property 
  73        name="hibe rnate.show _sql" 
  74        value="fal se" 
  75       />
  76                         
  77       <property 
  78        name="hibe rnate.form at_sql" 
  79        value="fal se" 
  80       />
  81                         
  82       <property 
  83        name="hibe rnate.conn ection.aut ocommit" 
  84        value="tru e"
  85       /> 
  86                
  87       <property 
  88        name="hibe rnate.conn ection.cha racterEnco ding" 
  89        value="UTF -8" 
  90       />
  91              
  92                
  93       <!-- cache  configura tion -->
  94       <!--           <prope rty name=" hibernate. ejb.classc ache.org.h ibernate.e jb.test.It em" value= "read-writ e"/> -->
  95       <!--           <prope rty name=" hibernate. ejb.collec tioncache. org.hibern ate.ejb.te st.Item.di stributors " value="r ead-write,  RegionNam e"/> -->
  96      
  97                
  98       <!-- alter natively t o <class>  and <prope rty> decla rations, y ou can use  a regular  hibernate .cfg.xml f ile -->
  99                
  100       <!-- prope rty name=" hibernate. ejb.cfgfil e" value=" /org/hiber nate/ejb/t est/hibern ate.cfg.xm l"/ -->
  101               
  102      </properti es>
  103                        
  104            
  105                        
  106                       
  107              
  108     </persiste nce-unit>
  109   </persiste nce>