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
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
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()
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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=&
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
.
-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
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
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
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
The problem is:
statement.execute("CREATE OR REPLACE FUNCTION
allEmployments \n" +
"RETURN SYS_REFCURSOR \n" +
"AS \n" +
"st_cursor SYS_REFCURSOR; \n" +
: 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
, 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
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
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
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
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
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
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
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
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
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
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 ?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
-
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
> -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
>
>
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
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
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
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
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
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-
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
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
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
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
-
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
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
want to start in 10 min ?
Then take the quick start guide...available from the hibernate.org
documentation site as the first link.
/max
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
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
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
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
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
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
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
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
[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
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
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
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
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
--
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
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
--
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 - 100 of 343 matches
Mail list logo