On Tue, Dec 24, 2013 at 12:17 PM, Kiran Ayyagari <[email protected]>wrote:
> take a look at EmbeddedADSVerTrunk.java in here > http://svn.apache.org/repos/asf/directory/sandbox/kayyagari/embedded-sample-trunk > Thanks Kiran. While that vastly simplified my code, it didn't solve my initial problem. I did however fix the issue by changing my custom partition from implementing the Partition interface to extending the AbstractPartition abstract class. Thanks Marc
