9248. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:20:53 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.

9248.1 Files compared

# Location File Last Modified
1 Thu Apr 27 19:20:53 2017 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_UI\WebContent\WEB-INF\lib\PS_INB_ERX_Model-1.0.2.DEV.jar hibernate.xml Mon Mar 6 18:24:18 2017 UTC

9248.2 Comparison summary

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

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

9248.4 Active regular expressions

No regular expressions were active.

9248.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans
        7     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        8       
        9     xsi:schema Location=" http://www .springfra mework.org /schema/be ans http:/ /www.sprin gframework .org/schem a/beans/sp ring-beans .xsd"
        10   >
        11    
        12         
        13     <bean 
        14      id="inboun dErxSessio nFactory" 
        15      class="org .springfra mework.orm .hibernate 4.LocalSes sionFactor yBean"
        16     >
        17              
        18      <property 
        19       name="pack agesToScan "
        20      >
        21                    
        22       <list>
        23                         
        24        <value>
        25         gov.va.med .pharmacy. persistenc e.model
        26        </value>
        27                     
        28       </list>
        29               
        30      </property >
        31              
        32              
        33      <property 
        34       name="hibe rnatePrope rties"
        35      >
        36                    
        37       <props>
        38                         
        39        <prop 
        40         key="hiber nate.diale ct"
        41        >
        42          org.hiber nate.diale ct.Oracle1 0gDialect
        43                          
        44        </prop>
        45                         
        46        <prop 
        47         key="hiber nate.forma t_sql"
        48        >
        49         true
        50        </prop>
        51                         
        52        <prop 
        53         key="hiber nate.order _updates"
        54        >
        55         true
        56        </prop>
        57                         
        58        <prop 
        59         key="hiber nate.show_ sql"
        60        >
        61         false
        62        </prop>
        63                         
        64        <prop 
        65         key="hiber nate.trans action.man ager_looku p_class"
        66        >
        67         org.hibern ate.transa ction.Webl ogicTransa ctionManag erLookup
        68                          
        69        </prop>
        70                         
        71        <prop 
        72         key="hiber nate.trans action.jta .platform"
        73        >
        74         org.hibern ate.servic e.jta.plat form.inter nal.Weblog icJtaPlatf orm
        75        </prop>
        76                         
        77        <prop 
        78         key="hiber nate.curre nt_session _context_c lass"
        79        >
        80         jta
        81        </prop>
        82                         
        83        <!-- Enabl e the seco nd-level c ache -->
        84                         
        85        <prop 
        86         key="hiber nate.cache .use_secon d_level_ca che"
        87        >
        88         true
        89        </prop>
        90                         
        91        <prop 
        92         key="hiber nate.cache .use_query _cache"
        93        >
        94         true
        95        </prop>                  
        96                         
        97        <prop 
        98         key="hiber nate.cache .region.fa ctory_clas s"
        99        >
        100         org.hibern ate.cache. ehcache.Eh CacheRegio nFactory
        101        </prop>                                
        102                         
        103        <prop 
        104         key="net.s f.ehcache. configurat ionResourc eName"
        105        >
        106         ehcache.xm l
        107        </prop>
        108                         
        109        <prop 
        110         key="hiber nate.jdbc. fetch_size "
        111        >
        112         30
        113        </prop>
        114                         
        115        <prop 
        116         key="hiber nate.jdbc. batch_size "
        117        >
        118         30
        119        </prop>
        120                     
        121       </props>
        122               
        123      </property >
        124              
        125      <property 
        126       name="data Source"
        127      >
        128          
        129       <ref 
        130        bean="inbo undErxData Source" 
        131       />
        132               
        133      </property >
        134          
        135          
        136     </bean>
        137    
        138    
        139   </beans>