-->
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.  [ 9 posts ] 
Author Message
 Post subject: Latest build from cvs not reversing views?
PostPosted: Mon Jul 25, 2005 6:26 pm 
Beginner
Beginner

Joined: Tue Jun 21, 2005 3:15 pm
Posts: 29
Hi, I just got latest Hibernate 3 and tools from cvs this morning and built both and did my standard reverse engineering via Ant and I did not get any views created. I have a table-filter pointing to only one view and it does not gen it. Is this me or did something change in the code?
This was working with hibernate-tools-3.0.4-alpha4



Here is my hibernate-reverse-engineering:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering PUBLIC
"-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd">

<hibernate-reverse-engineering>

<type-mapping>
<sql-type jdbc-type="NUMERIC" hibernate-type="java.lang.Double" />

<sql-type jdbc-type="BIT" hibernate-type="integer" />
<sql-type jdbc-type="TINYINT" hibernate-type="long" />
</type-mapping>


<table-filter match-name="ALL$.*" exclude="true" />
<table-filter match-name="OL$.*" exclude="true" />
<table-filter match-name="MRV$.*" exclude="true" />
<table-filter match-name="DBA$.*" exclude="true" />
<table-filter match-name="CWM2$.*" exclude="true" />
<table-filter match-name="V_STAT_HIER_LPMAN"/>

<table-filter match-schema=".*" match-name=".*" exclude="true"/>


</hibernate-reverse-engineering>




here is my debug:


go:
[hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernatetool] 1. task: cfg2hbm (Generates a set of hbm.xml files)
[hibernatetool] 17:18:53,938 INFO Environment:464 - Hibernate 3.1 beta 2
[hibernatetool] 17:18:53,954 INFO Environment:482 - loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.cglib.use_reflection_optimizer=true, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.max_fetch_depth=1, hibernate.dialect=org.hibernate.dialect.Oracle9Dialect, hibernate.jdbc.use_streams_for_binary=true, hibernate.query.substitutions=true 1, false 0, yes 'Y', no 'N', hibernate.proxool.pool_alias=pool1, hibernate.connection.username=rtfa, hibernate.cache.region_prefix=hibernate.test, hibernate.connection.url=jdbc:oracle:thin:@rtdbsahqd1:1521:RTLTST1, hibernate.show_sql=true, hibernate.connection.password=****, hibernate.jdbc.batch_versioned_data=true, hibernate.connection.pool_size=1}
[hibernatetool] 17:18:53,954 INFO Environment:509 - using java.io streams to persist binary types
[hibernatetool] 17:18:53,969 INFO Environment:510 - using CGLIB reflection optimizer
[hibernatetool] 17:18:53,969 INFO Environment:540 - using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] 17:18:54,141 INFO OverrideRepository:46 - Override file: C:\src\DB\hibernate.reveng.xml
[hibernatetool] 17:18:54,266 DEBUG DTDEntityResolver:42 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-3.0.dtd in classpath under org/hibernate/
[hibernatetool] 17:18:54,266 DEBUG DTDEntityResolver:53 - found http://hibernate.sourceforge.net/hibern ... ng-3.0.dtd in classpath
[hibernatetool] 17:18:54,438 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
[hibernatetool] 17:18:54,438 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 1
[hibernatetool] 17:18:54,454 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
[hibernatetool] 17:18:54,547 INFO DriverManagerConnectionProvider:80 - using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@rtdbsahqd1:1521:RTLTST1
[hibernatetool] 17:18:54,547 INFO DriverManagerConnectionProvider:83 - connection properties: {user=rtfa, password=rtfa278}
[hibernatetool] 17:18:54,547 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
[hibernatetool] 17:18:54,547 DEBUG DriverManagerConnectionProvider:109 - opening new JDBC connection
[hibernatetool] 17:18:55,782 DEBUG DriverManagerConnectionProvider:115 - created connection to: jdbc:oracle:thin:@rtdbsahqd1:1521:RTLTST1, Isolation Level: 2
[hibernatetool] 17:18:55,782 INFO SettingsFactory:77 - RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
[hibernatetool] With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
[hibernatetool] JServer Release 9.2.0.6.0 - Production
[hibernatetool] 17:18:55,782 INFO SettingsFactory:78 - JDBC driver: Oracle JDBC driver, version: 9.2.0.6.0
[hibernatetool] 17:18:55,797 DEBUG DriverManagerConnectionProvider:129 - returning connection to pool, pool size: 1
[hibernatetool] 17:18:55,860 INFO Dialect:93 - Using dialect: org.hibernate.dialect.Oracle9Dialect
[hibernatetool] 17:18:55,969 INFO TransactionFactoryFactory:31 - Using default transaction strategy (direct JDBC transactions)
[hibernatetool] 17:18:55,985 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[hibernatetool] 17:18:55,985 INFO SettingsFactory:125 - Automatic flush during beforeCompletion(): disabled
[hibernatetool] 17:18:55,985 INFO SettingsFactory:129 - Automatic session close at end of transaction: disabled
[hibernatetool] 17:18:55,985 INFO SettingsFactory:136 - JDBC batch size: 15
[hibernatetool] 17:18:55,985 INFO SettingsFactory:139 - JDBC batch updates for versioned data: enabled
[hibernatetool] 17:18:55,985 INFO SettingsFactory:144 - Scrollable result sets: enabled
[hibernatetool] 17:18:55,985 DEBUG SettingsFactory:148 - Wrap result sets: disabled
[hibernatetool] 17:18:55,985 INFO SettingsFactory:152 - JDBC3 getGeneratedKeys(): disabled
[hibernatetool] 17:18:55,985 INFO SettingsFactory:160 - Connection release mode: null
[hibernatetool] 17:18:55,985 INFO SettingsFactory:184 - Maximum outer join fetch depth: 1
[hibernatetool] 17:18:55,985 INFO SettingsFactory:187 - Default batch fetch size: 1
[hibernatetool] 17:18:56,000 INFO SettingsFactory:191 - Generate SQL with comments: disabled
[hibernatetool] 17:18:56,000 INFO SettingsFactory:195 - Order SQL updates by primary key: disabled
[hibernatetool] 17:18:56,000 INFO SettingsFactory:334 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[hibernatetool] 17:18:56,000 INFO ASTQueryTranslatorFactory:21 - Using ASTQueryTranslatorFactory
[hibernatetool] 17:18:56,000 INFO SettingsFactory:203 - Query language substitutions: {no='N', true=1, yes='Y', false=0}
[hibernatetool] 17:18:56,016 INFO SettingsFactory:209 - Second-level cache: enabled
[hibernatetool] 17:18:56,016 INFO SettingsFactory:213 - Query cache: disabled
[hibernatetool] 17:18:56,016 INFO SettingsFactory:321 - Cache provider: org.hibernate.cache.HashtableCacheProvider
[hibernatetool] 17:18:56,016 INFO SettingsFactory:228 - Optimize cache for minimal puts: disabled
[hibernatetool] 17:18:56,016 INFO SettingsFactory:233 - Cache region prefix: hibernate.test
[hibernatetool] 17:18:56,016 INFO SettingsFactory:237 - Structured second-level cache entries: disabled
[hibernatetool] 17:18:56,032 DEBUG SQLExceptionConverterFactory:52 - Using dialect defined converter
[hibernatetool] 17:18:56,047 INFO SettingsFactory:257 - Echoing all SQL to stdout
[hibernatetool] 17:18:56,047 INFO SettingsFactory:261 - Statistics: disabled
[hibernatetool] 17:18:56,047 INFO SettingsFactory:265 - Deleted entity synthetic identifier rollback: disabled
[hibernatetool] 17:18:56,047 INFO SettingsFactory:279 - Default entity-mode: pojo
[hibernatetool] 17:18:56,079 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
[hibernatetool] 17:18:56,079 DEBUG DriverManagerConnectionProvider:99 - using pooled JDBC connection, pool size: 0
[hibernatetool] 17:18:56,360 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(BONUSINPUT.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,360 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,360 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,360 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,360 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(IR.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.CPDW_STAT_HIER_LOCAL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.MD_ALRETAIL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.MD_NONRETAILLOCATIONS) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.MD_STATION) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(MD.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,375 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(NOTIFICATION.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.CWM2$AWCUBECREATEACCESS) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.CWM2$AWDIMCREATEACCESS) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.CWM2$_AW_NEXT_TEMP_CUST_MEAS) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.CWM2$_AW_TEMP_CUST_MEAS_MAP) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.CWM2$_TEMP_VALUES) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.OLAP_SESSION_CUBES) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OLAPSYS.OLAP_SESSION_DIMS) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OUTLN.OL$) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OUTLN.OL$HINTS) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(OUTLN.OL$NODES) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(PNI.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,391 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RATG.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(REC.REC_LPMANAGER) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RFA.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RFA.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RFA.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RFA.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RFA.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,407 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RMOR.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.ADJUSTMENTS) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.AUDITMAIN) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.CODE_ADJUSTTYPES) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.DEFAULTNOTIFICATIONLIMITS) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.DEPOSIT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.IMPRINT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.LIVEVOID) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.LOTTERYDISPCNT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.LOTTERYPACKCNT) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.MISCBACKOFFICE) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.MONEYORDER) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.NOTIFICATIONSTATUS) excluded by strategy
[hibernatetool] 17:18:56,422 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.PDIBEGINDAY) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.PDIDEPOSIT) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.PDITRENDAR) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.POSREPORT) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.POSTOTALS) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.QSR) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.REGISTERCOUNTS) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.SAFEDROPS) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.SAFETUBES) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.TERMINALINFO) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.TRENDAR) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.USERNOTIFICATIONLIMIT) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.VALIDATIONRESPONSE) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.VALUE_TYPE) excluded by strategy
[hibernatetool] 17:18:56,438 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFA.VENDORPAYMENT) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTFP.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTPS.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PLSQL_PROFILER_DATA) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PLSQL_PROFILER_RUNS) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.PLSQL_PROFILER_UNITS) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.TOAD_PLAN_SQL) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE.TOAD_PLAN_TABLE) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,454 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PLSQL_PROFILER_DATA) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PLSQL_PROFILER_RUNS) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.PLSQL_PROFILER_UNITS) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.TOAD_PLAN_SQL) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_QA.TOAD_PLAN_TABLE) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PBCATCOL) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PBCATEDT) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PBCATFMT) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PBCATTBL) excluded by strategy
[hibernatetool] 17:18:56,469 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PBCATVLD) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PLSQL_PROFILER_DATA) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PLSQL_PROFILER_RUNS) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.PLSQL_PROFILER_UNITS) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.SQLN_EXPLAIN_PLAN) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.TOAD_PLAN_SQL) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(RTTE_TRAINING.TOAD_PLAN_TABLE) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.AUDIT_ACTIONS) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.DUAL) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.MAP_OBJECT) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ODCI_SECOBJ$) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.ODCI_WARNINGS$) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.PSTUBTBL) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.STMT_AUDIT_OPTION_MAP) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.SYSTEM_PRIVILEGE_MAP) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYS.TABLE_PRIVILEGE_MAP) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.DEF$_TEMP$LOB) excluded by strategy
[hibernatetool] 17:18:56,485 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.HELP) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.MVIEW$_ADV_INDEX) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.MVIEW$_ADV_OWB) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(SYSTEM.MVIEW$_ADV_PARTITION) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX1.QUEST_COM_PRODUCTS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX1.QUEST_COM_PRODUCTS_USED_BY) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX1.QUEST_COM_PRODUCT_PRIVS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX1.QUEST_COM_USERS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX1.QUEST_COM_USER_PRIVILEGES) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX2.QUEST_COM_PRODUCTS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX2.QUEST_COM_PRODUCTS_USED_BY) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX2.QUEST_COM_PRODUCT_PRIVS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX2.QUEST_COM_USERS) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(TIMEX2.QUEST_COM_USER_PRIVILEGES) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WKSYS.WK$CHARSET) excluded by strategy
[hibernatetool] 17:18:56,500 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WKSYS.WK$CRAWLER_CONFIG_DEFAULT) excluded by strategy
[hibernatetool] 17:18:56,516 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WKSYS.WK$LANG) excluded by strategy
[hibernatetool] 17:18:56,516 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WKSYS.WK$MIMETYPES) excluded by strategy
[hibernatetool] 17:18:56,516 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WKSYS.WK$SYS_CONFIG) excluded by strategy
[hibernatetool] 17:18:56,516 DEBUG JDBCBinder:336 - Table org.hibernate.cfg.reveng.TableIdentifier(WMSYS.WM$WORKSPACES_TABLE) excluded by strategy
[hibernatetool] 17:18:56,516 DEBUG DriverManagerConnectionProvider:129 - returning connection to pool, pool size: 1
[hibernatetool] 17:18:56,516 INFO Configuration:902 - processing extends queue
[hibernatetool] 17:18:56,516 INFO Configuration:906 - processing collection mappings
[hibernatetool] 17:18:56,516 INFO Configuration:915 - processing association property references
[hibernatetool] 17:18:56,516 INFO Configuration:937 - processing foreign key constraints
[hibernatetool] 17:18:56,641 DEBUG template:91 - CommonsLogLogSystem name is 'org.hibernate.tool.hbm2x.template'
[hibernatetool] 17:18:56,641 INFO template:88 - **************************************************************
[hibernatetool] 17:18:56,641 INFO template:88 - Starting Jakarta Velocity v1.4
[hibernatetool] 17:18:56,641 INFO template:88 - RuntimeInstance initializing.
[hibernatetool] 17:18:56,641 INFO template:88 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
[hibernatetool] 17:18:56,641 INFO template:88 - Trying to use logger class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
[hibernatetool] 17:18:56,641 INFO template:88 - Using logger class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
[hibernatetool] 17:18:56,641 INFO template:88 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[hibernatetool] 17:18:56,657 INFO template:88 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
[hibernatetool] 17:18:56,657 INFO template:88 - FileResourceLoader : initialization starting.
[hibernatetool] 17:18:56,657 INFO template:88 - FileResourceLoader : adding path '.'
[hibernatetool] 17:18:56,657 INFO template:88 - FileResourceLoader : initialization complete.
[hibernatetool] 17:18:56,657 INFO template:88 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[hibernatetool] 17:18:56,657 INFO template:88 - ClasspathResourceLoader : initialization starting.
[hibernatetool] 17:18:56,657 INFO template:88 - ClasspathResourceLoader : initialization complete.
[hibernatetool] 17:18:56,657 INFO template:88 - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[hibernatetool] 17:18:56,672 INFO template:88 - Default ResourceManager initialization complete.
[hibernatetool] 17:18:56,672 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[hibernatetool] 17:18:56,672 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[hibernatetool] 17:18:56,688 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[hibernatetool] 17:18:56,688 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
[hibernatetool] 17:18:56,688 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
17:18:56,829 INFO DriverManagerConnectionProvider:147 - cleaning up connection pool: jdbc:oracle:thin:@rtdbsahqd1:1521:RTLTST1
[hibernatetool] 17:18:56,844 INFO template:88 - Created: 20 parsers.
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : initialization starting.
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : allowInline = true : VMs can be defined inline in templates
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : messages on : VM system will output logging messages
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : autoload off : VM system will not automatically reload global library macros
[hibernatetool] 17:18:56,844 INFO template:88 - Velocimacro : initialization complete.
[hibernatetool] 17:18:56,844 INFO template:88 - Velocity successfully started.
17:18:56,860 WARN DriverManagerConnectionProvider:155 - problem closing pooled connection
java.sql.SQLException: Io exception: Socket closed
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3649)
at oracle.jdbc.ttc7.TTC7Protocol.logoff(TTC7Protocol.java:401)
at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1518)
at org.hibernate.connection.DriverManagerConnectionProvider.close(DriverManagerConnectionProvider.java:152)
at org.hibernate.connection.DriverManagerConnectionProvider.finalize(DriverManagerConnectionProvider.java:142)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
[hibernatetool] 17:18:56,907 INFO template:88 - ResourceManager : found hbm/generalhbm.hbm.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[hibernatetool] 2. task: hbm2java (Generates a set of .java files)
[hibernatetool] 17:18:56,938 DEBUG template:91 - CommonsLogLogSystem name is 'org.hibernate.tool.hbm2x.template'
[hibernatetool] 17:18:56,938 INFO template:88 - **************************************************************
[hibernatetool] 17:18:56,938 INFO template:88 - Starting Jakarta Velocity v1.4
[hibernatetool] 17:18:56,938 INFO template:88 - RuntimeInstance initializing.
[hibernatetool] 17:18:56,938 INFO template:88 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
[hibernatetool] 17:18:56,938 INFO template:88 - Trying to use logger class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
[hibernatetool] 17:18:56,938 INFO template:88 - Using logger class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
[hibernatetool] 17:18:56,938 INFO template:88 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[hibernatetool] 17:18:56,938 INFO template:88 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
[hibernatetool] 17:18:56,938 INFO template:88 - FileResourceLoader : initialization starting.
[hibernatetool] 17:18:56,938 INFO template:88 - FileResourceLoader : adding path '.'
[hibernatetool] 17:18:56,954 INFO template:88 - FileResourceLoader : initialization complete.
[hibernatetool] 17:18:56,954 INFO template:88 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[hibernatetool] 17:18:56,954 INFO template:88 - ClasspathResourceLoader : initialization starting.
[hibernatetool] 17:18:56,954 INFO template:88 - ClasspathResourceLoader : initialization complete.
[hibernatetool] 17:18:56,954 INFO template:88 - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[hibernatetool] 17:18:56,954 INFO template:88 - Default ResourceManager initialization complete.
[hibernatetool] 17:18:56,954 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[hibernatetool] 17:18:56,954 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[hibernatetool] 17:18:56,969 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[hibernatetool] 17:18:56,969 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
[hibernatetool] 17:18:56,969 INFO template:88 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[hibernatetool] 17:18:57,032 INFO template:88 - Created: 20 parsers.
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : initialization starting.
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : allowInline = true : VMs can be defined inline in templates
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : messages on : VM system will output logging messages
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : autoload off : VM system will not automatically reload global library macros
[hibernatetool] 17:18:57,032 INFO template:88 - Velocimacro : initialization complete.
[hibernatetool] 17:18:57,032 INFO template:88 - Velocity successfully started.

BUILD SUCCESSFUL
Total time: 4 seconds


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 25, 2005 6:27 pm 
Beginner
Beginner

Joined: Tue Jun 21, 2005 3:15 pm
Posts: 29
More info.
The view is V_STAT_HIER_LPMAN and the log makes no reference to it... Thanks!
B


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 25, 2005 7:12 pm 
Expert
Expert

Joined: Sat Jun 12, 2004 4:49 pm
Posts: 915
try next :
Code:
<table-filter match-name="V_STAT_HIER_LPMAN"/>
<table-filter match-name="ALL$.*" exclude="true" />
<table-filter match-name="OL$.*" exclude="true" />
<table-filter match-name="MRV$.*" exclude="true" />
<table-filter match-name="DBA$.*" exclude="true" />
<table-filter match-name="CWM2$.*" exclude="true" />


regards


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 7:09 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
are you sure its a true view ? i changed the call to get tables and views to only include TABLE and VIEW types...maybe the view is something "else" or there is a bug in the driver ? or maybe the view is actually not there at all ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 10:02 am 
Beginner
Beginner

Joined: Tue Jun 21, 2005 3:15 pm
Posts: 29
The view is there... :)

This is on Oracle 9i using classes12.jar
below is the view's SQL.
Can you save me the time and tell me where the call is that gets views and tables that changed? If you don't know I will trace it. I will put some debugs and rerun it to see if I can get more info....


CREATE OR REPLACE VIEW RTFA.V_STAT_HIER_LPMAN
(
STATION,
AREA_MGR_CODE,
ZONE,
REGION,
STATION_DESC,
STATION_MGR_NAME,
STATION_MGR_LID,
STATION_STATUS,
AREA_MANAGER_NAME,
AREA_MGR_LID,
ZONE_DESC,
ZONE_MGR_NAME,
ZONE_MGR_LID,
REGION_NAME,
REGION_MGR_NAME,
REGION_MGR_LID,
WH_UPDATE_DAT,
STATE,
STATION_P,
STATION_N,
USERID,
USERTYPE,
STATUS,
JOBCODE
)
AS SELECT
stathier.STATION,
stathier.AREA_MGR_CODE,
stathier.ZONE,
stathier.REGION,
stathier.STATION_DESC,
stathier.STATION_MGR_NAME,
stathier.STATION_MGR_LID,
stathier.STATION_STATUS,
stathier.AREA_MANAGER_NAME,
stathier.AREA_MGR_LID,
stathier.ZONE_DESC,
stathier.ZONE_MGR_NAME,
stathier.ZONE_MGR_LID,
stathier.REGION_NAME,
stathier.REGION_MGR_NAME,
stathier.REGION_MGR_LID,
stathier.WH_UPDATE_DAT,
stathier.STATE,
stathier.STATION_P,
stathier.STATION_N,
lpman.USERID,
lpman.USERTYPE,
al.status,
al.jobcode
FROM md.cpdw_stat_hier_local stathier
JOIN rec.rec_lpmanager lpman ON stathier.region = lpman.region
JOIN md.MD_ALRETAIL al on lpman.userid = al.logonid


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 10:06 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
JDBCReader.processTables previously just sent null instead of new String[] { "TABLE", "SCHEMA" } to getTables call.

I added the explicit listing to allow the underlying query to be faster, but maybe some dbs/drivers doesnt handle it well...

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 11:10 am 
Beginner
Beginner

Joined: Tue Jun 21, 2005 3:15 pm
Posts: 29
Thanks.

Okay,
In JDBCReader.processTables

I changed

tableRs = getMetaData().getTables(catalog , schema , null, new String[] { "TABLE", "SCHEMA"});

TO

tableRs = getMetaData().getTables(catalog , schema , null, new String[] { "TABLE", "SCHEMA","VIEW" });

and it works fine. I am not sure if this is a perm. fix so I would like to ask you all to verify.

I am pressing on with my work work. ;)
Thanks,
B


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 11:27 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
stupid stupid stupid bug...ive fixed that in cvs

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 11:33 am 
Beginner
Beginner

Joined: Tue Jun 21, 2005 3:15 pm
Posts: 29
Glad I can help.
Thanks!
B


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

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.