Hi all,

I am using an in-memory ContentRepository and I tried to create a
Blob. I need a reference to the Blob for future usage, so I got a
reference through Blob.getReference().

The problem is that Blob.getReference() always return null, because
the actual implementation (ArrayBasedBlob) doesn't override that
method from AbstractBlob.

Is this behavior expected? Am I doing something wrong or misusing the API?

Reply via email to