Re: [Hibernate] Hibernate x External Changes

2005-03-06 Thread Christian Bauer
Glauber Andrade wrote:
How do I configure the Hibernate to recognize all changes done by external
events (refresh) ?
Post on the user forum only, please.
--
Christian Bauer
callto://christian-bauer
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] reusing joins in FromClause

2005-03-06 Thread Gavin King
Joshua, is there any reason why FromClause defined both: 
implicitJoinFromElementsByPath
and explicitJoinFromElementsByPath? The old parser used to re-use any 
duplicated join,
and when I replace the two collections with a single collection, 
everything seems to
work (better than before).

Anyway, I will commit that change, since it helps, and doesn't seem to 
hurt...

--
Gavin King
+61 410 534 454
+1 404 822 8349
callto://gavinking
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] TODO List

2005-03-06 Thread Gavin King
I'm happy that we can release 3.0final early next week. (Perhaps even 
Monday.)

I have the following high-priority issues in the core, none of which are 
truly necessary to go final, its fine if they pop up in 3.0.1 or 3.0.2:

* stored procedure support for querying TODO-174
* many-to-many filter conditions TODO-129
* collection properties in native SQL strings TODO-109
* fix new parser for theta-style outerjoins HHH-184
* finish bulk update/delete TODO-92
* transform() method TODO-175
* WebSphere TM problems HB-1354
* EJB3 SQL queries TODO-172
* EJB3-style composite keys TODO-170
In addition, we agreed that we would target the following new stuff for Q2:
* Resolve JBossCache concurrency issues
* Deliver standalone EJB3 EntityManager
* Eclipse-based monitoring GUI
* Hibernate3 har deployer with declarative long persistence contexts,
 to run in new JBoss microcontainer
I'm pretty sure that we won't have a chance to get all those things 
delived in Q2, but I'd like at least 2 out of the 4.

Cheers,
Gavin
--
Gavin King
+61 410 534 454
+1 404 822 8349
callto://gavinking
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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] reusing joins in FromClause

2005-03-06 Thread Joshua Davis
I think I saw two different maps in the old QueryTranslator and I was
duplicating that behavior, but perhaps it was a mirage. :)   If you say it
re-used the joins I'll take your word for it.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Gavin King
 Sent: Sunday, March 06, 2005 12:21 PM
 To: hibernate-devel@lists.sourceforge.net
 Subject: [Hibernate] reusing joins in FromClause
 
 
 Joshua, is there any reason why FromClause defined both: 
 implicitJoinFromElementsByPath
 and explicitJoinFromElementsByPath? The old parser used to re-use any 
 duplicated join,
 and when I replace the two collections with a single collection, 
 everything seems to
 work (better than before).
 
 Anyway, I will commit that change, since it helps, and 
 doesn't seem to 
 hurt...
 
 -- 
 Gavin King
 +61 410 534 454
 +1 404 822 8349
 callto://gavinking
 
 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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 hibernate-devel mailing list hibernate-devel@lists.sourceforge.net
 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://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel