[Hibernate] hibernate-mysql-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060702221102 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-sqlserver-jtds-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060702220914 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-sybase-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20060702220745 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

[Hibernate] hibernate-oracle10-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060702220549 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-timesten-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-timesten-testsuite?log=log20060702220211 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-hsqldb-testsuite Build Failed

2006-07-02 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060702220009 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] type safe criteria queries

2006-07-02 Thread Dhananjay Prasanna
Hi I am sending this again could anyone tell me if this might be useful to the communitY? I would like to help if it would be. Thanks,   Dhanji,   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhananjay Prasanna Sent: Wednesday, 28 June 2006 11:31 AM To: hibern

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

2006-07-02 Thread Emmanuel Bernard
Well I still need a "container" in the SF Max Rydahl Andersen wrote: > > > Yes I could add some lucene specific metadata and let the SF > constructor > > eat this information > > I meant just get it from the metaattributes from the Configuration ? > Then no specific addon module info creeps into

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

2006-07-02 Thread Max Rydahl Andersen
> Yes I could add some lucene specific metadata and let the SF constructor > eat this information I meant just get it from the metaattributes from the Configuration ? Then no specific addon module info creeps into the core. /max > > Max Rydahl Andersen wrote: >> >> On Sun, 02 Jul 2006 12:06:5

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

2006-07-02 Thread Emmanuel Bernard
Yes I could add some lucene specific metadata and let the SF constructor eat this information Max Rydahl Andersen wrote: > > On Sun, 02 Jul 2006 12:06:59 +0200, Emmanuel Bernard > <[EMAIL PROTECTED]> wrote: > > > My idea/need is to open some APIs to allow a event implementor to keep > > track o

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

2006-07-02 Thread Max Rydahl Andersen
On Sun, 02 Jul 2006 12:06:59 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > My idea/need is to open some APIs to allow a event implementor to keep > track of informations on a per session factory basis and on a per > persister basis. yes, same idea/need I had/have. > An event has acc

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

2006-07-02 Thread Emmanuel Bernard
My idea/need is to open some APIs to allow a event implementor to keep track of informations on a per session factory basis and on a per persister basis. An event has access to the configuration at initialization time and this happens just before the SessionFactory creation. Max Rydahl Andersen

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

2006-07-02 Thread Max Rydahl Andersen
On Sun, 02 Jul 2006 03:32:35 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > 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. Shouldn't

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

2006-07-02 Thread Max Rydahl Andersen
On Sun, 02 Jul 2006 03:44:49 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > BTW Good question: do we need to get the Configuration Serializable? A Configuration *is* serializable - it is one of the tricks you can use to speed up the configuration of Hibernate tremendously ;) /max > A >