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.  [ 4 posts ] 
Author Message
 Post subject: Trunk revision 2849 doesn't compile
PostPosted: Sat Jul 21, 2007 10:02 am 
Beginner
Beginner

Joined: Tue Jul 19, 2005 11:21 am
Posts: 23
Location: erie, pa
I just did an update from 2840 to 2849 and now I get this compilation error:

Error 1 'NHibernate.Impl.OracleDataClientBatchingBatcher' does not implement inherited abstract member 'NHibernate.Impl.BatcherImpl.BatchSize.get' C:\Projects\NHibernate\trunk\nhibernate\src\NHibernate\Impl\OracleDataClientBatchingBatcher.cs 16 17 NHibernate-2.0

I think this code is missing from the file:

Code:
      public override int BatchSize
      {
         get { return batchSize; }
         set { batchSize = value; }
      }


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 21, 2007 10:15 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Fixed, thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 22, 2007 5:45 am 
Regular
Regular

Joined: Wed Oct 25, 2006 10:51 pm
Posts: 71
I suppose, while we're giving quick fixes ;-)...
Someone could add a brace '}' to the end of the SerializabilityFixture class. It doesn't compile as of revision 2855. It's missing a closing brace for the class - after the method SqlTypes()... you'll spot it easy.

Code:
[Test]
public void SqlTypes()
{
    CheckITypesInAssembly(typeof(SqlInt32Type).Assembly);
}


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 22, 2007 5:57 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Hmm, I thought I compiled it before committing, but I apparently didn't.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.