Hi Luke, Thanks for the quick response.. That link does sound like it's describing the problem. I'll see if I can figure out a way to get around it :( The rest of the code works lovely with thin wrappers around the java client, and it's only now in the project that I'm trying to get the indexes added :(
Toby On Wed, 16 Dec 2015 at 15:22 Luke Bakken <[email protected]> wrote: > Hi Toby, > > I think you're running into something similar to this: > http://www.scala-lang.org/old/node/1381.html > > which links to this: https://issues.scala-lang.org/browse/SI-1806 > > Not being familar with Java / Scala interop I hope that the discussion > and further links there can help you out. > > -- > Luke Bakken > Engineer > [email protected] > > > On Tue, Dec 15, 2015 at 8:11 PM, Toby Corkindale <[email protected]> wrote: > > Hi, > > I'm having a lot of trouble getting a particular part of the Riak java > > client to work when called from Scala. > > > > There's a Java class which I'm not allowed to instantiate directly, but > must > > instead call an embedded subclass's static constructor method. > > > > ie. > > import com.basho.riak.client.core.query.indexes.StringBinIndex > > val idx = new StringBinIndex.Name("colours") > > > > However, in Scala, I get this error reported: > > Constructor Name in class Name cannot be accessed in class [myclass] > > > > Docs for the class: > > > http://basho.github.io/riak-java-client/2.0.1/index.html?com/basho/riak/client/core/query/indexes/StringBinIndex.html > > > > I don't suppose anyone can see what I'm doing wrong, or suggest how to > make > > this work from Scala? > > > > Cheers, > > Toby > > > > > > _______________________________________________ > > riak-users mailing list > > [email protected] > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
