[Hibernate] mistach of libs for 3.2 CR 1 and 2 - lava.lang.NoSuchMethodError:

2006-06-09 Thread hanasaki
hibernate-annotations-3.2.0.CR1.tar.gz hibernate-entitymanager-3.2.0.CR1.tar.gz hibernate-3.2.0.cr2.tar.gz Guess the method is missing because some are CR1 and some CR2? Those are the only files on sourceforge to download Thoughts? Error: 1) testOne(com.test.HibernateEJB3TestSuite)java.lang.

[Hibernate] overhead of dirty tracking

2004-11-27 Thread hanasaki
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

[Hibernate] JUnit testing of hibernate code segments that need a datasource

2003-12-11 Thread hanasaki
Hibernate has been setup to use the data source provided by Tomcat. There are some JUnit tests that need to be run on code segments/classes that are not running inside the container. How can a Datasource and java:comp/env/jdbc be create and setup for the application outside of the container? ---

[Hibernate] JUnit testing of hibernate code segments that need a datasource

2003-12-09 Thread hanasaki
Hibernate has been setup to use the data source provided by Tomcat. There are some JUnit tests that need to be run on code segments/classes that are not running inside the container. How can a Datasource and java:comp/env/jdbc be create and setup for the application outside of the container?