Ok, it looks like lower/upper case does matter for seam-gen. I used "WAS" as
the schema name, which matches exactly what I see in Oracle Enterprise Manager,
however, I got the following exceptions. Any idea?
| Buildfile: C:\jboss-seam-1.2.1.GA\seam-gen\build.xml
|
| validate-workspace:
|
| validate-project:
|
| generate-entities:
| [hibernate] Executing Hibernate Tool with a JDBC Configuration (for reverse
engineering)
| [hibernate] 1. task: hbm2java (Generates a set of .java files)
| [hibernate] Mar 29, 2007 9:48:07 AM org.hibernate.cfg.Environment <clinit>
| [hibernate] INFO: Hibernate 3.2.0.cr5
| [hibernate] Mar 29, 2007 9:48:07 AM org.hibernate.cfg.Environment <clinit>
| [hibernate] INFO: hibernate.properties not found
| [hibernate] Mar 29, 2007 9:48:07 AM org.hibernate.cfg.Environment
buildBytecodeProvider
| [hibernate] INFO: Bytecode provider name : cglib
| [hibernate] Mar 29, 2007 9:48:07 AM org.hibernate.cfg.Environment <clinit>
| [hibernate] INFO: using JDK 1.4 java.sql.Timestamp handling
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.cfg.reveng.OverrideRepository addFile
| [hibernate] INFO: Override file:
C:\workspace\seam-gen-projects\seam-gen-was\resources\seam-gen.reveng.xml
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.connection.DriverManagerConnectionProvider configure
| [hibernate] INFO: Using Hibernate built-in connection pool (not for
production use!)
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.connection.DriverManagerConnectionProvider configure
| [hibernate] INFO: Hibernate connection pool size: 20
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.connection.DriverManagerConnectionProvider configure
| [hibernate] INFO: autocommit mode: false
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.connection.DriverManagerConnectionProvider configure
| [hibernate] INFO: using driver: oracle.jdbc.driver.OracleDriver at URL:
jdbc:oracle:thin:@localhost:1521:wt
| [hibernate] Mar 29, 2007 9:48:07 AM
org.hibernate.connection.DriverManagerConnectionProvider configure
| [hibernate] INFO: connection properties: {user=was, password=****}
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: RDBMS: Oracle, version: Oracle Database 10g Enterprise
Edition Release 10.2.0.1.0 - Production
| [hibernate] With the Partitioning, OLAP and Data Mining options
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: JDBC driver: Oracle JDBC driver, version: 10.2.0.1.0
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.dialect.Dialect <init>
| [hibernate] INFO: Using dialect: org.hibernate.dialect.OracleDialect
| [hibernate] Mar 29, 2007 9:48:08 AM
org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
| [hibernate] INFO: Using default transaction strategy (direct JDBC
transactions)
| [hibernate] Mar 29, 2007 9:48:08 AM
org.hibernate.transaction.TransactionManagerLookupFactory
getTransactionManagerLookup
| [hibernate] INFO: No TransactionManagerLookup configured (in JTA
environment, use of read-write or transactional second-level cache is not
recommended)
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Automatic flush during beforeCompletion(): disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Automatic session close at end of transaction: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: JDBC batch size: 15
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: JDBC batch updates for versioned data: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Scrollable result sets: enabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: JDBC3 getGeneratedKeys(): disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Connection release mode: auto
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Default schema: WAS
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Default batch fetch size: 1
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Generate SQL with comments: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Order SQL updates by primary key: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
createQueryTranslatorFactory
| [hibernate] INFO: Query translator:
org.hibernate.hql.ast.ASTQueryTranslatorFactory
| [hibernate] Mar 29, 2007 9:48:08 AM
org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
| [hibernate] INFO: Using ASTQueryTranslatorFactory
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Query language substitutions: {}
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: JPA-QL strict compliance: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Second-level cache: enabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Query cache: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
createCacheProvider
| [hibernate] INFO: Cache provider: org.hibernate.cache.NoCacheProvider
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Optimize cache for minimal puts: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Structured second-level cache entries: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Statistics: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Deleted entity synthetic identifier rollback: disabled
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.SettingsFactory
buildSettings
| [hibernate] INFO: Default entity-mode: pojo
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.reveng.JDBCReader
processIndices
| [hibernate] WARNING: Exception while trying to get indexinfo on
BIN$8J936SbLQsGfoSwymQr4HA==$0=Exception while getting index info for
WAS.BIN$8J936SbLQsGfoSwymQr4HA==$0
| [hibernate] Mar 29, 2007 9:48:08 AM org.hibernate.cfg.reveng.JDBCReader
processIndices
| [hibernate] WARNING: Exception while trying to get indexinfo on
BIN$BlVHaFjNTbSN2ewoWXdmNg==$0=Exception while getting index info for
WAS.BIN$BlVHaFjNTbSN2ewoWXdmNg==$0
| [hibernate] Mar 29, 2007 9:48:08 AM
org.hibernate.connection.DriverManagerConnectionProvider close
| [hibernate] INFO: cleaning up connection pool:
jdbc:oracle:thin:@localhost:1521:wt
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032791#4032791
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032791
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user