[Hibernate] hibernate-mysql-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060701220819 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:121: The following error occurred while executing this line: /home/cruisecontrol/work/sc

[Hibernate] hibernate-timesten-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-timesten-testsuite?log=log20060701220644 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:93: The following error occurred while executing this line: /home/cruisecontrol/work/

[Hibernate] hibernate-oracle10-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060701220443 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:100: The following error occurred while executing this line: /home/cruisecontrol/work

[Hibernate] hibernate-sqlserver-jtds-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060701220317 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:114: The following error occurred while executing this line: /home/cruisecontro

[Hibernate] hibernate-hsqldb-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060701220142 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:86: The following error occurred while executing this line: /home/cruisecontrol/work/sc

[Hibernate] hibernate-sybase-testsuite Build Failed

2006-07-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20060701215959 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:107: The following error occurred while executing this line: /home/cruisecontrol/work/s

Re: [Hibernate] Keep information on a per Sf basis or per EntityPersister basis

2006-07-01 Thread Emmanuel Bernard
BTW Good question: do we need to get the Configuration Serializable? A configuration is like a SF. A SF does not really need to be serialized, only the Sessions can be moved across a cluster. Emmanuel Bernard wrote: > > Because the configuration can be reused and changed. > The idea is that my l

Re: [Hibernate] Keep information on a per Sf basis or per EntityPersister basis

2006-07-01 Thread Emmanuel Bernard
Because the configuration can be reused and changed. The idea is that my lucene engine (ie hibernate event) needs it. This is actually very close to the notion of cache which is part of the core. Max Rydahl Andersen wrote: > > On Sat, 01 Jul 2006 20:02:46 +0200, Emmanuel Bernard > <[EMAIL PROTEC

Re: [Hibernate] Keep information on a per Sf basis or per EntityPersister basis

2006-07-01 Thread Max Rydahl Andersen
On Sat, 01 Jul 2006 20:02:46 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > For the Lucene integration I need to keep track of the DirectoryProvider > associated to a given entity. > Basically DirectoryProvider are shared across several entities. > I might also need to keep track of some i

[Hibernate] Keep information on a per Sf basis or per EntityPersister basis

2006-07-01 Thread Emmanuel Bernard
For the Lucene integration I need to keep track of the DirectoryProvider associated to a given entity. Basically DirectoryProvider are shared across several entities. I might also need to keep track of some informations on a per SF basis. Currently there is no good way to do it. It might make sen