3786. EPMO Open Source Coordination Office Redaction File Detail Report

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

3786.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:35 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-migration\src\main\resources\META-INF persistence.xml Fri Apr 21 20:03:28 2017 UTC

3786.2 Comparison summary

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

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

3786.4 Active regular expressions

No regular expressions were active.

3786.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <persisten ce 
        6     version="1 .0" 
        7     xmlns="htt p://java.s un.com/xml /ns/persis tence" 
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        9     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"
        10   >
        11       
        12     <persisten ce-unit 
        13      name="nwhi n_vap_migr ation" 
        14      transactio n-type="RE SOURCE_LOC AL"
        15     >
        16          
        17      <provider>
        18       org.hibern ate.ejb.Hi bernatePer sistence
        19      </provider >
        20          
        21      <class>
        22       gov.va.med .nhin.vap. pip.data.O rganizatio n
        23      </class>
        24          
        25      <class>
        26       gov.va.med .nhin.vap. pip.data.P urposeOfUs e
        27      </class>
        28          
        29      <class>
        30       gov.va.med .nhin.vap. pip.data.F unctionalR ole
        31      </class>
        32          
        33      <class>
        34       gov.va.med .nhin.vap. pip.data.P atientDocu ment
        35      </class>
        36          
        37      <class>
        38       gov.va.med .nhin.vap. pip.data.C onsentType
        39      </class>
        40          
        41      <class>
        42       gov.va.med .nhin.vap. pip.data.C onsentDire ctive
        43      </class>
        44          
        45      <class>
        46       gov.va.med .nhin.vap. pip.data.P atientDocu mentType
        47      </class>
        48          
        49      <class>
        50       gov.va.med .nhin.vap. pip.data.O ptoutReaso n
        51      </class>
        52          
        53      <class>
        54       gov.va.med .nhin.vap. pip.data.F acility
        55      </class>
        56          
        57      <class>
        58       gov.va.med .nhin.vap. pip.data.L ocation
        59      </class>
        60          
        61      <class>
        62       gov.va.med .nhin.vap. pip.data.A uthority
        63      </class>
        64          
        65      <class>
        66       gov.va.nva p.svc.cons entmgmt.st ub.data.Ex piringCons entConfigu ration
        67      </class>
        68      <!--
        69          <prope rties>
        70            <pro perty name ="hibernat e.dialect"  value="or g.hibernat e.dialect. Oracle10gD ialect"/>
        71            <pro perty name ="hibernat e.connecti on.driver_ class" val ue="oracle .jdbc.Orac leDriver"/ >
        72            <pro perty name ="hibernat e.connecti on.url" va lue="jdbc: oracle:thi n:@//local host:1521/ XE"/>
        73            <pro perty name ="hibernat e.connecti on.usernam e" value=" nhin_vap"/ >
        74            <pro perty name ="hibernat e.connecti on.passwor d" value=" nhin_vap"/ >
        75                 <property  name="hibe rnate.show _sql" valu e="${hiber nate.show_ sql}" />
        76          </prop erties>
        77      -->
        78        
        79     </persiste nce-unit>
        80   </persiste nce>