Re: [Hibernate] 3.1 rc2

2005-10-16 Thread Emmanuel Bernard

#1 is done

Steve Ebersole wrote:


#1 - cool, just let me know when you are done.

#2 - is not bubbled up to Query yet.  I need to finish some other
refactoring regarding how queries are parsed/cached first.  Just follow
HHH-844 and its related cases for the status.  Yes, there are
type-less setParameter() methods on Query.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Saturday, October 15, 2005 4:56 AM
To: Hibernate development
Subject: Re: [Hibernate] 3.1 rc2

1. I want to add a new operation persistOnFlush

Remember why we did introduce the PERSIST_ON_FLUSH cascading action? For

EJB3 flush efficiency
In the current impl, it is only used for the first level of flushing in 
EJB3 (ie action inherited from FlushEventListener.getCascadingAction()
To workaround that, I've introduced a persistOnFlush operation (not 
public to the session), but visible through the event listener system 
(create-onflush tag)

I still need to test, but I'll be able to commit by the end of the
week-end

2. How does the type discovery work? Did you add a typeless 
setParameter() to the Query?




Steve Ebersole wrote:

 


So as far as I am concerned, I am ready to push out 3.1rc2.  Anything
anyone else wanted to get into this before I cut it?

I hope to get time to do it this weekend.  If not, it'll be early next
week.


Here is the change-log so far:

** Bug
  * [HHH-1045] - Example contains inner classes that aren't
serializable

** Improvement
  * [HHH-1038] - make 'auto' the default for
hibernate.connection.release_mode
  * [HHH-1042] - determine expected type of parameter during HQL
parsing

It is really for HHH-1038 that I want to get this out there.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads,
   


discussions,
 


and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel




   





---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads,
discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


 





---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] 3.1 rc2

2005-10-15 Thread Emmanuel Bernard

1. I want to add a new operation persistOnFlush

Remember why we did introduce the PERSIST_ON_FLUSH cascading action? For 
EJB3 flush efficiency
In the current impl, it is only used for the first level of flushing in 
EJB3 (ie action inherited from FlushEventListener.getCascadingAction()
To workaround that, I've introduced a persistOnFlush operation (not 
public to the session), but visible through the event listener system 
(create-onflush tag)

I still need to test, but I'll be able to commit by the end of the week-end

2. How does the type discovery work? Did you add a typeless 
setParameter() to the Query?




Steve Ebersole wrote:


So as far as I am concerned, I am ready to push out 3.1rc2.  Anything
anyone else wanted to get into this before I cut it?

I hope to get time to do it this weekend.  If not, it'll be early next
week.


Here is the change-log so far:

** Bug
   * [HHH-1045] - Example contains inner classes that aren't
serializable

** Improvement
   * [HHH-1038] - make 'auto' the default for
hibernate.connection.release_mode
   * [HHH-1042] - determine expected type of parameter during HQL
parsing

It is really for HHH-1038 that I want to get this out there.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


 





---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] 3.1 rc2

2005-10-15 Thread Steve Ebersole
#1 - cool, just let me know when you are done.

#2 - is not bubbled up to Query yet.  I need to finish some other
refactoring regarding how queries are parsed/cached first.  Just follow
HHH-844 and its related cases for the status.  Yes, there are
type-less setParameter() methods on Query.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Saturday, October 15, 2005 4:56 AM
To: Hibernate development
Subject: Re: [Hibernate] 3.1 rc2

1. I want to add a new operation persistOnFlush

Remember why we did introduce the PERSIST_ON_FLUSH cascading action? For

EJB3 flush efficiency
In the current impl, it is only used for the first level of flushing in 
EJB3 (ie action inherited from FlushEventListener.getCascadingAction()
To workaround that, I've introduced a persistOnFlush operation (not 
public to the session), but visible through the event listener system 
(create-onflush tag)
I still need to test, but I'll be able to commit by the end of the
week-end

2. How does the type discovery work? Did you add a typeless 
setParameter() to the Query?



Steve Ebersole wrote:

So as far as I am concerned, I am ready to push out 3.1rc2.  Anything
anyone else wanted to get into this before I cut it?

I hope to get time to do it this weekend.  If not, it'll be early next
week.


Here is the change-log so far:

** Bug
* [HHH-1045] - Example contains inner classes that aren't
serializable

** Improvement
* [HHH-1038] - make 'auto' the default for
hibernate.connection.release_mode
* [HHH-1042] - determine expected type of parameter during HQL
parsing

It is really for HHH-1038 that I want to get this out there.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads,
discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


  




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads,
discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] 3.1 rc2

2005-10-15 Thread Gavin King
Title: [Hibernate] 3.1 rc2






Great


De: [EMAIL PROTECTED] 
en nombre de Steve EbersoleEnviado el: vie 14/10/2005 
16:41Para: Hibernate developmentAsunto: [Hibernate] 3.1 
rc2

So as far as I am concerned, I am ready to push out 
3.1rc2. Anythinganyone else wanted to get into this before I cut 
it?I hope to get time to do it this weekend. If not, it'll be 
early nextweek.Here is the change-log so far:** 
Bug * [HHH-1045] - Example contains inner classes that 
aren'tserializable** Improvement * [HHH-1038] 
- make 'auto' the default 
forhibernate.connection.release_mode * [HHH-1042] - 
determine "expected type" of parameter during HQLparsingIt is really 
for HHH-1038 that I want to get this out 
there.---This 
SF.Net email is sponsored by:Power Architecture Resource Center: Free 
content, downloads, discussions,and more. http://solutions.newsforge.com/ibmarch.tmpl___hibernate-devel 
mailing listhibernate-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/hibernate-devel




Re: [Hibernate] 3.1 rc2

2005-10-14 Thread Max Rydahl Andersen


im messing around with HHH-702, but it ain't critical for rc2.

/max


So as far as I am concerned, I am ready to push out 3.1rc2.  Anything
anyone else wanted to get into this before I cut it?

I hope to get time to do it this weekend.  If not, it'll be early next
week.


Here is the change-log so far:

** Bug
* [HHH-1045] - Example contains inner classes that aren't
serializable

** Improvement
* [HHH-1038] - make 'auto' the default for
hibernate.connection.release_mode
* [HHH-1042] - determine expected type of parameter during HQL
parsing

It is really for HHH-1038 that I want to get this out there.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://www.jboss.com/events/jbossworld
JBoss World Barcelona 10-12 October


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] 3.1 rc2

2005-10-14 Thread Max Rydahl Andersen


hhh-702 is done now. native sql have never been easier ;)

/max


im messing around with HHH-702, but it ain't critical for rc2.

/max


So as far as I am concerned, I am ready to push out 3.1rc2.  Anything
anyone else wanted to get into this before I cut it?

I hope to get time to do it this weekend.  If not, it'll be early next
week.


Here is the change-log so far:

** Bug
* [HHH-1045] - Example contains inner classes that aren't
serializable

** Improvement
* [HHH-1038] - make 'auto' the default for
hibernate.connection.release_mode
* [HHH-1042] - determine expected type of parameter during HQL
parsing

It is really for HHH-1038 that I want to get this out there.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads,  
discussions,

and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel








--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://www.jboss.com/events/jbossworld
JBoss World Barcelona 10-12 October


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel