John, I ran into this issue when making a JRuby adapter. I'd be happy to help with this.
Mike On Tue, Nov 22, 2011 at 4:26 PM, John Vines (Created) (JIRA) < [email protected]> wrote: > Mock Accumulo yields classpath errors > ------------------------------------- > > Key: ACCUMULO-175 > URL: https://issues.apache.org/jira/browse/ACCUMULO-175 > Project: Accumulo > Issue Type: Bug > Components: test > Affects Versions: 1.3.5 > Reporter: John Vines > Assignee: John Vines > Fix For: 1.3.6 > > > Mock Accumulo is used for our junit tests. There are users out there who > would like to use it for testing applications built on top of cloudbase. > This causes errors due to the way we set up classloading, etc. since we > don't do any of the fancy behind-the-scenes magic for classpaths when > mocking. We should tweak either the way the classloader works, or the way > iteratorutils works, or how MockAccumulo is stood up to ensure whatever > classloader is used is working transparantly to the user, > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators: > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >
