Re: Extending RegionScopedSwiftBlobStore

2017-02-13 Thread Archana C
I have added my modules like this  modules = ImmutableSet. builder()     .addAll(modules)     .add(new SwiftContextModule())     .build();  blobStoreContext = ContextBuilder.newBuilder(provider)    

Re: Extending RegionScopedSwiftBlobStore

2017-02-13 Thread Ignasi Barrera
Could you share the code you use to get the blob store context? IIRC when using the "region scoped" one you need to specify the region. Something like: RegionScopedBlobStoreContext ctx = contextBuilder.buildView(RegionScopedBlobStoreContext.class); // with your modules BlobStore

Extending RegionScopedSwiftBlobStore

2017-02-13 Thread Archana C
Hi We are trying to extend RegionScopedSwiftblobStore for our use case somewhat like public class SwiftBlobStore extends RegionScopedSwiftBlobStore{    // Our Implementation } Compilation is successful, binding is not happening properly at the run time Error: 1) No implementation for