4362. EPMO Open Source Coordination Office Redaction File Detail Report

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

4362.1 Files compared

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

4362.2 Comparison summary

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

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

4362.4 Active regular expressions

No regular expressions were active.

4362.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="WebP ersistence EntityMana ger" 
        14      transactio n-type="JT A"
        15     >
        16          
        17      <provider>
        18       org.hibern ate.ejb.Hi bernatePer sistence
        19      </provider >
        20          
        21      <jta-data- source>
        22       jdbc/datas ource/VAP_ XA
        23      </jta-data -source>
        24          
        25      <class>
        26       gov.va.nva p.web.cons ent.commen t.ConsentC omment
        27      </class>
        28          
        29      <class>
        30       gov.va.nva p.service. audit.data .ConsentAu dit
        31      </class>
        32          
        33      <class>
        34       gov.va.nva p.service. audit.data .UserAcces sAudit
        35      </class>
        36          
        37      <class>
        38       gov.va.nva p.service. auth.Servi ceAudit
        39      </class>
        40          
        41      <class>
        42       gov.va.nva p.svc.cons entmgmt.st ub.adapter .announce. data.Annou ncement
        43      </class>
        44          
        45      <class>
        46       gov.va.nva p.svc.cons entmgmt.st ub.adapter .announce. data.Annou ncementOrg
        47      </class>
        48          
        49      <class>
        50       gov.va.nva p.svc.cons entmgmt.st ub.data.De layReason
        51      </class>
        52          
        53      <class>
        54       gov.va.nva p.svc.cons entmgmt.st ub.data.De layedConse nt
        55      </class>
        56          
        57      <class>
        58       gov.va.nva p.svc.cons entmgmt.st ub.data.De layedConse ntRpt
        59      </class>
        60          
        61      <class>
        62       gov.va.nva p.svc.cons entmgmt.st ub.data.Ma ilNotifica tion
        63      </class>
        64          
        65      <class>
        66       gov.va.nva p.svc.cons entmgmt.st ub.data.Ma ilLog
        67      </class>
        68          
        69      <class>
        70       gov.va.nva p.svc.cons entmgmt.st ub.data.Ma ilTemplate
        71      </class>
        72          
        73      <class>
        74       gov.va.nva p.svc.cons entmgmt.st ub.data.Co nsentType
        75      </class>
        76          
        77      <class>
        78       gov.va.nva p.svc.cons entmgmt.st ub.data.Co nsentDirec tive
        79      </class>
        80          
        81      <class>
        82       gov.va.nva p.svc.cons entmgmt.st ub.data.De tailedCons entDirecti ve
        83      </class>
        84          
        85      <class>
        86       gov.va.nva p.svc.cons entmgmt.st ub.data.Op toutReason
        87      </class>
        88          
        89      <class>
        90       gov.va.nva p.svc.cons entmgmt.st ub.data.Pu rposeOfUse
        91      </class>
        92          
        93      <class>
        94       gov.va.nva p.svc.cons entmgmt.st ub.data.Or ganization
        95      </class>
        96          
        97      <class>
        98       gov.va.nva p.svc.cons entmgmt.st ub.data.Co nsentType
        99      </class>
        100          
        101      <class>
        102       gov.va.nva p.svc.cons entmgmt.st ub.data.De scriptor
        103      </class>
        104          
        105      <class>
        106       gov.va.nva p.web.user .document. UserDocume nt
        107      </class>
        108          
        109      <exclude-u nlisted-cl asses>
        110       true
        111      </exclude- unlisted-c lasses>
        112          
        113      <propertie s>
        114             
        115       <property 
        116        name="hibe rnate.dial ect" 
        117        value="${h ibernate.d ialect}"
        118       />
        119             
        120       <property 
        121        name="hibe rnate.tran saction.ma nager_look up_class" 
        122        value="org .hibernate .transacti on.Weblogi cTransacti onManagerL ookup"
        123       />
        124             
        125       <!-- Scan  for annota ted classe s and Hibe rnate mapp ing XML fi les -->
        126             
        127       <property 
        128        name="hibe rnate.arch ive.autode tection" 
        129        value="cla ss, hbm"
        130       />
        131             
        132       <property 
        133        name="hibe rnate.conn ection.dri ver_class"  
        134        value="${h ibernate.c onnection. driver_cla ss}"
        135       />
        136             
        137       <property 
        138        name="hibe rnate.cach e.provider _class" 
        139        value="org .hibernate .cache.EhC acheProvid er"
        140       />
        141             
        142       <property 
        143        name="hibe rnate.cach e.use_quer y_cache" 
        144        value="tru e"
        145       />
        146             
        147       <property 
        148        name="hibe rnate.cach e.use_mini mal_puts" 
        149        value="fal se"
        150       />
        151             
        152       <property 
        153        name="hibe rnate.defa ult_batch_ fetch_size
        154        value="100 "
        155       />
        156             
        157       <property 
        158        name="hibe rnate.conn ection.Set BigStringT ryClob" 
        159        value="tru e"
        160       />
        161             
        162       <property 
        163        name="hibe rnate.jdbc .batch_siz e" 
        164        value="100 "
        165       />
        166             
        167       <property 
        168        name="hibe rnate.show _sql" 
        169        value="${h ibernate.s how_sql}"
        170       />
        171           
        172      </properti es>
        173        
        174     </persiste nce-unit>
        175   </persiste nce>