Reporting back...
I gave up and did this work in a stand-alone project where
/EmbeddedCass//andraServ//erHelper.startEmbeddedCassandra()/ works fine.
I think now that Cassandra's dependency upon /slf4j/ clashes with what
we've had to do in our greater product to regulate which version of
/slf
Thanks, Myrle. This confirms what I've tried so far. The problem may be
an assumed requirement, such as the YAML file and perhaps
/log4j-embedded-cassandra.properties/. But, I'm supplying both of those.
This has something to do with /slf4j/ logging, a logger that has no name
when it goes to get
On Tue, Aug 22, 2017 at 4:21 PM, Russell Bateman wrote:
> As this was my first post to this forum, I wonder if someone would reply to
> it if only to prove to myself that I've not posted to /dev/null as it were
> even if there's no answer or the question is stupid, etc. (Note: I am
> getting other
As this was my first post to this forum, I wonder if someone would reply
to it if only to prove to myself that I've not posted to //dev/null/ as
it were even if there's no answer or the question is stupid, etc. (Note:
I am getting other forum posts, but maybe what I've posted didn't reach
the f
Cassandra version 3.9, -unit version 3.1.3.2.
In my (first ever) unit test, I've coded:
@BeforeClass public static void initFakeCassandra() throws
InterruptedException, IOException, TTransportException
{
EmbeddedCassandraServerHelper.startEmbeddedCassandra( 2L );
}
Execution crashes d