RE: [Hibernate] CVS problem

2004-02-17 Thread Ebersole, Steve
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: [EMAIL PROTECTED] > [mailto:[EMAIL PROT

RE: [Hibernate] CVS problem

2004-02-17 Thread Ebersole, Steve
hanks 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 Tuesday 17 February 2004 01:47 pm, Ebersole, Steve wrote: > > What makes you think its the 2.1.1 version? > > > > > > -Origina

RE: [Hibernate] Checkout broken?

2004-03-12 Thread Ebersole, Steve
I've had a bunch of problems with checkout / update from sourceforge for a while now, but apparently mine was due (at least in part) to a bad key file on my second machine. Since correcting that, I was able to do a full check out, using my account, on Tuesday. -Steve -Original Message---

RE: [Hibernate] SpringFramework Hibernate code submission

2004-03-25 Thread Ebersole, Steve
Title: SpringFramework Hibernate code submission I can't speak for the usage of the code. However, I can say that this is easy enough to handle in Spring as-is.  Simply create a JndiCallback impl which does what you're looking for.  Here's mine that does this functionality:   public class C

[Hibernate] event discussion

2004-04-13 Thread Ebersole, Steve
Just wanted to give everyone a heads-up. I started a wiki and a forum discussion wrt to the new event stuff and specifically about whether we want to make a distinction between internal events and "end user consumable" events. http://forum.hibernate.org/viewtopic.php?t=929894 http://www.hibern

RE: [Hibernate] Adding TimesTen to the list of supported databases for Hibernate

2004-05-12 Thread Ebersole, Steve
The best bet would be to follow the steps in the link you mention, configure Hibernate to using the appropriate values (including the basic dialect) and then run the unit tests and see what breaks. In all likelihood you may have to end up writing a custom Dialect implementation, but that shoul

RE: [Hibernate] Adding TimesTen to the list of supported databases for Hibernate

2004-05-12 Thread Ebersole, Steve
I should clarify that that should be the only changes provided TimesTen provides a suitable JDBC driver. I'm not at all familiar TimesTen so not sure if they do or not. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ebersole, Steve Sent: Wednesday, M

RE: [Hibernate] Startup time

2004-04-27 Thread Ebersole, Steve
This did not seem to go through the first time around. Here goes again... -Original Message- From: Ebersole, Steve Sent: Tuesday, April 27, 2004 10:05 AM To: 'Emmanuel Bernard'; Ara Abrahamian Cc: 'hibernate-devel' Subject: RE: [Hibernate] Startup time I can d

RE: [Hibernate] Startup time

2004-04-27 Thread Ebersole, Steve
I can do that. I'll run it through both JProbe and OptimizeIt... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Emmanuel Bernard Sent: Tuesday, April 27, 2004 8:41 AM To: Ara Abrahamian Cc: 'hibernate-devel' Subject: Re: [Hibernate] Startup time No this

RE: [Hibernate] User list ;-)

2004-05-03 Thread Ebersole, Steve
1) Nobody (that i see in these threads) directed that comment at you, so take it easy. 2) Not sure how much more descriptive the error message could get; you tried to specify a type mapping between a java primitive value and a database column that contained null values. In java, primitive types

RE: [Hibernate] User list ;-)

2004-05-03 Thread Ebersole, Steve
No problems. We've all been in that situation. >>If you want to avoid the need for a faq entry for this you should check for this at configuration time and issue a warning (primitive type + not-null="false"). - not-null=false, really does not mean a thing, esp. if one does not use schema gener

RE: [Hibernate] ClassMetadata.getLength(String property)?

2004-10-14 Thread Ebersole, Steve
No, but I think "is there a way to get the length property from the mapping file using the ClassMetadata... or exists an easy way to get the length of a property?" certainly qualifies as a user question :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ton