-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hibernate second-level cache (ehcache) problem
PostPosted: Fri Feb 27, 2009 6:30 am 
Newbie

Joined: Wed Dec 17, 2008 7:55 am
Posts: 3
Location: Rome Italy
My application consits of mule esb, Hibernate3 (ehcache enabled) and IBM DB2 9.5. I'm using the Second-level cache but probably something doesn't work fine. This is an example of an HBM of mine:
--------
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!-- Generated 18-feb-2009 14.55.37 by Hibernate Tools 3.2.2.GA -->
<hibernate-mapping>
<class name="com.travelport.galileo.contenthub.model.data.rail.RchPosTbl" table="RCH_POS_TBL" schema="RCH" batch-size="100" lazy="false"> <cache usage="read-only" />
<comment>point of sales table</comment>
<id name="posId" type="string">
<column name="POS_ID" />
<generator class="assigned" />
</id>
<many-to-one name="rchCountryTbl" class="com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl" fetch="select">
<column name="RCH_COUNTRY_CODE" length="2" not-null="true">
<comment>country code</comment>
</column>
</many-to-one>
<property name="pccCode" type="string">
<column name="PCC_CODE" length="4" not-null="true" unique="true">
<comment>pseudo city code</comment>
</column>
</property>
<property name="posName" type="string">
<column name="POS_NAME" length="400" not-null="true">
<comment>point of sale name</comment>
</column>
</property>
</class>
</hibernate-mapping>
-------------
This is the ehacahe xml file:
-------------
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="ehcache.xsd">

<diskStore path="java.io.tmpdir" />

<cacheManagerEventListenerFactory
class="com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerFactoryEHCacheImpl"
properties="" />

<defaultCache maxElementsInMemory="10000" eternal="true"
timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true"
diskPersistent="false" diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU" />

<cache name="org.hibernate.cache.StandardQueryCache"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="org.hibernate.cache.UpdateTimestampsCache"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailCarrierDiscountTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierClassTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierFareCategoryTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierLocationAliasTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierLocationTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaxTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierTransportModeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchCodeContextTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchCountryRailSupplierTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchFareCategoryTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchLocationAliasTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchLocationCodeContextTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchPosTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeReqTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeRespTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaymentTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbAddAccomodationValueTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbDiscountTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.DbLocationAliasTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache
name="com.travelport.galileo.contenthub.model.data.rail.RailSupplierSearchTypeTbl"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.getsupplierclasstype" maxElementsInMemory="50000"
eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="100000"
overflowToDisk="false" />

<cache name="rch.getrchtransportationtypecode"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.getrchtraintypecode" maxElementsInMemory="50000"
eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="100000"
overflowToDisk="false" />

<cache name="rch.getrchclasscode" maxElementsInMemory="50000"
eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="100000"
overflowToDisk="false" />

<cache name="rch.getsupplierpassengercode"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.getsuppliermaxnumberofpassenger"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.getsupplierpaymenttypecode"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.getrchpaymenttypecode" maxElementsInMemory="50000"
eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="100000"
overflowToDisk="false" />

<cache name="rch.getsupplierdiscountcode"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getrchdiscount"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getrchlocation"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getlocationcode"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getdiscountbyrch"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getaccomodationbyrch"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.deutschebahn.getrchaccomodation"
maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="1800"
timeToLiveSeconds="100000" overflowToDisk="false" />

<cache name="rch.refdataser.getrchlocationcodelist" maxElementsInMemory="67000"
eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="100000"
overflowToDisk="false" />

</ehcache>
----------------------
At mule startup everything seems working fine but for some query the second level cache isn't used. I've tried to close the database to verify this and effectively my application tries to use directly the database instead of the cache. Following you will find the application log:
----------------------
--> Wrapper Started as Daemon
Launching a JVM...
[YourKit Java Profiler 7.5.11] Using JVMTI (1.5.0_16-b02;Sun Microsystems Inc.;mixed mode, sharing;Linux;32 bit JVM)
[YourKit Java Profiler 7.5.11] Profiler agent is listening on port 10001...
[YourKit Java Profiler 7.5.11] *** HINT ***: To get profiling results, connect to the application from the profiler UI
Starting the Mule Server...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.

INFO 2008-02-26 18:52:04,821 [WrapperListener_start_runner] org.mule.MuleServer: Mule Server initializing...
INFO 2008-02-26 18:52:05,708 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Refreshing org.mule.config.spring.MuleApplicationContext@cbdb20: display name [org.mule.config.spring.MuleApplicationContext@cbdb20]; startup date [Tue Feb 26 18:52:05 CET 2008]; root of context hierarchy
INFO 2008-02-26 18:52:10,604 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Bean factory for application context [org.mule.config.spring.MuleApplicationContext@cbdb20]: org.springframework.beans.factory.support.DefaultListableBeanFactory@edbe39
INFO 2008-02-26 18:52:12,122 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.HibernateSessionAbstractFactory: Hibernate session factory for DS: [beans.resources.access.orm.sessionfactory.base] NOT found in cache, creating
INFO 2008-02-26 18:52:12,122 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.HibernateSessionAbstractFactory: Building hibernate configuration with jndi context [beans.resources.access.orm.sessionfactory.base]
INFO 2008-02-26 18:52:12,333 [WrapperListener_start_runner] org.hibernate.cfg.Environment: Hibernate 3.2.0.cr5
INFO 2008-02-26 18:52:12,345 [WrapperListener_start_runner] org.hibernate.cfg.Environment: hibernate.properties not found
INFO 2008-02-26 18:52:12,351 [WrapperListener_start_runner] org.hibernate.cfg.Environment: Bytecode provider name : cglib
INFO 2008-02-26 18:52:12,364 [WrapperListener_start_runner] org.hibernate.cfg.Environment: using JDK 1.4 java.sql.Timestamp handling
INFO 2008-02-26 18:52:13,011 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl -> RCH_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:13,136 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierSearchTypeTbl -> RAIL_SUPPLIER_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:13,408 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl -> RAIL_CARRIER_TBL
INFO 2008-02-26 18:52:13,477 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl -> RCH_TRAIN_TYPE_TBL
INFO 2008-02-26 18:52:13,545 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl -> RCH_DISCOUNT_TBL
INFO 2008-02-26 18:52:13,613 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl -> RCH_LOCATION_TBL
INFO 2008-02-26 18:52:13,678 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl -> RCH_ACC_TYPE_TBL
INFO 2008-02-26 18:52:13,741 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPosTbl -> RCH_POS_TBL
INFO 2008-02-26 18:52:13,791 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl -> DB_ACCOMODATION_TYPE_TBL
INFO 2008-02-26 18:52:13,838 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl -> DB_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:13,878 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl -> RCH_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:13,916 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaymentTypeTbl -> RAIL_SUPPLIER_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:13,957 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl -> RCH_COUNTRY_TBL
INFO 2008-02-26 18:52:13,994 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbLocationAliasTbl -> DB_LOCATION_ALIAS_TBL
INFO 2008-02-26 18:52:14,034 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbDiscountTbl -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:14,074 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeRespTbl -> RAIL_SUPPLIER_TRAIN_TYPE_RESP_TBL
INFO 2008-02-26 18:52:14,113 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaxTypeTbl -> RAIL_SUPPLIER_PAX_TYPE_TBL
INFO 2008-02-26 18:52:14,152 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl -> DB_LOCATION_TBL
INFO 2008-02-26 18:52:14,190 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeReqTbl -> RAIL_SUPPLIER_TRAIN_TYPE_REQ_TBL
INFO 2008-02-26 18:52:14,228 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl -> RCH_PAX_TYPE_TBL
INFO 2008-02-26 18:52:14,267 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl -> RAIL_DATA_SOURCE_TBL
INFO 2008-02-26 18:52:14,303 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl -> RCH_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:14,340 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchCountryRailSupplierTbl -> RCH_COUNTRY_RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:14,378 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTransportModeTbl -> RAIL_SUPPLIER_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:14,428 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl -> RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:14,465 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl -> RCH_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:14,501 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAddAccomodationValueTbl -> DB_ADD_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:14,538 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl -> RCH_ACC_VALUE_TBL
INFO 2008-02-26 18:52:14,574 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierClassTypeTbl -> RAIL_SUPPLIER_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:14,578 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl.railSupplierTransportModeTbls -> RAIL_SUPPLIER_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:14,580 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl.dbDiscountTbls -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:14,581 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl.railSupplierTrainTypeRespTbls -> RAIL_SUPPLIER_TRAIN_TYPE_RESP_TBL
INFO 2008-02-26 18:52:14,581 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl.railSupplierTrainTypeReqTbls -> RAIL_SUPPLIER_TRAIN_TYPE_REQ_TBL
INFO 2008-02-26 18:52:14,581 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl.dbDiscountTbls -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:14,581 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl.dbLocationTbls -> DB_LOCATION_TBL
INFO 2008-02-26 18:52:14,582 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl.rchAccValueTbls -> RCH_ACC_VALUE_TBL
INFO 2008-02-26 18:52:14,582 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl.dbAccomodationTypeTbls -> DB_ACCOMODATION_TYPE_TBL
INFO 2008-02-26 18:52:14,582 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl.dbAccomodationValueTbls -> DB_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:14,583 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl.dbAddAccomodationValueTbls -> DB_ADD_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:14,583 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl.railSupplierClassTypeTbls -> RAIL_SUPPLIER_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:14,583 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl.rchLocationTbls -> RCH_LOCATION_TBL
INFO 2008-02-26 18:52:14,583 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl.rchPosTbls -> RCH_POS_TBL
INFO 2008-02-26 18:52:14,584 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl.rchCountryRailSupplierTbls -> RCH_COUNTRY_RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:14,584 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl.dbLocationAliasTbls -> DB_LOCATION_ALIAS_TBL
INFO 2008-02-26 18:52:14,584 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl.railSupplierPaxTypeTbls -> RAIL_SUPPLIER_PAX_TYPE_TBL
INFO 2008-02-26 18:52:14,585 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl.railSupplierTbls -> RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:14,585 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl.railSupplierPaymentTypeTbls -> RAIL_SUPPLIER_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:14,585 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierTrainTypeRespTbls -> RAIL_SUPPLIER_TRAIN_TYPE_RESP_TBL
INFO 2008-02-26 18:52:14,585 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierTrainTypeReqTbls -> RAIL_SUPPLIER_TRAIN_TYPE_REQ_TBL
INFO 2008-02-26 18:52:14,586 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierTransportModeTbls -> RAIL_SUPPLIER_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:14,586 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierPaymentTypeTbls -> RAIL_SUPPLIER_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:14,586 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railCarrierTbls -> RAIL_CARRIER_TBL
INFO 2008-02-26 18:52:14,587 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierSearchTypeTbls -> RAIL_SUPPLIER_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:14,587 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierClassTypeTbls -> RAIL_SUPPLIER_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:14,587 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.railSupplierPaxTypeTbls -> RAIL_SUPPLIER_PAX_TYPE_TBL
INFO 2008-02-26 18:52:14,587 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.dbLocationTbls -> DB_LOCATION_TBL
INFO 2008-02-26 18:52:14,588 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.dbAccomodationTypeTbls -> DB_ACCOMODATION_TYPE_TBL
INFO 2008-02-26 18:52:14,588 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl.rchCountryRailSupplierTbls -> RCH_COUNTRY_RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:14,588 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl.railSupplierSearchTypeTbls -> RAIL_SUPPLIER_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:14,588 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl.dbAccomodationValueTbls -> DB_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:14,590 [WrapperListener_start_runner] org.springframework.orm.hibernate3.LocalSessionFactoryBean: Building new Hibernate SessionFactory
INFO 2008-02-26 18:52:14,768 [WrapperListener_start_runner] org.hibernate.connection.ConnectionProviderFactory: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
INFO 2008-02-26 18:52:25,028 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: RDBMS: DB2/LINUX, version: SQL09050
INFO 2008-02-26 18:52:25,028 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JDBC driver: IBM DB2 JDBC Universal Driver Architecture, version: 3.4.65
INFO 2008-02-26 18:52:25,075 [WrapperListener_start_runner] org.hibernate.dialect.Dialect: Using dialect: org.hibernate.dialect.DB2Dialect
INFO 2008-02-26 18:52:25,092 [WrapperListener_start_runner] org.hibernate.transaction.TransactionFactoryFactory: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
INFO 2008-02-26 18:52:25,096 [WrapperListener_start_runner] org.hibernate.transaction.TransactionManagerLookupFactory: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
INFO 2008-02-26 18:52:25,097 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Automatic flush during beforeCompletion(): disabled
INFO 2008-02-26 18:52:25,097 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Automatic session close at end of transaction: disabled
INFO 2008-02-26 18:52:25,097 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JDBC batch size: 30
INFO 2008-02-26 18:52:25,097 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JDBC batch updates for versioned data: disabled
INFO 2008-02-26 18:52:25,099 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Scrollable result sets: enabled
INFO 2008-02-26 18:52:25,099 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JDBC3 getGeneratedKeys(): enabled
INFO 2008-02-26 18:52:25,099 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JDBC result set fetch size: 10
INFO 2008-02-26 18:52:25,099 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Connection release mode: auto
INFO 2008-02-26 18:52:25,101 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Maximum outer join fetch depth: 3
INFO 2008-02-26 18:52:25,102 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Default batch fetch size: 16
INFO 2008-02-26 18:52:25,102 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Generate SQL with comments: disabled
INFO 2008-02-26 18:52:25,102 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Order SQL updates by primary key: enabled
INFO 2008-02-26 18:52:25,102 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.hql.ast.ASTQueryTranslatorFactory: Using ASTQueryTranslatorFactory
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Query language substitutions: {}
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: JPA-QL strict compliance: disabled
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Second-level cache: enabled
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Query cache: enabled
INFO 2008-02-26 18:52:25,108 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Cache provider: org.hibernate.cache.EhCacheProvider
INFO 2008-02-26 18:52:25,115 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Optimize cache for minimal puts: disabled
INFO 2008-02-26 18:52:25,115 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Structured second-level cache entries: enabled
INFO 2008-02-26 18:52:25,116 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
INFO 2008-02-26 18:52:25,132 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Echoing all SQL to stdout
INFO 2008-02-26 18:52:25,132 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Statistics: disabled
INFO 2008-02-26 18:52:25,132 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Deleted entity synthetic identifier rollback: disabled
INFO 2008-02-26 18:52:25,132 [WrapperListener_start_runner] org.hibernate.cfg.SettingsFactory: Default entity-mode: pojo
INFO 2008-02-26 18:52:25,213 [WrapperListener_start_runner] org.hibernate.impl.SessionFactoryImpl: building session factory
INFO 2008-02-26 18:52:25,385 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache cache event listener inited
INFO 2008-02-26 18:52:25,433 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl]
INFO 2008-02-26 18:52:25,433 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getsuppliermaxnumberofpassenger]
INFO 2008-02-26 18:52:25,433 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl]
INFO 2008-02-26 18:52:25,434 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl]
INFO 2008-02-26 18:52:25,434 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaxTypeTbl]
INFO 2008-02-26 18:52:25,434 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchLocationCodeContextTbl]
INFO 2008-02-26 18:52:25,434 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getdiscountbyrch]
INFO 2008-02-26 18:52:25,472 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleCache3]
INFO 2008-02-26 18:52:25,472 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchPosTbl]
INFO 2008-02-26 18:52:25,472 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getrchpaymenttypecode]
INFO 2008-02-26 18:52:25,473 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchLocationAliasTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [org.hibernate.cache.UpdateTimestampsCache]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbLocationAliasTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeReqTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbAddAccomodationValueTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierLocationAliasTbl]
INFO 2008-02-26 18:52:25,474 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getrchtraintypecode]
INFO 2008-02-26 18:52:25,475 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaymentTypeTbl]
INFO 2008-02-26 18:52:25,475 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl]
INFO 2008-02-26 18:52:25,475 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getsupplierdiscountcode]
INFO 2008-02-26 18:52:25,476 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleCache2]
INFO 2008-02-26 18:52:25,476 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl]
INFO 2008-02-26 18:52:25,476 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl]
INFO 2008-02-26 18:52:25,476 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeRespTbl]
INFO 2008-02-26 18:52:25,476 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailCarrierDiscountTbl]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleDistributedCache1]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getsupplierpaymenttypecode]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierClassTypeTbl]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchCodeContextTbl]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierFareCategoryTbl]
INFO 2008-02-26 18:52:25,786 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl]
INFO 2008-02-26 18:52:25,787 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleCache1]
INFO 2008-02-26 18:52:25,787 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getsupplierpassengercode]
INFO 2008-02-26 18:52:25,788 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getrchtransportationtypecode]
INFO 2008-02-26 18:52:25,788 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getrchaccomodation]
INFO 2008-02-26 18:52:25,788 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchCountryRailSupplierTbl]
INFO 2008-02-26 18:52:25,788 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getrchclasscode]
INFO 2008-02-26 18:52:25,789 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getlocationcode]
INFO 2008-02-26 18:52:25,789 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl]
INFO 2008-02-26 18:52:25,790 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getrchlocation]
INFO 2008-02-26 18:52:25,796 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleDistributedCache2]
INFO 2008-02-26 18:52:25,796 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl]
INFO 2008-02-26 18:52:25,796 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbDiscountTbl]
INFO 2008-02-26 18:52:25,802 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [sampleDistributedCache3]
INFO 2008-02-26 18:52:25,802 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchFareCategoryTbl]
INFO 2008-02-26 18:52:25,802 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeTbl]
INFO 2008-02-26 18:52:25,802 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getaccomodationbyrch]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierTransportModeTbl]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.deutschebahn.getrchdiscount]
INFO 2008-02-26 18:52:25,803 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.getsupplierclasstype]
INFO 2008-02-26 18:52:25,804 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [rch.refdataser.getrchlocationcodelist]
INFO 2008-02-26 18:52:25,804 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl]
INFO 2008-02-26 18:52:25,805 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl]
INFO 2008-02-26 18:52:25,805 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierLocationTbl]
INFO 2008-02-26 18:52:25,805 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl]
INFO 2008-02-26 18:52:25,805 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [com.travelport.galileo.contenthub.model.data.rail.RailSupplierSearchTypeTbl]
INFO 2008-02-26 18:52:25,806 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.proxy.ThirdPartyCacheEventListenerEHCacheImpl: EHCache ADDED cache: [org.hibernate.cache.StandardQueryCache]
WARN 2008-02-26 18:52:25,868 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl
WARN 2008-02-26 18:52:26,082 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl
WARN 2008-02-26 18:52:26,086 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl
WARN 2008-02-26 18:52:26,097 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaymentTypeTbl
WARN 2008-02-26 18:52:26,103 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTransportModeTbl
WARN 2008-02-26 18:52:26,110 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeRespTbl
WARN 2008-02-26 18:52:26,117 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl
WARN 2008-02-26 18:52:26,128 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl
WARN 2008-02-26 18:52:26,134 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl
WARN 2008-02-26 18:52:26,138 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl
WARN 2008-02-26 18:52:26,147 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbAddAccomodationValueTbl
WARN 2008-02-26 18:52:26,153 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl
WARN 2008-02-26 18:52:26,159 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl
WARN 2008-02-26 18:52:26,163 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaxTypeTbl
WARN 2008-02-26 18:52:26,169 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl
WARN 2008-02-26 18:52:26,173 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl
WARN 2008-02-26 18:52:26,176 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierSearchTypeTbl
WARN 2008-02-26 18:52:26,181 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl
WARN 2008-02-26 18:52:26,184 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchCountryRailSupplierTbl
WARN 2008-02-26 18:52:26,189 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl
WARN 2008-02-26 18:52:26,192 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl
WARN 2008-02-26 18:52:26,196 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierClassTypeTbl
WARN 2008-02-26 18:52:26,201 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl
WARN 2008-02-26 18:52:26,206 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchPosTbl
WARN 2008-02-26 18:52:26,211 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl
WARN 2008-02-26 18:52:26,215 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl
WARN 2008-02-26 18:52:26,220 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbDiscountTbl
WARN 2008-02-26 18:52:26,228 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.DbLocationAliasTbl
WARN 2008-02-26 18:52:26,233 [WrapperListener_start_runner] org.hibernate.cache.CacheFactory: read-only cache configured for mutable class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeReqTbl
INFO 2008-02-26 18:52:27,550 [WrapperListener_start_runner] org.hibernate.impl.SessionFactoryObjectFactory: Not binding factory to JNDI, no JNDI name configured
INFO 2008-02-26 18:52:27,556 [WrapperListener_start_runner] org.hibernate.cache.UpdateTimestampsCache: starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
INFO 2008-02-26 18:52:27,563 [WrapperListener_start_runner] org.hibernate.cache.StandardQueryCache: starting query cache at region: org.hibernate.cache.StandardQueryCache
INFO 2008-02-26 18:52:27,568 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.HibernateSessionAbstractFactory: Hibernate session factory created succesfully for context: [beans.resources.access.orm.sessionfactory.base]: org.hibernate.impl.SessionFactoryImpl@739aa3
INFO 2008-02-26 18:52:27,568 [WrapperListener_start_runner] com.travelport.galileo.contenthub.model.system.resources.access.HibernateSessionAbstractFactory: Hibernate session factory for DS: [beans.resources.access.orm.sessionfactory.base] created succesfully
INFO 2008-02-26 18:52:27,921 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl -> RCH_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:27,945 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierSearchTypeTbl -> RAIL_SUPPLIER_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:27,972 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl -> RAIL_CARRIER_TBL
INFO 2008-02-26 18:52:27,997 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl -> RCH_TRAIN_TYPE_TBL
INFO 2008-02-26 18:52:28,020 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl -> RCH_DISCOUNT_TBL
INFO 2008-02-26 18:52:28,043 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl -> RCH_LOCATION_TBL
INFO 2008-02-26 18:52:28,066 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl -> RCH_ACC_TYPE_TBL
INFO 2008-02-26 18:52:28,090 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPosTbl -> RCH_POS_TBL
INFO 2008-02-26 18:52:28,117 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationTypeTbl -> DB_ACCOMODATION_TYPE_TBL
INFO 2008-02-26 18:52:28,147 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAccomodationValueTbl -> DB_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:28,169 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchClassTypeTbl -> RCH_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:28,193 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaymentTypeTbl -> RAIL_SUPPLIER_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:28,284 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchCountryTbl -> RCH_COUNTRY_TBL
INFO 2008-02-26 18:52:28,305 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbLocationAliasTbl -> DB_LOCATION_ALIAS_TBL
INFO 2008-02-26 18:52:28,331 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbDiscountTbl -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:28,354 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeRespTbl -> RAIL_SUPPLIER_TRAIN_TYPE_RESP_TBL
INFO 2008-02-26 18:52:28,377 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierPaxTypeTbl -> RAIL_SUPPLIER_PAX_TYPE_TBL
INFO 2008-02-26 18:52:28,405 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbLocationTbl -> DB_LOCATION_TBL
INFO 2008-02-26 18:52:28,428 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTrainTypeReqTbl -> RAIL_SUPPLIER_TRAIN_TYPE_REQ_TBL
INFO 2008-02-26 18:52:28,448 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPaxTypeTbl -> RCH_PAX_TYPE_TBL
INFO 2008-02-26 18:52:28,471 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailDataSourceTbl -> RAIL_DATA_SOURCE_TBL
INFO 2008-02-26 18:52:28,491 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchPaymentTypeTbl -> RCH_PAYMENT_TYPE_TBL
INFO 2008-02-26 18:52:28,511 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchCountryRailSupplierTbl -> RCH_COUNTRY_RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:28,534 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTransportModeTbl -> RAIL_SUPPLIER_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:28,563 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierTbl -> RAIL_SUPPLIER_TBL
INFO 2008-02-26 18:52:28,585 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchSearchTypeTbl -> RCH_SEARCH_TYPE_TBL
INFO 2008-02-26 18:52:28,606 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.DbAddAccomodationValueTbl -> DB_ADD_ACCOMODATION_VALUE_TBL
INFO 2008-02-26 18:52:28,631 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RchAccValueTbl -> RCH_ACC_VALUE_TBL
INFO 2008-02-26 18:52:28,652 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping class: com.travelport.galileo.contenthub.model.data.rail.RailSupplierClassTypeTbl -> RAIL_SUPPLIER_CLASS_TYPE_TBL
INFO 2008-02-26 18:52:28,654 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTransportModeTbl.railSupplierTransportModeTbls -> RAIL_SUPPLIER_TRANSPORT_MODE_TBL
INFO 2008-02-26 18:52:28,654 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RailCarrierTbl.dbDiscountTbls -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:28,655 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl.railSupplierTrainTypeRespTbls -> RAIL_SUPPLIER_TRAIN_TYPE_RESP_TBL
INFO 2008-02-26 18:52:28,655 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchTrainTypeTbl.railSupplierTrainTypeReqTbls -> RAIL_SUPPLIER_TRAIN_TYPE_REQ_TBL
INFO 2008-02-26 18:52:28,656 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchDiscountTbl.dbDiscountTbls -> DB_DISCOUNT_TBL
INFO 2008-02-26 18:52:28,656 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchLocationTbl.dbLocationTbls -> DB_LOCATION_TBL
INFO 2008-02-26 18:52:28,657 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collection: com.travelport.galileo.contenthub.model.data.rail.RchAccTypeTbl.rchAccValueTbls -> RCH_ACC_VALUE_TBL
INFO 2008-02-26 18:52:28,657 [WrapperListener_start_runner] org.hibernate.cfg.HbmBinder: Mapping collectio


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.