I store object into riak like this:

String json = func.serializeJSON(data,false);
RiakObject ro = new RiakObject(this.bucket, doc.getKey(),json);
this.rc.store(ro);

While I can see the object into riak bucket from my sheel using curl if I
try to fetch the key like:

RiakObject[] ros = this.rc.fetch(this.bucket, key.toLowerCase());

I get an IOException.
Am I making something wrong ??

Thanks

Andrea


p.s.

Client is
*riak-java-pb-client <http://github.com/krestenkrab/riak-java-pb-client>*
-- 
Andrea Campolonghi

Cell : +39 347 2298435
and...@andreacfm.com
http://www.andreacfm.com

Railo Team
and...@getrailo.org
http://getrailo.org
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to