Re: [Hibernate] [ANN] Eclipse Plugin - Hibernator - Initial Release

2003-01-06 Thread Viktor Szathmary
hi, On Mon, 06 Jan 2003 22:43:32 +1100, "Daniel Bradby" <[EMAIL PROTECTED]> said: > > Finally back from holidays and uploaded and released the source/ > > Go try it out! - http://sourceforge.net/projects/hibernator > could you please make it compatible with JDK 1.3? there seems to be some 1.4

Re: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Max Rydahl Andersen
Im changing my +0 vote to +1 after seeing the arguments and after having discussed it with my coworkers :) Reasons: 1. It simplifies the exception handling. (You only got one exception to catch) 2. Nested exceptions is becoming the defactor standard so no problems here 3. Hibernate can add seman

[Hibernate] [Hibernate2] suggestion: introduce beforeSave into interceptor...

2003-01-06 Thread Max Rydahl Andersen
Would the time now be best for introducing an beforeSave/beforeFlush method to interceptor ? Why ? Just to have a way to directly set properties on the object instead of via an side-effect as it is done know in onSave/onFlush. Just a suggestion :) /max

[Hibernate] [ANN] Eclipse Plugin - Hibernator - Initial Release

2003-01-06 Thread Daniel Bradby
Finally back from holidays and uploaded and released the source/ Go try it out! - http://sourceforge.net/projects/hibernator *** Hibernator - Hibernate plugin for Eclipse *** Provides an Eclipse view to create and edit Hibernate (http://hibernate.sourceforge.net) mapping files (.hbm.xml) Note

Re: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Jozsa Kristof
On Sun, Jan 05, 2003 at 06:39:32PM -1000, Mark Woon wrote: > Gavin King wrote: > > >Has this thread died? > > > >I still havn't got a really good feeling for what other people > >think about this issue > > > > +1, would much prefer SQLException be nested within HibernateException. +1 here t

Re: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Christian Bauer
On 06 Jan (14:09), Gavin King wrote: > Has this thread died? > > I still havn't got a really good feeling for what other people > think about this issue I think every distinct layer in a system should throw only one Exception type, possibly wrapping another Exception (this is called Excepti

Re: [Hibernate] FW: [hibernate - Open Discussion] first crack at maven'ization

2003-01-06 Thread Christian Bauer
On 06 Jan (13:25), Gavin King wrote: > Check this out :) I evaluated project tools like Centipede and Maven half a year ago for Hibernate. You see, Maven is primarily used in Apache Group style projects. The amazing thing is: The goal of Maven is to unify the development process so a project can

[Hibernate] [ hibernate-Patches-645169 ] codegen enhancements

2003-01-06 Thread SourceForge.net
Patches item #645169, was opened at 2002-11-28 20:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=645169&group_id=40712 Category: Codegen Group: None >Status: Closed >Resolution: Out of Date Priority: 3 Submitted By: Max R. Andersen (maxcsaucdk) Assign

[Hibernate] [ hibernate-Feature Requests-650587 ] unsaved-value for

2003-01-06 Thread SourceForge.net
Feature Requests item #650587, was opened at 2002-12-09 09:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=650587&group_id=40712 Category: None Group: None Status: Open Priority: 5 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous (n

Re: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Mark Woon
Gavin King wrote: Has this thread died? I still havn't got a really good feeling for what other people think about this issue +1, would much prefer SQLException be nested within HibernateException. -Mark --- This sf.net email is sponso

RE: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Gavin King
This is exactly the kind of input I was looking for :) And your point is quite correct; even if we *did* rationalize the Session interface to throw only HibernateExceptions, in general, we *still* wouldn't be able to do this: Session s = sf.openSession() try { // do some work } catch (Hibern

[Hibernate] [ hibernate-Feature Requests-650587 ] unsaved-value for

2003-01-06 Thread SourceForge.net
Feature Requests item #650587, was opened at 2002-12-08 14:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=650587&group_id=40712 Category: None Group: None Status: Open Priority: 5 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous (n

RE: [Hibernate] Suggestion: Encapsulate SQLException in HibernateException

2003-01-06 Thread Gavin King
Has this thread died? I still havn't got a really good feeling for what other people think about this issue > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, 4 January 2003 1:46 AM > To: [EMAIL PROTECTED] > Subject: [Hibernate] Suggestion: En

[Hibernate] FW: [hibernate - Open Discussion] first crack at maven'ization

2003-01-06 Thread Gavin King
Check this out :) -Original Message- From: SourceForge.net [mailto:[EMAIL PROTECTED] Sent: Monday, 6 January 2003 1:08 PM To: [EMAIL PROTECTED] Subject: [hibernate - Open Discussion] first crack at maven'ization Read and respond to this message at: https://sourceforge.net/forum/messag

[Hibernate] [ hibernate-Feature Requests-650587 ] unsaved-value for

2003-01-06 Thread SourceForge.net
Feature Requests item #650587, was opened at 2002-12-09 09:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=650587&group_id=40712 Category: None Group: None Status: Open >Priority: 5 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous (

[Hibernate] [ hibernate-Feature Requests-635016 ] lock() a transient object

2003-01-06 Thread SourceForge.net
Feature Requests item #635016, was opened at 2002-11-08 02:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=635016&group_id=40712 Category: None Group: None Status: Open >Priority: 1 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous (

[Hibernate] [ hibernate-Feature Requests-567274 ] byte[] identifier, etc.

2003-01-06 Thread SourceForge.net
Feature Requests item #567274, was opened at 2002-06-11 16:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=567274&group_id=40712 Category: None Group: None >Status: Closed Priority: 3 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Feature Requests-512567 ] Mapping Tool

2003-01-06 Thread SourceForge.net
Feature Requests item #512567, was opened at 2002-02-04 12:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=512567&group_id=40712 Category: None Group: None >Status: Closed Priority: 1 Submitted By: Daniel Bradby (dbradby) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Bugs-662501 ] Length af aliases too long

2003-01-06 Thread SourceForge.net
Bugs item #662501, was opened at 2003-01-04 23:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=662501&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark Woon (unkyaku) Assigned to: Nobody/Anonymous (n

[Hibernate] [ hibernate-Patches-661750 ] Table.uniqueColumnString

2003-01-06 Thread SourceForge.net
Patches item #661750, was opened at 2003-01-03 09:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=661750&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Benoit Menendez (bmenendez) Assigned to: Nobody/A

[Hibernate] [ hibernate-Bugs-662501 ] Length af aliases too long

2003-01-06 Thread SourceForge.net
Bugs item #662501, was opened at 2003-01-04 23:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=662501&group_id=40712 Category: None Group: None Status: Open Resolution: None >Priority: 7 Submitted By: Mark Woon (unkyaku) Assigned to: Nobody/Anonymous (

[Hibernate] [ hibernate-Patches-662319 ] Codegen for Hibernate 2 - beta

2003-01-06 Thread SourceForge.net
Patches item #662319, was opened at 2003-01-04 21:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=662319&group_id=40712 Category: Codegen Group: None Status: Open Resolution: None Priority: 5 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to: Nobo

[Hibernate] [ hibernate-Patches-661753 ] Could you please add...

2003-01-06 Thread SourceForge.net
Patches item #661753, was opened at 2003-01-04 05:03 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=661753&group_id=40712 Category: None Group: None Status: Open >Resolution: Postponed Priority: 5 Submitted By: Benoit Menendez (bmenendez) Assigned to: No

[Hibernate] [ hibernate-Patches-661753 ] Could you please add...

2003-01-06 Thread SourceForge.net
Patches item #661753, was opened at 2003-01-03 10:03 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=661753&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Benoit Menendez (bmenendez) Assigned to: Nobody/A

[Hibernate] [ hibernate-Patches-661750 ] Table.uniqueColumnString

2003-01-06 Thread SourceForge.net
Patches item #661750, was opened at 2003-01-04 04:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=661750&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Benoit Menendez (bmenendez) Assigned to:

[Hibernate] Tools (again)

2003-01-06 Thread Gavin King
I'm not sure if people noticed, but I submitted an alternate Middlegen plugin that generates hbm.xml, as discussed here. Theres a few improvements I need to make to that, but I will try to get onto "finishing" it in the next few days. I also understand that Konstantin is adding composite id suppo

RE: [Hibernate] logo

2003-01-06 Thread Gavin King
Ace! Blue Mars webdesign is excellent :) I'd really appreciate their help. Let them know we'd like something reasonably scalable so that we can use the same design in the header of the Wiki site as we use on the little "powered by" button Thanks > -Original Message- > From: Christian

RE: [Hibernate] Hibernate 2 Transaction API

2003-01-06 Thread Gavin King
> Not sure what benefits these methods add, since I don't think > I'd ever > use them... Well, the benefit was supposed to be a slightly cleaner idiom with no extra local variable holding the transaction, or test for (tx!=null) in the catch block. Nevertheless, upon reflection, I'm inclined

RE: [Hibernate] logo

2003-01-06 Thread Gavin King
I'd love to have a logo but don't know anyone with the requisite gfx skills ... Suggestions? > do you have a hibernate logo i can use on > http://boss.bekk.no/boss/middlegen/ when i commit the > hibernate plugin? the logo.jpg that figured on the hibenrate > site in pre-wiki days has gray bac