-->
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.  [ 5 posts ] 
Author Message
 Post subject: hibernte can't be compatible with weblogic 5???????????????
PostPosted: Wed Apr 14, 2004 9:40 pm 
Newbie

Joined: Wed Apr 07, 2004 4:24 am
Posts: 3
2004-04-09 12:08:42 INFO --> /spPagination,N/A,127.0.0.1
2004-04-09 12:08:42 INFO invoke controller's init
2004-04-09 12:08:42 INFO invoke controller's prevoke
2004-04-09 12:08:42 INFO invoke controller's relevant method
2004-04-09 12:08:42 INFO begin to browse in controller
2004-04-09 12:08:42 INFO begin to fetch by hibernate
2004-04-09 12:08:43 INFO get configer and load xml1
2004-04-09 12:08:43 INFO Hibernate 2.1.2
2004-04-09 12:08:43 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-09 12:08:43 INFO using CGLIB reflection optimizer
2004-04-09 12:08:43 INFO dialect:net.sf.hibernate.dialect.OracleDialect
2004-04-09 12:08:43 INFO Mapping resource: com/sparkice/ecommerce/hibernate/dat
a/SPUser.hbm.xml
2004-04-09 12:08:44 INFO Mapping class: com.sparkice.ecommerce.hibernate.data.S
PUser -> USERS
2004-04-09 12:08:45 INFO Mapping resource: com/sparkice/ecommerce/hibernate/dat
a/Usertest.hbm.xml
2004-04-09 12:08:45 INFO Mapping class: com.sparkice.ecommerce.hibernate.data.U
sertest -> USERTEST
2004-04-09 12:08:45 INFO build factory
2004-04-09 12:08:45 INFO processing one-to-many association mappings
2004-04-09 12:08:45 INFO processing one-to-one association property references
2004-04-09 12:08:45 INFO processing foreign key constraints
2004-04-09 12:08:45 INFO Using dialect: net.sf.hibernate.dialect.OracleDialect
2004-04-09 12:08:45 INFO Use outer join fetching: true
2004-04-09 12:08:45 INFO JNDI InitialContext properties:{}
2004-04-09 12:08:45 INFO Using datasource: SparkicePortalDataSource
2004-04-09 12:08:45 INFO No TransactionManagerLookup configured (in JTA environ
ment, use of process level read-write cache is not recommended)
2004-04-09 12:08:45 INFO Use scrollable result sets: true
2004-04-09 12:08:45 INFO Use JDBC3 getGeneratedKeys(): false
2004-04-09 12:08:45 INFO Optimize cache for minimal puts: false
2004-04-09 12:08:45 INFO echoing all SQL to stdout
2004-04-09 12:08:45 INFO Query language substitutions: {}
2004-04-09 12:08:45 INFO cache provider: net.sf.ehcache.hibernate.Provider
2004-04-09 12:08:45 INFO instantiating and configuring caches
2004-04-09 12:08:46 ERROR java.lang.reflect.InvocationTargetException

I was thinking if its jdk version is really lowwer

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 15, 2004 3:36 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
try recompiling hibernate with your jdk


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 19, 2004 12:25 am 
Newbie

Joined: Wed Apr 07, 2004 4:24 am
Posts: 3
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???


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 19, 2004 3:01 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Try finding the cause for the InvocationTargetException.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 19, 2004 3:26 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
2004-04-19 12:22:52 INFO cache provider: net.sf.ehcache.hibernate.Provider


try not to use ehcache, it's just an idea


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 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.