-->
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.  [ 3 posts ] 
Author Message
 Post subject: NHibernate 1.2RC2 binaries not synchronised with source code
PostPosted: Wed Apr 25, 2007 3:15 am 
Beginner
Beginner

Joined: Fri Jan 19, 2007 10:45 am
Posts: 23
IMPORTANT :
It looks like the NHibernate.dll binary install by the setup in NHibernate\bin\net-2.0 is not synchronised with the source code install in
C:\Program Files\NHibernate\src\src

For example :

In the source code, implentation of
Nhibernate.Cache.HashTableCache.Get(Object):object is

public object Get(object key)
{
return this.hashtable[key.ToString()];
}


when you look with Reflector in NHibernate.dll (build on 13.04.2007 15:17)
implementation of the same method is

public object Get(object key)
{
return this.hashtable[key];
}

I discovered this problem because my HashTableCache doesn't retreive object correctly.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 3:48 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
I've just checked and I didn't find any discrepancy. The second (correct) variant is used both in the source and in the binaries.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 4:33 am 
Beginner
Beginner

Joined: Fri Jan 19, 2007 10:45 am
Posts: 23
sergey wrote:
I've just checked and I didn't find any discrepancy. The second (correct) variant is used both in the source and in the binaries.


Oups sorry, I made a confusion with sources from RC1...
My fault.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

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.