Re: NullPointer in BlobStore#streamBlob using RegionScopedSwiftBlobStore (2.1.1)

2018-11-05 Thread Jean Helou
thanks for your answers, we have indeed abandonned streamBlob because of the issues outlined in my original email and go through getBlob jean Le mar. 16 oct. 2018 à 08:20, Andrew Gaul a écrit : > On Wed, Aug 22, 2018 at 11:33:48AM +0200, Jean Helou wrote: > > Hello, > > > > I am currently

Re: NullPointer in BlobStore#streamBlob using RegionScopedSwiftBlobStore (2.1.1)

2018-10-16 Thread Andrew Gaul
On Wed, Aug 22, 2018 at 11:33:48AM +0200, Jean Helou wrote: > Hello, > > I am currently working on integrating JClouds to create a blobstore storage > for apache james. I noticed that using > > blobStore.streamBlob("container", "wrongid"); > > yields a NullPointerException when trying to

NullPointer in BlobStore#streamBlob using RegionScopedSwiftBlobStore (2.1.1)

2018-08-22 Thread Jean Helou
Hello, I am currently working on integrating JClouds to create a blobstore storage for apache james. I noticed that using blobStore.streamBlob("container", "wrongid"); yields a NullPointerException when trying to access a blob which doesn't exist. The NPE is raised in