-->
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.  [ 1 post ] 
Author Message
 Post subject: Hibernate 3/BEA WebLogic 8.15 Persistence Issue
PostPosted: Wed Jun 27, 2007 1:12 pm 
Newbie

Joined: Wed Oct 18, 2006 12:44 pm
Posts: 3
I have been facing this weird issue for sometime now, but it only occurs occasionally. On first web page I submit data and ask Hibernate to persist it, on next screen I simply load that data from database. Now, there are two things that happen:
1) On second screen at times I just do not see the one-many relation data.
2) On second screen I do see data but it is not visible in database.

What have I done so far:
- All one-many relations have cascade="all" and lazy="false"
- Hibernate configuration has following properties set as well:
<property name="query.factory_class">
org.hibernate.hql.classic.ClassicQueryTranslatorFactory
</property>

<property name="hibernate.cache.use_query_cache">
false
</property>

<property name="hibernate.cache.use_second_level_cache">
false
</property>
- I am using WebLogic's connection pool.

So anyone with any ideas? Thanks.

_________________
--
Regards,

Adeel Javed,
Software Engineer,
Techlogix Pakistan (Pvt) Limited.

Web: http://pkblogs.com/adeeljaved


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

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.