[EMAIL PROTECTED] wrote on 02/01/2008 02:32:07 AM: > Forwarding to mailing list: > > On Jan 31, 2008 1:01 PM, Amit Levy <[EMAIL PROTECTED]> wrote: > > Stephen,
> > If I were to guess, (and this is purely guessing) I would say the > > hibernate jar in mifos was achieved (kind of like mifos v1.0) by just > > compiling some arbitrary hibernate svn slice that occurred sometime > > after beta4 but before rc1. Hi, I have been trying to figure out the exact hibernate version because it will help debugging. I have narrowed it down to a revision sometime after Feb 25, but before Feb 28, 2005 (assuming it's no later than 3.0rc1 released on that date). This is based by looking at added files. The jar shipped with mifos has the file org/hibernate/hql/ast/ASTParentsFirstIterator.java which was added on Feb 25. I checked out Hibernate HEAD but could not switch to the code of Feb 28 v3.0rc1 (rev 5959) as TortoiseSVN failed thus: Error when trying to get revision 5959: Error: REPORT request failed on '/repos/hibernate/!svn/vcc/default' Error: Target path does not exist This was on the anonymous server http://anonsvn.jboss.org/repos/hibernate/core/. The developer server asks for a username, password: https://svn.jboss.org/repos/hibernate/core/. (See more at: http://hibernate.org/6.html#A4) I've pasted below the full details from my analysis. Can someone with dev access to Hibernate look into it? Or figure out why their anon SVN can't revert to Feb of 2005? CANNOT be newer than 5986, which has files not present in hibernate3.jar Revision: 5986 Author: oneovthafew Date: 5:13:36 PM, Wednesday, March 02, 2005 Message: made Blob + Clob serializable ---- Added : /trunk/Hibernate3/src/org/hibernate/lob/SerializableBlob.java Added : /trunk/Hibernate3/src/org/hibernate/lob/SerializableClob.java 5959 is v30rc1, Feb 28 2005 CANNOT be older than: 5914, which adds a file which is is present in hibernate3.jar Revision: 5914 Author: pgmjsd Date: 5:54:07 PM, Friday, February 25, 2005 Message: Add a new iterator that returns parents first, then children. ---- Added : /trunk/Hibernate3/src/org/hibernate/hql/ast/ASTParentsFirstIterator.java Pramod Biligiri, ThoughtWorks
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
