hi Abhishek, Can you provide a bit more detail on what it is you are trying to do exactly?
If you are wanting to use a JClouds blob store for Brooklyn’s persistence, I don’t think you need to do any management of a JcloudsBlobStoreBasedObjectStore yourself. It should be enough to follow the process at [1]. If, on the other hand, you have some custom data of your own that you want to put into a JCloud based object store, you might want to use the jclouds BlobStoreContext directly? It rather depends on what your use case is. Best regards Geoff Macartney [1] http://brooklyn.apache.org/v/latest/ops/persistence/#object-store-persistence ———————————————————— Gnu PGP key - http://is.gd/TTTTuI > On 5 Dec 2015, at 19:21, Abhishek Sharma <[email protected]> wrote: > > I am unable to understand how the jclouds brooklyn properties set in the > brooklyn.properties file are available at runtime in code ? I am trying to > create a java blueprint. > > I am trying to use *JcloudsBlobStoreBasedObjectStore*which required > *JcloudsLocation* in the constructor. How do I create JcloudsLocation > object from the brooklyn.properties ? > > Thanks in advance for help > Abhi
