I changed the schema to upper case, still no luck. Here is the verbose output from the build.
Apache Ant version 1.6.1 compiled on February 12 2004 Buildfile: build.xml Detected Java version: 1.4 in: /usr/opt/java141/jre Detected OS: OSF1 parsing buildfile /home/ruby/vb/Scicomp/jtang/projects/hibernate/rnai/config/build.xml with URI = file:///home/ruby/vb/Scicomp/jtang/projects/ hibernate/rnai/config/build.xml Project base dir set to: /home/ruby/vb/Scicomp/jtang/projects/hibernate/rnai/config Build sequence for target `rnai' is [rnai] Complete build sequence is [rnai, ]
rnai: dropping /usr/local/tools/java/lib/plugins/org.hibernate.eclipse_3.2.0.beta6a/lib/hibernate/log4j-1.2.11.jar from path as it doesn't exist [hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering) dropping /usr/local/tools/java/lib/plugins/org.hibernate.eclipse_3.2.0.beta6a/lib/hibernate/log4j-1.2.11.jar from path as it doesn't exist [hibernatetool] 1. task: hbm2java (Generates a set of .java files) [hibernatetool] Aug 15, 2006 6:46:23 AM org.hibernate.cfg.Environment <clinit> [hibernatetool] INFO: Hibernate 3.2 cr3 [hibernatetool] Aug 15, 2006 6:46:23 AM org.hibernate.cfg.Environment <clinit> [hibernatetool] INFO: hibernate.properties not found [hibernatetool] Aug 15, 2006 6:46:23 AM org.hibernate.cfg.Environment buildBytecodeProvider [hibernatetool] INFO: Bytecode provider name : cglib [hibernatetool] Aug 15, 2006 6:46:24 AM org.hibernate.cfg.Environment <clinit> [hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling [hibernatetool] Aug 15, 2006 6:46:25 AM org.hibernate.cfg.Configuration configure [hibernatetool] INFO: configuring from file: hibernate.cfg.xml [hibernatetool] Aug 15, 2006 6:46:27 AM org.hibernate.cfg.Configuration doConfigure [hibernatetool] INFO: Configured SessionFactory: null [hibernatetool] Aug 15, 2006 6:46:28 AM org.hibernate.cfg.reveng.OverrideRepository addFile [hibernatetool] INFO: Override file: /home/ruby/vb/Scicomp/jtang/projects/hibernate/rnai/config/hibernate.reveng.xml [hibernatetool] Aug 15, 2006 6:46:29 AM org.hibernate.connection.DriverManagerConnectionProvider configure [hibernatetool] INFO: Using Hibernate built-in connection pool (not for production use!) [hibernatetool] Aug 15, 2006 6:46:29 AM org.hibernate.connection.DriverManagerConnectionProvider configure [hibernatetool] INFO: Hibernate connection pool size: 20 [hibernatetool] Aug 15, 2006 6:46:29 AM org.hibernate.connection.DriverManagerConnectionProvider configure [hibernatetool] INFO: autocommit mode: false [hibernatetool] Aug 15, 2006 6:46:29 AM org.hibernate.connection.DriverManagerConnectionProvider configure [hibernatetool] INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@biotst1:1521:biotst1 [hibernatetool] Aug 15, 2006 6:46:29 AM org.hibernate.connection.DriverManagerConnectionProvider configure [hibernatetool] INFO: connection properties: {user=rnai, password=****} [hibernatetool] Aug 15, 2006 6:46:32 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production [hibernatetool] With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options [hibernatetool] JServer Release 9.2.0.5.0 - Production [hibernatetool] Aug 15, 2006 6:46:32 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: JDBC driver: Oracle JDBC driver, version: 9.2.0.3.0 [hibernatetool] Aug 15, 2006 6:46:33 AM org.hibernate.dialect.Dialect <init> [hibernatetool] INFO: Using dialect: org.hibernate.dialect.Oracle9Dialect [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory [hibernatetool] INFO: Using default transaction strategy (direct JDBC transactions) [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup [hibernatetool] INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Automatic flush during beforeCompletion(): disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Automatic session close at end of transaction: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: JDBC batch size: 15 [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: JDBC batch updates for versioned data: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Scrollable result sets: enabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: JDBC3 getGeneratedKeys(): disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Connection release mode: auto [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Default schema: RNAI [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Default batch fetch size: 1 [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Generate SQL with comments: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Order SQL updates by primary key: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory [hibernatetool] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> [hibernatetool] INFO: Using ASTQueryTranslatorFactory [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Query language substitutions: {} [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: JPA-QL strict compliance: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Second-level cache: enabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Query cache: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory createCacheProvider [hibernatetool] INFO: Cache provider: org.hibernate.cache.NoCacheProvider [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Optimize cache for minimal puts: disabled [hibernatetool] Aug 15, 2006 6:46:34 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Structured second-level cache entries: disabled [hibernatetool] Aug 15, 2006 6:46:35 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Statistics: disabled [hibernatetool] Aug 15, 2006 6:46:35 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Deleted entity synthetic identifier rollback: disabled [hibernatetool] Aug 15, 2006 6:46:35 AM org.hibernate.cfg.SettingsFactory buildSettings [hibernatetool] INFO: Default entity-mode: pojo [hibernatetool] Aug 15, 2006 6:46:35 AM org.hibernate.connection.DriverManagerConnectionProvider close [hibernatetool] INFO: cleaning up connection pool: jdbc:oracle:thin:@biotst1:1521:biotst1 [hibernatetool] Aug 15, 2006 6:46:36 AM org.hibernate.tool.hbm2x.Version <clinit> [hibernatetool] INFO: Hibernate Tools 3.2.0.beta6a [hibernatetool] 2. task: hbm2dao (Generates a set of DAOs)
BUILD SUCCESSFUL Total time: 21 seconds
Any advice?
_________________ Jerry
|