[Hibernate] errors in alltest ?

2004-11-29 Thread Max Rydahl Andersen
Hi,
Am I the only one currently having 23 errors in the H3 AllTest suite from  
current cvs on Oracle ?

They all seem to have their root in line 260 of  
DefaultSaveOrUpdateEventListener where
I get a NPE.

--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] overhead of dirty tracking

2004-11-29 Thread Emmanuel Bernard
The overhead is not that big, and more or less you have to walk through 
this tree to build the UPDATE statement(s).

Emmanuel Bernard
01.55.21.52.14
Fnac - DSI
Direction France - Nouvelles technologies
67, boulevard du Gal Leclerc
92612 Clichy Cedex

hanasaki wrote:
How is the dirty flag maintained in hibernate to keep overhead low.  
For example: I have many POJO that are mapped to table schemata.  Some 
reference others.  Some are aggregates of other, non-hibernate, 
object.  These may be aggregates of other objects etc in a complex 
hierarchy.

Any instance is implicitly dirty if any aggregate or aggregates 
aggregate, down the hierarchy, is dirty.  This seems like complex long 
tree traversals.  How can this overhead be minimized?

thanks
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel