4225. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:23 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.

4225.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:23 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-svc-facility\src\test\resources\META-INF persistence.xml Fri Apr 21 20:03:30 2017 UTC

4225.2 Comparison summary

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

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

4225.4 Active regular expressions

No regular expressions were active.

4225.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <persisten ce 
        6     version="1 .0"
        7           
        8     xmlns="htt p://java.s un.com/xml /ns/persis tence" 
        9     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        10           
        11     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"
        12   >
        13             
        14     <persisten ce-unit 
        15      name="nwhi n_vap_fac_ loc" 
        16      transactio n-type="RE SOURCE_LOC AL"
        17     >
        18                       
        19      <provider>
        20       org.hibern ate.ejb.Hi bernatePer sistence
        21      </provider >
        22                       
        23      <class>
        24       gov.va.nva p.svc.faci lity.data. Facility
        25      </class>
        26                       
        27      <class>
        28       gov.va.nva p.svc.faci lity.data. Location
        29      </class>
        30     
        31                       
        32      <propertie s>
        33                                 
        34       <property 
        35        name="hibe rnate.dial ect" 
        36        value="${h ibernate.d ialect}" 
        37       />
        38                                 
        39       <property 
        40        name="hibe rnate.conn ection.dri ver_class"  
        41        value="${h ibernate.c onnection. driver_cla ss}" 
        42       />
        43                                 
        44       <property 
        45        name="hibe rnate.conn ection.url
        46        value="${h ibernate.c onnection. url}" 
        47       />
        48                                 
        49       <property 
        50        name="hibe rnate.conn ection.use rname" 
        51        value="${h ibernate.c onnection. username}"  
        52       />
        53                                 
        54       <property 
        55        name="hibe rnate.conn ection.pas sword" 
        56        value="${h ibernate.c onnection. password}"  
        57       />
        58                                 
        59       <property 
        60        name="hibe rnate.show _sql" 
        61        value="${h ibernate.s how_sql}" 
        62       />
        63                        
        64      </properti es>
        65              
        66     </persiste nce-unit>
        67   </persiste nce>