3850. EPMO Open Source Coordination Office Redaction File Detail Report

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

3850.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:56 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-mock\src\main\resources hibernate.cfg.xml Fri Apr 21 20:03:28 2017 UTC

3850.2 Comparison summary

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

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

3850.4 Active regular expressions

No regular expressions were active.

3850.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <!DOCTYPE  hibernate- configurat ion PUBLIC  "-//Hiber nate/Hiber nate Confi guration D TD 3.0//EN " "http:// hibernate. sourceforg e.net/hibe rnate-conf iguration- 3.0.dtd">
        6   <hibernate -configura tion>
        7       
        8     <session-f actory>
        9          
        10      <property 
        11       name="hibe rnate.dial ect"
        12      >
        13       org.hibern ate.dialec t.OracleDi alect
        14      </property >
        15          
        16      <property 
        17       name="hibe rnate.conn ection.dri ver_class"
        18      >
        19       oracle.jdb c.OracleDr iver
        20      </property >
        21          
        22      <property 
        23       name="hibe rnate.conn ection.url "
        24      >
        25       jdbc:oracl e:thin:@lo calhost:15 21:XE
        26      </property >
        27          
        28      <property 
        29       name="hibe rnate.conn ection.use rname"
        30      >
        31       nhin_vap
        32      </property >
        33          
        34      <property 
        35       name="hibe rnate.conn ection.pas sword"
        36      >
        37       nhin_vap
        38      </property >
        39          
        40      <property 
        41       name="hibe rnate.show _sql"
        42      >
        43       true
        44      </property >
        45          
        46      <property 
        47       name="hibe rnate.quer y.factory_ class"
        48      >
        49       org.hibern ate.hql.in ternal.cla ssic.Class icQueryTra nslatorFac tory
        50      </property >
        51          
        52      <mapping 
        53       resource=" ../java/hi bernate.hb m.xml"
        54      />
        55        
        56     </session- factory>
        57   </hibernat e-configur ation>