[Hibernate] RE: Looked at the new resolver code

2006-05-17 Thread Steve Ebersole
Moving this to the public list... BTW, was thinking a little bit more about #2. So all-in-all I would much rather be able to go back to the "PropertyReferenceSource" approach I mentioned before. However, as I mentioned there was some trickiness to such an approach. The specific things I ran int

Re: [Hibernate] Re: Embedded, AttributeOverrides and Transient properties

2006-03-25 Thread Emmanuel Bernard
Dmitri Colebatch wrote: Hi again, I'm trying to get my head around where the right place to put these changes is and wouldn't mind if someone could answer a couple of queries. I'm looking at AnnotationBinder.mustBeSkipped and thinking that I'd like to replace that with something along the line

[Hibernate] Re: Embedded, AttributeOverrides and Transient properties

2006-03-23 Thread Dmitri Colebatch
Hi again, I'm trying to get my head around where the right place to put these changes is and wouldn't mind if someone could answer a couple of queries. I'm looking at AnnotationBinder.mustBeSkipped and thinking that I'd like to replace that with something along the lines of property.isTransient()

[Hibernate] RE: Subversion move

2006-02-23 Thread Steve Ebersole
The move is scheduled for Monday. Tomorrow I will be turning off commit access to the SF CVS repo. I apologize for needing to do it so far in advance, but I need to make sure it "takes" in time for a nightly CVS backup to grab a locked-down copy so that we do not miss any changes. Plus I have bee

[Hibernate] Re: HandSQL and General test

2006-02-09 Thread Max Rydahl Andersen
On Thu, 09 Feb 2006 11:23:10 +0100, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: Hi guys, please keep hands of those tests until tomorrow - i'm cleaning them up and don't want to go into merge hell ;) Changes committed to both branches now. Steve: This is what I talked about doing - no

[Hibernate] RE : [Hibernate] livelink collections server

2006-02-09 Thread Bompart Cedric
select tb2.* from tb1, tb2 where tb1.id = tb2.idtb1 and tb1.id = 2 idtb1 is a multiple value field which contains multiple id from tb1 the reverse query (the other side of the relasionship) will be: select tb1.* from tb1, tb2 where tb2.id = 5 and tb2.idtb1 = tb1.id in term of sql query there

[Hibernate] RE : [Hibernate] livelink collections server

2006-02-08 Thread Bompart Cedric
Hello, The livelink product handles n to n relationship without intermediate table but with a field with multiple values. Is it possible to instruct Hibernate to comply to this? if so how do I do it? via the dialect? Regards, Ced. Message d'origine De: Ste

[Hibernate] Re: its done

2006-02-07 Thread Max Rydahl Andersen
On Tue, 07 Feb 2006 11:35:58 +0100, Thomas Heute <[EMAIL PROTECTED]> wrote: Tried and fixed the templates. Thanks ! care to share if/what issues there were ? I don't see the commits ? /max On Monday 06 February 2006 10.09, Max Rydahl Andersen wrote: It's done - tools head now has freema

[Hibernate] Re: new release of tools

2005-12-12 Thread Marshall Culpepper
Thanks Max.. I must've accidentally pasted the wrong links into the email I sent. Thanks for clearing it all up ;) Max Rydahl Andersen wrote: Hi, I did a new release of the hibernate tools together with the JBoss IDE 1.5 RC2 release. (plan is there will be a beta3 release for christmas

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Jordan Laughlin
nsard" <[EMAIL PROTECTED]> To: "Max Rydahl Andersen" <[EMAIL PROTECTED]> Cc: Sent: Thursday, October 20, 2005 2:31 AM Subject: Re: [Hibernate] Re: Hibernate tools 3.1 beta 1 Max Rydahl Andersen a écrit : go look at tools.hibernate.org where all the download links are

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Xavier Poinsard
Max Rydahl Andersen a écrit : > go look at tools.hibernate.org where all the download links are. tools.hibernate.org redirects to http://www.hibernate.org/255.html and the download link at the top of the page points to http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=141977

Re: [Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Max Rydahl Andersen
On Thu, 20 Oct 2005 10:59:42 +0200, Xavier Poinsard <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen a écrit : The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant features support for annotations and query parameters in the query console, a reveng.xml editor and many improvemen

[Hibernate] Re: Hibernate tools 3.1 beta 1

2005-10-20 Thread Xavier Poinsard
Max Rydahl Andersen a écrit : > > > The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant > features support for annotations and query parameters in the query > console, a reveng.xml editor and many improvements to wizards, > templates, and code generators. Will it be available

Re: [Hibernate] Re: [JBoss-dev] switch to derby in JB5?

2005-10-15 Thread Max Rydahl Andersen
ent@lists.sourceforge.net; Hibernate development Subject: Re: [Hibernate] Re: [JBoss-dev] switch to derby in JB5? Hi, yes - there is alot more "weird" limitations, but Derby is not alone in that aspect (db2 comes to mind ;) But the turnaorund performance is disappointing. /max AFAIR,

RE: [Hibernate] Re: [JBoss-dev] switch to derby in JB5?

2005-10-15 Thread Steve Ebersole
day, October 15, 2005 5:18 AM To: Emmanuel Bernard Cc: jboss-development@lists.sourceforge.net; Hibernate development Subject: Re: [Hibernate] Re: [JBoss-dev] switch to derby in JB5? Hi, yes - there is alot more "weird" limitations, but Derby is not alone in that aspect (db2 comes to m

Re: [Hibernate] Re: [JBoss-dev] switch to derby in JB5?

2005-10-15 Thread Emmanuel Bernard
AFAIR, the DDL generation fails on my test suite for this DB. They are too strict in some are. So unless they've relaxed some restriction, it's a nope for me. Max Rydahl Andersen wrote: Hi, A small FYI crosspost here since both communities has talked about it. Tonight I tried out Derby and

Re: [Hibernate] Re: [JBoss-dev] switch to derby in JB5?

2005-10-15 Thread Max Rydahl Andersen
Hi, yes - there is alot more "weird" limitations, but Derby is not alone in that aspect (db2 comes to mind ;) But the turnaorund performance is disappointing. /max AFAIR, the DDL generation fails on my test suite for this DB. They are too strict in some are. So unless they've relaxed s

[Hibernate] Re: [JBoss-dev] switch to derby in JB5?

2005-10-14 Thread Max Rydahl Andersen
Hi, A small FYI crosspost here since both communities has talked about it. Tonight I tried out Derby and followed the advise about running Derby with the JVM wide system property derby.system.durability to the value test. It certainly has an effect, but Derby is still sluggish with this sett

[Hibernate] Re: sf.net / jira mail issue ?

2005-10-02 Thread Christian Bauer
On Oct 1, 2005, at 7:32 PM, Max Rydahl Andersen wrote: Am I the only one not getting any jira mails and only some hibernate-devel mails ? This time its not the JIRA internal queue... --- This SF.Net email is sponsored by: Power Architec

[Hibernate] Re: ThreadLocalSessionContext javadoc inconsistency

2005-10-02 Thread Max Rydahl Andersen
Another comment on the new SessionContext stuff: ThreadLocalSessionContext and JTASessionContext are in different packageson purpose ? hi, javadoc for ThreadLocalSessionContext state: "it unsafe for this impl to actually generate Session instances; thus it does not" but at curren

[Hibernate] Re: [Hibernate-commits] Hibernate++

2005-08-30 Thread Max Rydahl Andersen
some people are doing similar things (I think) by taking a hbm definition and map it to jsf (look for hbm2jsf) Have you also looked at the tools.hibernate.org here you have all the foundations for hooking in what you are describing... I don't belive that everything can be done automatical

[Hibernate] RE: Insert...select... And version numbers

2005-08-13 Thread Steve Ebersole
Are you serious! arrggh! :) Yes it is certainly doable for version numbers. It is actually probably doable for vm-based timestamps also. We could either use jdbc escape syntax (because I know how much you love this) to convert the string to a timestamp or, provided we knew the expected date s

Re: [Hibernate] RE: testing question

2005-08-09 Thread Max Rydahl Andersen
hold your peace... Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, August 08, 2005 8:01 AM To: Hibernate devel Subject: RE: [Hibernate] RE: testing question Actually, probably even better: public interface DatabaseO

Re: [Hibernate] RE: testing question

2005-08-09 Thread Max Rydahl Andersen
en Sent: Tuesday, August 09, 2005 2:20 PM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question the trimming were not about the CDATA, but about the . Did not think about the mutally-exclusive choice thing - but we don't do that normally, e.g. table and . /max

Re: [Hibernate] RE: testing question

2005-08-09 Thread Max Rydahl Andersen
ject database-object database-object /max -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 2:32 PM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question mainly for tooling. /max Why a name, though? I was not planning on allowing loo

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
huh? we have no element... I'll check it in like this. If you feel that strongly about it, feel free to change it. -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 2:20 PM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
till see no need for this. -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 2:32 PM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question mainly for tooling. /max > Why a name, though? I was not planning on allowing lookup of these &g

Re: [Hibernate] RE: testing question

2005-08-09 Thread Christian Bauer
On Aug 9, 2005, at 3:36 PM, Steve Ebersole wrote: Why a name, though? I was not planning on allowing lookup of these things as I don't see a benefit of allowing it. Do you see a benefit to it? Hard to explain a configuration necessity that has no purpose... Not at the moment but I'm som

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
, it'll be the same issue... -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 5:58 AM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question i don't like database-object, but I don't have a better suggestion, so...(maybe j

Re: [Hibernate] RE: testing question

2005-08-09 Thread Max Rydahl Andersen
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bauer Sent: Monday, August 08, 2005 1:55 PM To: Hibernate devel Subject: Re: [Hibernate] RE: testing question On Aug 8, 2005, at 8:48 PM, Steve Ebersole wrote: If anyone wants different name(s), speak now or forever hold your peace... I thi

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
Let's move this discussion over to: http://opensource.atlassian.com/projects/hibernate/browse/HHH-840 -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 5:58 AM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question i don't lik

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
ehalf Of Christian Bauer Sent: Monday, August 08, 2005 1:55 PM To: Hibernate devel Subject: Re: [Hibernate] RE: testing question On Aug 8, 2005, at 8:48 PM, Steve Ebersole wrote: > If anyone wants different name(s), speak now or forever hold your > peace... I think it should have a name=&

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question i don't like database-object, but I don't have a better suggestion, so...(maybe just ?) I do though have some trimming suggestions: CREATE INDEX ... ... and (don't see much need for a separate ta

Re: [Hibernate] RE: testing question

2005-08-09 Thread Max Rydahl Andersen
. -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 5:58 AM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question i don't like database-object, but I don't have a better suggestion, so...(maybe just ?) I do though have some tri

RE: [Hibernate] RE: testing question

2005-08-09 Thread Steve Ebersole
n your first example compared to my first example, right? I simply chose CDATA tags to enclose my text, where you did not... -Original Message- From: Max Andersen Sent: Tuesday, August 09, 2005 5:58 AM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question i

Re: [Hibernate] RE: testing question

2005-08-08 Thread Christian Bauer
On Aug 8, 2005, at 8:48 PM, Steve Ebersole wrote: If anyone wants different name(s), speak now or forever hold your peace... I think it should have a name="" attribute so we keep a consistent "catalog" in the Configuration. --- SF.Net

RE: [Hibernate] RE: testing question

2005-08-08 Thread Steve Ebersole
8:01 AM To: Hibernate devel Subject: RE: [Hibernate] RE: testing question Actually, probably even better: public interface DatabaseObject { public String sqlCreateString(); public String sqlDropString(); } ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Hibernate] RE: testing question

2005-08-08 Thread Steve Ebersole
The problem is: statement.execute("CREATE OR REPLACE FUNCTION allEmployments \n" + "RETURN SYS_REFCURSOR \n" + "AS \n" + "st_cursor SYS_REFCURSOR; \n" +

RE: [Hibernate] RE: testing question

2005-08-08 Thread Steve Ebersole
: Hibernate devel Subject: RE: [Hibernate] RE: testing question Yes, but I was more thinking: public interface DatabaseObject { public String getCreateCommand(); public String getDropCommand(); } because the CREATE/DROP SQL commands explicit operate on a single database object... -Original

RE: [Hibernate] RE: testing question

2005-08-08 Thread Steve Ebersole
, 2005 7:49 AM To: Steve Ebersole; Hibernate devel Subject: Re: [Hibernate] RE: testing question And here MyTransactSQLTrigger would be a userprovided class that has String[] createSQL/dropSQL methods ? Sounds good. I was more thinking like: CREATE ... CREATE ... DROP

Re: [Hibernate] RE: testing question

2005-08-08 Thread Max Rydahl Andersen
And here MyTransactSQLTrigger would be a userprovided class that has String[] createSQL/dropSQL methods ? Sounds good. I was more thinking like: CREATE ... CREATE ... DROP .. but I guess both are usable. /max If we just let them register something like the DatabaseObje

[Hibernate] RE: testing question

2005-08-08 Thread Steve Ebersole
If we just let them register something like the DatabaseObject mentioned (keyed by dialect) I guess I'm fine with that. Maybe something like: Due to "export" feature, I guess DatabaseObject would really instead need to expose the create/drop strings. -Orig

RE: [Hibernate] Re: testing question

2005-08-08 Thread Steve Ebersole
exactly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Monday, August 08, 2005 6:40 AM To: Hibernate devel Subject: Re: [Hibernate] Re: testing question The trick below doesn't work well when you run the unittest stand

Re: [Hibernate] Re: testing question

2005-08-08 Thread Max Rydahl Andersen
The trick below doesn't work well when you run the unittest standalone (which I do constantly from inside eclipse) /max The reason for this instead of just overriding setUp()/tearDown() would be to only execute this stuff when we actually rebuild the session fatory. I worked on the Caveat

[Hibernate] Re: testing question

2005-08-08 Thread Max Rydahl Andersen
This is the same reason why I always get failures on the tests relating to stored procedure support. These tests creates the SP's before testing - thus if you get errors while running junit test then that is something that should be failing. How about simply extending hibernate with the

[Hibernate] Re: testing question

2005-08-08 Thread Christian Bauer
On Aug 8, 2005, at 1:08 PM, Steve Ebersole wrote: The reason for this instead of just overriding setUp()/tearDown() would be to only execute this stuff when we actually rebuild the session fatory. I worked on the CaveatEmptor tests and I do this using the TestSetup decorator: public s

[Hibernate] Re: Questions on building HibernateExt project in Eclipse

2005-07-18 Thread Max Rydahl Andersen
Welcome to the wonders of eclipse plugin development setup. a) The org.hibernate.eclipse.mapper project has a lot of compilation errors that I cannot solve. Among these errors are: These compile errors can only be because WTP is not installed. (or you did not use the .project/.classpath fro

[Hibernate] Re: PK in AssociationTable in a ManyToMany relation

2005-06-10 Thread Pablo Nussembaum
Hi, I try the @JoinColumn(nullable=false) and work 8-) . I think it has to go to documentation(I could not do it, my english is terrible), because I found it a little bit hacky (I read the ejb3.0 spec and I realize that you haven't many options). And some could help me with my second qu

[Hibernate] Re: PK in AssociationTable in a ManyToMany relation

2005-06-09 Thread Emmanuel Bernard
Hi Pablo, Did yhou open a JIRA issue for this one, I can't find it. I remember I was alerted to this problem but I can't remember where ;-) While looking at your patch, I just realized that this was the expected behavior. Let me explain. by default @JoinColumn(nullable=true) which means that FK

[Hibernate] Re: org.hibernate.eclipse 3.0.0.alpha3

2005-06-07 Thread Marshall Culpepper
Max Rydahl Andersen wrote: The dev update site is in JBoss CVS at this location: /jbosside/update-site/development ok - thanks. I've updated the site.xml to reflect this. btw. are you aware that org.jboss.ide.eclipse.ejb3.feature_1.0.0.beta2.jar cannot be installed from this updatesite ?

[Hibernate] Re: org.hibernate.eclipse 3.0.0.alpha3

2005-06-07 Thread Max Rydahl Andersen
The dev update site is in JBoss CVS at this location: /jbosside/update-site/development ok - thanks. I've updated the site.xml to reflect this. btw. are you aware that org.jboss.ide.eclipse.ejb3.feature_1.0.0.beta2.jar cannot be installed from this updatesite ? It complains you need aop cor

[Hibernate] Re: org.hibernate.eclipse 3.0.0.alpha3

2005-06-07 Thread Marshall Culpepper
Max Rydahl Andersen wrote: Hi guys, I've finally managed to actually upload the latest tools release to http://downloads.jboss.com/jbosside/updates/development I'll write a visual "What's new" tomorrow and announce it, but until then it would be cool if someone could verify this updatesi

[Hibernate] Re: DocExporter

2005-05-22 Thread Ricardo Moral
Great! I'm working on the Classes documentation. I'll submit the new stuff as soon as possible. Regards, Ricardo. On 22/5/05 8:40 pm, "Max Rydahl Andersen" <[EMAIL PROTECTED]> wrote: > Hi Ricardo et.al, > > Sending this to the devel list for all interested to get up to speed with > it. > > Ric

[Hibernate] Re: alias-mode

2005-05-16 Thread Max Rydahl Andersen
I don't know if AliasMode is the right word for this, maybe UserAliasMode is better ? Comments welcome. Comments are also welcome on if "generated" and "mapped" is good name for "Use hibernates generated and unique aliases" (the default) and "Use the column names as mapped in the mapping" /max

Re: [Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Max, This is change : line 214-218 in ArtifactGeneratorWizard except this : public Object execute() { cfg.readFromJDBC(new JDBCFilter() { public boolean acceptTableName(TableIdentifier name) { return !name.getName().startsWith("BIN$"); // to avoid oracle pain. HACK! need to

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 15:35:47 +0200, snpe <[EMAIL PROTECTED]> wrote: Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co

[Hibernate] Re: hibernate tools

2005-04-18 Thread snpe
Hello, This is new reveng plugin Popup work with table,view and schema - when user choose schema filter return all tables in schema (choosing schema work when doesn't exists default_schema in hibernate config) http://www.snpe.co.yu/org.hibernate.reveng1.zip regards Haris Peco On Monday 18 April

[Hibernate] Re: hibernate tools

2005-04-18 Thread Max Rydahl Andersen
On Mon, 18 Apr 2005 04:52:27 +0200, snpe <[EMAIL PROTECTED]> wrote: Max, I see new version JDBCFilter etc Can I change reveng plugin or you have yet adding JDBCFilter now uses TableIdentifier which should allow you to filter on catalog and schema. Partial rev.eng is not done yet. -- -- Max Rydahl

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 02:08 pm, Max Rydahl Andersen wrote: > >> I'll look at syncing up with the latest webtools. > >> > > > > Max, > > I try with last webtools cvs and it work.I will make that JDBCFilter > > return true > > for all dependencies (exported and imported keys). > > webtools

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread snpe
On Thursday 14 April 2005 07:59 am, Max Rydahl Andersen wrote: > On Wed, 13 Apr 2005 23:12:53 +0200, snpe <[EMAIL PROTECTED]> wrote: > > > Hello, > > yes, i want limit metadata and I wait for your changes > > ok. > > > > > Question 1: > > Can I limit dependencies (many-to-one,one-to-many) in J

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
I'll look at syncing up with the latest webtools. Max, I try with last webtools cvs and it work.I will make that JDBCFilter return true for all dependencies (exported and imported keys). webtools have complete jdbc framework (you can get table description,column,indexes, keys ..) - hibernat

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-14 Thread Max Rydahl Andersen
On Wed, 13 Apr 2005 23:12:53 +0200, snpe <[EMAIL PROTECTED]> wrote: Hello, yes, i want limit metadata and I wait for your changes ok. Question 1: Can I limit dependencies (many-to-one,one-to-many) in JDBCBinder ? for example check box in Artifact wizard : Want you make one-to-many ? If no then

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread snpe
Hello, yes, i want limit metadata and I wait for your changes Question 1: Can I limit dependencies (many-to-one,one-to-many) in JDBCBinder ? for example check box in Artifact wizard : Want you make one-to-many ? If no then we doesn't make imported keys (jdbc concept for another side of forei

[Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread Max Rydahl Andersen
On Wed, 13 Apr 2005 19:26:47 +0200, snpe <[EMAIL PROTECTED]> wrote: Looks great what you are doing. If I understand you correctly this stuff simply just get some names from the Data Explorer to limit what metadata our rev.eng. will get, correct ? If that is the case then if you wait a day or two

Re: [Hibernate] Re: hbm2java compability...

2005-04-13 Thread Max Rydahl Andersen
On Mon, 11 Apr 2005 18:16:36 +0200, Xavier Poinsard <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen wrote: I've written a wiki page http://www.hibernate.org/276.html describing which meta attributes hbm2java v3 supports compared to hbm2java v2. I would like to ask you guys that uses hbm2java

[Hibernate] Re: hbm2java compability...

2005-04-11 Thread Xavier Poinsard
Max Rydahl Andersen wrote: I've written a wiki page http://www.hibernate.org/276.html describing which meta attributes hbm2java v3 supports compared to hbm2java v2. I would like to ask you guys that uses hbm2java to go take a look and provide feedback on wether some of the NYI is critical for

[Hibernate] RE: nested joins

2005-02-26 Thread Joshua Davis
The problem occurs because both ANTLR and the semantic action are building sub-trees in hql-sql.g. Before my most recent changes, this actually resulted in some AST nodes being completely discarded (i.e. not in the tree, anywhere), which was just plain wrong. What I plan to do is to have hql-sql.

Re: [Hibernate] Re: API name changes

2005-02-17 Thread Christian Bauer
On Feb 18, 2005, at 2:14 AM, Lane Sharman wrote: merge has got to be one of the weirdest choices conceived in all my years of writing code to describe a save operation. It doesn't save, it merges state. It's fine, save/update are not really great in this context, but we need them. -- Christian B

Re: [Hibernate] Re: API name changes

2005-02-17 Thread Lane Sharman
Christian Bauer wrote: Christian Bauer wrote: Starting with H3, we recommend the new EJB3-style operations create() and merge(). merge has got to be one of the weirdest choices conceived in all my years of writing code to describe a save operation. -Lane -

RE: [Hibernate] Re: API name changes

2005-02-14 Thread dchannon
2005 9:06 PM To: hibernate-devel@lists.sourceforge.net Subject: [Hibernate] Re: API name changes Christian Bauer wrote: > Starting with H3, we recommend the new EJB3-style operations create() > and merge(). > > We still have our old methods: save(), update(), saveOrUpdate(), wit

RE: [Hibernate] Re: API name changes

2005-02-14 Thread March, Andres
> -Original Message- > From: [EMAIL PROTECTED] [mailto:hibernate-devel- > [EMAIL PROTECTED] On Behalf Of Emmanuel Bernard > Sent: Monday, February 14, 2005 3:16 AM > To: hibernate-devel@lists.sourceforge.net > Subject: Re: [Hibernate] Re: API name changes > >

Re: [Hibernate] Re: API name changes

2005-02-14 Thread Emmanuel Bernard
Christian Bauer wrote: Christian Bauer wrote: Starting with H3, we recommend the new EJB3-style operations create() and merge(). We still have our old methods: save(), update(), saveOrUpdate(), with slightly different semantics. What do you think about save(), attach(), saveOrAttach()? It might

[Hibernate] Re: API name changes

2005-02-14 Thread Christian Bauer
Christian Bauer wrote: Starting with H3, we recommend the new EJB3-style operations create() and merge(). We still have our old methods: save(), update(), saveOrUpdate(), with slightly different semantics. What do you think about save(), attach(), saveOrAttach()? It might be too much code to ch

[Hibernate] Re: Sequence query on Postgresql

2005-01-31 Thread Patrick Burleson
On Fri, 28 Jan 2005 14:03:24 -0500, Patrick Burleson <[EMAIL PROTECTED]> wrote: > I opened two JIRA requests regarding sequence selects (with provided > patches) for the Postgresql Dialect. They have both been closed, with > only Hibernate 3 getting the fix. > > Gavin closed the Hibernate 2 one af

[Hibernate] Re: SessionEventListenerConfig no longer programatically configurable ;(

2005-01-07 Thread Max Rydahl Andersen
On Fri, 07 Jan 2005 12:56:44 +0100, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: Is there any special reason why we not just allow users to set SessionEventListenerConfig on Configuration and then get all it's listener and build a new one at buildSessionFactory time ? That would keep the

Re: [Hibernate] RE: Hibernate test cases

2004-12-27 Thread Max Rydahl Andersen
On Tue, 28 Dec 2004 09:54:31 +0530, Soundaian, Kamalakannan <[EMAIL PROTECTED]> wrote: Hi all, Can someone give me all the test cases for hibernate? I mean't the junit test cases. eh ? its in CVS - go get them there ,) -max Thanks in advance kamal -Original Message- From: [EMAIL PROTEC

[Hibernate] RE: Hibernate test cases

2004-12-27 Thread Soundaian, Kamalakannan
Hi all, Can someone give me all the test cases for hibernate? I mean't the junit test cases. Thanks in advance kamal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 6:11 AM To: hibernate-devel@lists.sourceforge.net Subject: hibernate-

Re: [Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-26 Thread Henri Tremblay
I still don't if it worth it by I've decided to answer this mail. Two parts, first: I've started using Hibernate on my project because of lots of performance issues doing straight JDBC and also loads of bugs. So we really needed an O/R mapping tool since there was way to many classes in our domai

[Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Ilias Lazaridis wrote: sorry, cannot find a quick-start-guide. [btw: your message appears outside of the thread] OK, this is enough. Please don't feed the troll. Which statement exactly of the above two has caused you to write this ungentle comment? You confirm my statement

Re: [Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Christian Bauer
Ilias Lazaridis wrote: sorry, cannot find a quick-start-guide. [btw: your message appears outside of the thread] OK, this is enough. Please don't feed the troll. This "Illiad" is picking any target and tries to start a flame war, not only here. A quick search on Google Groups shows several thread

[Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Ilias Lazaridis
Max Andersen wrote: want to start in 10 min ? Then take the quick start guide...available from the hibernate.org documentation site as the first link. sorry, cannot find a quick-start-guide. [btw: your message appears outside of the thread] . -- http://lazaridis.com -

[Hibernate] Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Ilias Lazaridis wrote: I don't find the information Can you please comment inline, possibly with some pointers? Your effort can be reused, to allow a 1h hibernate quick-start (i will write it, but please provide me the relevant pointers/information). We have about 20 tutoria

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Ilias Lazaridis wrote: Those details are not relevant to me. But they are to us and about 10.000 other active users. The [forum-usage] details were adressed to me. We managed to maintain and organize this project and our daily work for some years. You've managed to setup a

SV: [Hibernate] Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Max Andersen
want to start in 10 min ?   Then take the quick start guide...available from the hibernate.org documentation site as the first link.   /max

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Christian Bauer
Ilias Lazaridis wrote: Those details are not relevant to me. But they are to us and about 10.000 other active users. We managed to maintain and organize this project and our daily work for some years. We listen to comments but you should rethink your attitude if you'd like to be heard. Again: P

Re: [Hibernate] Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Christian Bauer
Ilias Lazaridis wrote: I don't find the information Can you please comment inline, possibly with some pointers? Your effort can be reused, to allow a 1h hibernate quick-start (i will write it, but please provide me the relevant pointers/information). We have about 20 tutorials, from 5 minutes to 5

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Steve Ebersole wrote: [moved down] -Original Message- From: [EMAIL PROTECTED] [mailto:hibernate-devel- [EMAIL PROTECTED] On Behalf Of Ilias Lazaridis Sent: Thursday, December 23, 2004 12:44 PM To: hibernate-devel@lists.sourceforge.net Subject: [Hibernate] Re: [PROJECT] - Missing nntp user

[Hibernate] Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Ilias Lazaridis wrote: To simplify the evaluation of ORM tools, I've documented a fictive one: http://lazaridis.com/case/orm/index.html Which of the described constructs are supported within the hibernate product/project? www.hibernate.org and click on "About" I don't find t

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: And its unprofessional. Please use one of our competitors products and complain there. Sounds very professional, too. "If you don't like it, go away" This is a developer mailing list. Yes, and I ask the inpolite developers of this group to be more professional. Please deve

[Hibernate] Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-23 Thread Ilias Lazaridis
Max Rydahl Andersen wrote: On Thu, 23 Dec 2004 06:40:39 +0200, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: To simplify the evaluation of ORM tools, I've documented a fictive one: http://lazaridis.com/case/orm/index.html Which of the described constructs are supported within the hibernate produc

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Max Rydahl Andersen wrote: Hi guys, For you info, you can activate mail notification on the forum so you will get a notification each time there is something - and then you click on a link and you are there ,) I don't want this information. I just want to use my standard email-client to get acces

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Joshua Davis wrote: Ilias Lazaridis wrote: Who do you think you are that you force users to use a non-standard access method to your forums? IMHO, most user forums for popular open source products like Hibernate have too much traffic to be useful. The forums are much more organized than a mail

RE: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Steve Ebersole
[EMAIL PROTECTED] [mailto:hibernate-devel- > [EMAIL PROTECTED] On Behalf Of Ilias Lazaridis > Sent: Thursday, December 23, 2004 12:44 PM > To: hibernate-devel@lists.sourceforge.net > Subject: [Hibernate] Re: [PROJECT] - Missing nntp user forum > > Christian Bauer wrote: > > Barnes, Michael

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Who defines "easier" and "everyone" in the given rationale? I do I see. Are you aware that your definition is faulty? Not everyone feels that those html forum is easier. Is there any special reason that you can ignore needs of the userbase whilst defining resources as you w

[Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Ilias Lazaridis
Christian Bauer wrote: Barnes, Michael wrote: Thanks for listening to my rants. This project from a users prospective has been the hardest to follow since I can not have email sent to me as the list changes. There is a post notification feature on our forum, enable it. Please stop complaining, w

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Joshua Davis
Ilias Lazaridis wrote: Who do you think you are that you force users to use a non-standard access method to your forums? IMHO, most user forums for popular open source products like Hibernate have too much traffic to be useful. The forums are much more organized than a mailing list, which allo

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Christian Bauer
And its unprofessional. Please use one of our competitors products and complain there. This is a developer mailing list. Thank you -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Christian Bauer
Barnes, Michael wrote: Thanks for listening to my rants. This project from a users prospective has been the hardest to follow since I can not have email sent to me as the list changes. There is a post notification feature on our forum, enable it. Please stop complaining, we need the forum to help

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-23 Thread Christian Bauer
Who defines "easier" and "everyone" in the given rationale? I do Is there an user mailinglist available? No -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --

Re: [Hibernate] Re: [PROJECT] - Missing nntp user forum

2004-12-22 Thread Max Rydahl Andersen
Hi guys, For you info, you can activate mail notification on the forum so you will get a notification each time there is something - and then you click on a link and you are there ,) Personally I would prefer a mail og nntp feed as a complementary feed, but I've learned to like the forum as it

  1   2   3   4   >