Re: [Hibernate] Evil finalize()

2004-02-17 Thread Gavin King
Just for *some* transactions.don't lets get too excited ;) David Rees wrote: On Tue, February 17, 2004 at 8:32 pm, Gavin King wrote: http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/02/18#finalize Wow! Cutting down the overhead of Hibernate by 50% is huge! -Dave -

Re: [Hibernate] Evil finalize()

2004-02-17 Thread David Rees
On Tue, February 17, 2004 at 8:32 pm, Gavin King wrote: > http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/02/18#finalize Wow! Cutting down the overhead of Hibernate by 50% is huge! -Dave --- SF.Net is sponsored by: Speed Start Your Linux A

[Hibernate] Evil finalize()

2004-02-17 Thread Gavin King
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/02/18#finalize -- Gavin King JBoss Group +61 410534454 http://hibernate.org --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a fr

RE: [Hibernate] AST driven QueryTranslator

2004-02-17 Thread Joshua Davis
Yet another small success: a simple scalar query now works. HQL: select f.key from org.hibernate.test.Foo as f SQL: select f.fooidcolumnname123 as x0_0_ from "foos" AS f > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gavin King > Sent: Thursday

[Hibernate] Responding to misplaced posts for help with hibernate...

2004-02-17 Thread Greg Handi
In the event that posts for help keep coming to the dev list instead of the forum I suggest for future that persons wishing to reply just email the offending party without CC'ing the whole list. This way we all won't get three or four copies of the same misplaced requests. --- Gavin King <[EMAIL

[Hibernate] Mapping a map with lists?

2004-02-17 Thread Oliver Wehrens
Hi, is it possible to map a Map containing lists? The class would look like this: public class Test { priavte String oid; // also getter and setter for everything Map attribute = new HashMap(); public addValue(String key, String value){ List list = new Ar

Re: [Hibernate] Urgent Help needed - One to Many Relationship

2004-02-17 Thread Gavin King
Ooops. Damn, I have a reputation to live up to. Won't happen again. Promise. Emmanuel Bernard wrote: Can't believe it. Gavin answering nicer than me ;-) Please do not post FAQs to the development mailing list! http://hibernate.org/116.html#A18 (Actually, don't post FAQs to the user forum e

Re: [Hibernate] Urgent Help needed - One to Many Relationship

2004-02-17 Thread Gavin King
Please do not post FAQs to the development mailing list! http://hibernate.org/116.html#A18 (Actually, don't post FAQs to the user forum either.) THIRUVALLUR zafrullah wrote: Hi, This is the first time iam working with Hibernate and iam facing some problems. When iam implementing parent-child r

Re: [Hibernate] Urgent Help needed - One to Many Relationship

2004-02-17 Thread Emmanuel Bernard
Use the user forum for such questions and never ever use the URGENT keyword for an open source support request. > Hi, > > This is the first time iam working with Hibernate and > iam facing some problems. When iam implementing > parent-child relationship a row in the parent table > gets created but

[Hibernate] Urgent Help needed - One to Many Relationship

2004-02-17 Thread THIRUVALLUR zafrullah
Hi, This is the first time iam working with Hibernate and iam facing some problems. When iam implementing parent-child relationship a row in the parent table gets created but it does not create it in the child table. What happens is that an Hibernate exception is thrown Hibernate Exception SQL upd

Re: [Hibernate] CVS problem

2004-02-17 Thread snpe
Fine.It is 2.2 alpha Please change readme and build.xml in source Thanks On Tuesday 17 February 2004 02:32 pm, Emmanuel Bernard wrote: > Check n.s.h.cfg.Environment class, you'll find the appropriate version. > > > --- > SF.Net is sponsored by:

Re: [Hibernate] CVS problem

2004-02-17 Thread Emmanuel Bernard
Check n.s.h.cfg.Environment class, you'll find the appropriate version. --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn

Re: [Hibernate] CVS problem

2004-02-17 Thread snpe
I make hibernate with v22branch and create dir hibernate-2.1, readme tell me that is ver. 2.1.1 etc, but this is contnets of sf/net/hibernate/impl AbstractCommand.java AbstractDeleteCommand.java AbstractLoadCommand.java AbstractQueryImpl.java AbstractSaveCommand.java AbstractVisitor.java BatcherI

RE: [Hibernate] CVS problem

2004-02-17 Thread Ebersole, Steve
Again, what makes you think that what you update from CVS is the 2.1.1 version and not the 2.2 version? If you go to the net.sf.hibernate.impl package, do you see a bunch of abstract command classes? If so you have version 2.2... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: [Hibernate] CVS problem

2004-02-17 Thread snpe
I 'm sorry - I do next : checkout v21branch and make v2.1.3 - it is fine I upgrade v21branch in v22branch with cvs up -r v22branch -dPC and I get v2.1.1 release Thanks On Tuesday 17 February 2004 02:56 pm, snpe wrote: > I checkout v22branch and I get v 2.1.1 - I want v 2.2 > > regards > On Tuesd

Re: [Hibernate] CVS problem

2004-02-17 Thread snpe
I checkout v22branch and I get v 2.1.1 - I want v 2.2 regards On Tuesday 17 February 2004 01:47 pm, Ebersole, Steve wrote: > What makes you think its the 2.1.1 version? > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of snpe > Sent: Tuesday, Februar

RE: [Hibernate] CVS problem

2004-02-17 Thread Ebersole, Steve
What makes you think its the 2.1.1 version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of snpe Sent: Tuesday, February 17, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: Re: [Hibernate] CVS problem I check out (update) v22branch cvs up -r v22branch -dPC and

Re: [Hibernate] CVS problem

2004-02-17 Thread snpe
I check out (update) v22branch cvs up -r v22branch -dPC and get version 2.1.1 I want see v 2.2 from cvs Thanks Haris Peco On Tuesday 17 February 2004 01:33 pm, Ebersole, Steve wrote: > v22branch is the current work for the 2.2 release, not 2.1.2. > > > > -Original Message- > From: [EMAI

[Hibernate] CVS problem

2004-02-17 Thread snpe
Hello, I try hibernate from CVS and have a problem with branches HEAD - is version 2.0 - ok v21branch - is version 2.1.3 - ok v22branch - version 2.1.2 - ??? what is a problem and how checkout version 2.2 regards Haris Peco --- SF.Net is spo