I have builded hibernate2.1.3 from cvs, but it still doesn't work,:(
the same problem appeared again.
followed message below
2004-04-19 12:22:49 INFO --> /spPagination,N/A,127.0.0.1
2004-04-19 12:22:49 INFO invoke controller's init
2004-04-19 12:22:49 INFO invoke controller's prevoke
2004-04-19 12:22:49 INFO invoke controller's relevant method
2004-04-19 12:22:49 INFO begin to browse in controller
2004-04-19 12:22:49 INFO begin to fetch by hibernate
2004-04-19 12:22:49 INFO get configer and load xml1
2004-04-19 12:22:49 INFO Hibernate 2.1.3
2004-04-19 12:22:49 INFO loaded properties from resource hibernate.properties:
{#hibernate.query.substitutions=true 1, false 0, yes 'Y', no 'N', hibernate.cgli
b.use_reflection_optimizer=true, hibernate.connection.pool_size=1, hibernate.dia
lect=net.sf.hibernate.dialect.OracleDialect, hibernate.show_sql=true, hibernate.
proxool.pool_alias=pool1, hibernate.connection.datasource=SparkicePortalDataSour
ce}
2004-04-19 12:22:49 INFO using CGLIB reflection optimizer
2004-04-19 12:22:49 INFO dialect:net.sf.hibernate.dialect.OracleDialect
2004-04-19 12:22:49 INFO Mapping resource: com/sparkice/ecommerce/hibernate/dat
a/SPUser.hbm.xml
2004-04-19 12:22:51 INFO Mapping class: com.sparkice.ecommerce.hibernate.data.S
PUser -> USERS
2004-04-19 12:22:51 INFO Mapping resource: com/sparkice/ecommerce/hibernate/dat
a/Usertest.hbm.xml
2004-04-19 12:22:51 INFO Mapping class: com.sparkice.ecommerce.hibernate.data.U
sertest -> USERTEST
2004-04-19 12:22:51 INFO build factory
2004-04-19 12:22:51 INFO processing one-to-many association mappings
2004-04-19 12:22:51 INFO processing one-to-one association property references
2004-04-19 12:22:51 INFO processing foreign key constraints
2004-04-19 12:22:52 INFO Using dialect: net.sf.hibernate.dialect.OracleDialect
2004-04-19 12:22:52 INFO Use outer join fetching: true
2004-04-19 12:22:52 INFO JNDI InitialContext properties:{}
2004-04-19 12:22:52 INFO Using datasource: SparkicePortalDataSource
2004-04-19 12:22:52 INFO No TransactionManagerLookup configured (in JTA environ
ment, use of process level read-write cache is not recommended)
2004-04-19 12:22:52 INFO Use scrollable result sets: true
2004-04-19 12:22:52 INFO Use JDBC3 getGeneratedKeys(): false
2004-04-19 12:22:52 INFO Optimize cache for minimal puts: false
2004-04-19 12:22:52 INFO echoing all SQL to stdout
2004-04-19 12:22:52 INFO Query language substitutions: {}
2004-04-19 12:22:52 INFO cache provider: net.sf.ehcache.hibernate.Provider
2004-04-19 12:22:52 INFO instantiating and configuring caches
2004-04-19 12:22:53 ERROR java.lang.reflect.InvocationTargetException
help me please, thanks
I am trying to use merlin(avalon) to solve this problem,is it right???
|