1. one jpa-cache bug forum.hibernate.orgI've submitted this bug to Dhanji in the forum Warp-core cause i use warp-persist in my project. we talk long time, and we got the conclusion that there is a bug of JPA provider - hibernate. this is problem info below : =========================================== When i update an entity with EntityManager.merge(T), it update database success. but when get it with em.find(), I ... |
2. Javassist cached object [BUG?} forum.hibernate.orgHi I've got problem with configuration i think. I use in my webapp Spring + Hibernate (3.3.1.GA - core, 3.4.0.GA - entitymanager, it's jboss 5.1 configuration), as bytecode provider i use Javassist (3.9.0.GA). The problem is that, when sometimes i try fetch data by interface JpaDaoSupport i got not properly fetched object but somehow it's object of class JavaAssist and it's ... |
3. Minor doco bug for caching section forum.hibernate.org |
4. Cache bug in 2.1.3 ?? forum.hibernate.orgAuthor Message dia100 Post subject: Cache bug in 2.1.3 ?? Posted: Tue Jun 01, 2004 10:35 am Pro Joined: Mon Sep 08, 2003 4:30 pm Posts: 203 Hi All, Maps: Code: |
5. 2nd level cache BUG/Problem when changing Hibernate Session forum.hibernate.orgHello, I love cache... and I found either a bug or I use it wrong !! Imagine this : Person (id, name, getChildren(), getParents() ); PersonRelation (person_child_id, person_parent_id, int value); this gives me PersonRelationPK ..... here is my problem.... I define queries in the xml file : From Person From PersonRelation From Person p left join fetch p.children From Person p ... |
6. 2nd level cache BUG/Problem when changing Hibernate Session forum.hibernate.orgHello, I love cache... and I found either a bug or I use it wrong !! Imagine this : Person (id, name, getChildren(), getParents() ); PersonRelation (person_child_id, person_parent_id, int value); this gives me PersonRelationPK ..... here is my problem.... I define queries in the xml file : From Person From PersonRelation From Person p left join fetch p.children From Person p ... |
7. Hibernate Caching bug? forum.hibernate.orgAuthor Message dvankeer Post subject: Hibernate Caching bug? Posted: Wed Jan 26, 2005 6:21 am Newbie Joined: Wed Jan 26, 2005 5:29 am Posts: 1 Don't know if it is a bug or not, so lets first try the forum before submitting a bug report. I'm working on a web application where a lot of classes extend a single ... |
8. Caching problem (bug!?) forum.hibernate.orgpublic class FlushingSpringSessionInViewFilter extends OpenSessionInViewFilter { protected void closeSession(Session session, SessionFactory sessionFactory) throws CleanupFailureDataAccessException { if (session != null && session.isOpen() && session.isConnected()) { try ... |
9. multiple .har files + EhCache bug? forum.hibernate.orgi'm not 100% sure that this is the right place to come with this issue - if not, i would appreciate someone pointing me in the right direction. i'm starting here because i'm apparently having an problem with Hibernate and the EhCache distribution included with it. to start with, i am using JBoss 4.0.3SP1 and Hibernate 3.1.1. i am attempting to ... |
10. [bug?] Caching not handling collections correctly forum.hibernate.orgAuthor Message unlord Post subject: [bug?] Caching not handling collections correctly Posted: Fri Mar 17, 2006 1:31 pm Newbie Joined: Fri Mar 17, 2006 12:54 pm Posts: 10 I've got an example where I have the following object hierarchy: Order 1-* Bag 1-* Item I have a lot of these objects, so I want to cache them in a ... |