-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 56 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: virtual members
PostPosted: Mon Aug 21, 2006 5:17 pm 
Newbie

Joined: Mon Aug 21, 2006 9:47 am
Posts: 12
Hello,

I have been starting to use the alpha release of nhibernate 1.2. It works great with Generics, good work ! :)

But some questions have also risen from it. Questions i have not found answer from elsewhere.

1. How could i compile alpha2 of nhibernate 1.2 ? ( i see from the issue tracker, that quite a lot of bugs have been fixed). If i download the trunk from the subversion repository then do i get the source for 1.2 or 1.0.3 ? That is a bit confusing. Trunk has the currently working copy. Or since the bugs fixed in 1.0.3 are also needed for 1.2 the trunk is ok for custom build ?

2. Why do all the members in the class that is persisted have to be virtual ? (methods, properties)

Thanks in advance and great work,
Taavi

PS! These could be stupid questions ... apologize if they are.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 22, 2006 2:23 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
1. The version number in SVN wasn't updated, so if you check out trunk and compile it, it will report its version as Alpha1 but it will in fact be the newer version.

The future version 1.0.3 is located in branches/v10branch.

2. See the post that started this topic.


Top
 Profile  
 
 Post subject: silly me
PostPosted: Tue Aug 22, 2006 3:25 am 
Newbie

Joined: Mon Aug 21, 2006 9:47 am
Posts: 12
Thank you for the answers :)

I have downloaded the latest trunk :)

I have also read the post that started this topic, i dont know how i missed the sentence.

Taavi


Top
 Profile  
 
 Post subject: Does NHibernate 1.0.2 Alpha version support SQL Server 2005?
PostPosted: Thu Aug 24, 2006 2:12 am 
Regular
Regular

Joined: Thu Aug 24, 2006 2:05 am
Posts: 80
Hi Frnds,

I have to use nHibernate OR Mapping tool in my project and for that I am using MS .Net 2005 and MS SQL server 2005. So please let me know whether NHibernate 1.0.2 Alpha version supports SQL Server 2005 ot not?

Thanks,
DSB


Top
 Profile  
 
 Post subject: Re: Does NHibernate 1.0.2 Alpha version support SQL Server 2
PostPosted: Thu Aug 24, 2006 7:02 pm 
Beginner
Beginner

Joined: Fri Jul 22, 2005 4:08 pm
Posts: 28
deepakbadki wrote:
Hi Frnds,

I have to use nHibernate OR Mapping tool in my project and for that I am using MS .Net 2005 and MS SQL server 2005. So please let me know whether NHibernate 1.0.2 Alpha version supports SQL Server 2005 ot not?

Thanks,
DSB


SQL Server 2005 support in 1.2 alpha 1 seems pretty stable from my use over the last few weeks. I haven't found any show-stopper bugs using the 2005 dialect or driver.


Top
 Profile  
 
 Post subject: Re: Does NHibernate 1.0.2 Alpha version support SQL Server 2
PostPosted: Fri Aug 25, 2006 9:28 am 
Regular
Regular

Joined: Thu Aug 24, 2006 2:05 am
Posts: 80
jstelly wrote:
deepakbadki wrote:
Hi Frnds,

I have to use nHibernate OR Mapping tool in my project and for that I am using MS .Net 2005 and MS SQL server 2005. So please let me know whether NHibernate 1.0.2 Alpha version supports SQL Server 2005 ot not?

Thanks,
DSB


SQL Server 2005 support in 1.2 alpha 1 seems pretty stable from my use over the last few weeks. I haven't found any show-stopper bugs using the 2005 dialect or driver.


Hi JStelly,

I guess we can not rely on alpha version. Product should be in released version so that we can integrate it with our product. Please let me know whether nHibernate Version 1.2 supports sql 2005 or not?

Thanks,
Deepak


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 25, 2006 11:10 am 
Pro
Pro

Joined: Fri Nov 19, 2004 5:52 pm
Posts: 232
Location: Chicago, IL
In my experience, the current release version works just fine with SQL Server 2005. You just have to use the MsSql2005Dialect.


Top
 Profile  
 
 Post subject: Re: Does NHibernate 1.0.2 Alpha version support SQL Server 2
PostPosted: Sun Aug 27, 2006 4:55 pm 
Beginner
Beginner

Joined: Mon Apr 24, 2006 1:43 pm
Posts: 22
deepakbadki wrote:

I guess we can not rely on alpha version. Product should be in released version so that we can integrate it with our product. Please let me know whether nHibernate Version 1.2 supports sql 2005 or not?

If you can't use alpha version, you can still use a driver for Sql 2005. Just create a new class project, put the Sql 2005 driver file, connect the needed references, add reference to this new driver .dll in your main project and add the necessary setting in the .config file. In our project we use NH 1.02, and we had our version for the Sql 2005 driver, but later we just took the version from the NH 1.2 and everything works great.

HTH, Tom


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 5:08 pm 
Pro
Pro

Joined: Fri Nov 19, 2004 5:52 pm
Posts: 232
Location: Chicago, IL
Oops, in my previous post, I meant to say that you can use the SqlServer2000Dialect. i.e. generally speaking, having the SqlServer2005Dialect in the alpha isn't totally necessary.


Top
 Profile  
 
 Post subject: Re: NHibernate 1.2.0.Alpha1
PostPosted: Thu Aug 31, 2006 11:10 am 
Newbie

Joined: Wed Aug 02, 2006 6:11 am
Posts: 8
May 28, 2006:
sergey wrote:
An alpha version of NHibernate 1.2.0 was released today. This release provides a preview of upcoming changes in the next NHibernate release...
Note that this is an alpha-quality release...


When is a Production release of NHibernate 1.2 expected to be released ?
(at least a rough estimate would be nice, i.e. early 2007, late 2007, 2008, 2009,...?)


Top
 Profile  
 
 Post subject: Re: NHibernate 1.2.0.Alpha1
PostPosted: Sat Sep 23, 2006 3:19 pm 
Beginner
Beginner

Joined: Wed Dec 28, 2005 3:14 pm
Posts: 29
co-ask
tomjo wrote:
May 28, 2006:
sergey wrote:
An alpha version of NHibernate 1.2.0 was released today. This release provides a preview of upcoming changes in the next NHibernate release...
Note that this is an alpha-quality release...


When is a Production release of NHibernate 1.2 expected to be released ?
(at least a rough estimate would be nice, i.e. early 2007, late 2007, 2008, 2009,...?)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 56 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.