I have problem to implement complexkey of Couchbase Java. Here is how my
java code look like: Query q2 = new Query();
List<String> p = new ArrayList<String>();
p.add("person1000");
p.add("person1");ComplexKey ck = ComplexKey.of(p);
q2.setKeys(ck);
Everytime it returns error Java function call failed: Failed to access the
view. How to implement ArrayList to ComplexKey? I am using version 1.3.1.
Thank you
This is also posted in: stackoverflow with same title.
--
You received this message because you are subscribed to the Google Groups
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.