You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have started using cassandra unit (v1.2.0.1) along with cassandra-unit-spring(v1.2.0.1)
I noticed that whenever my unit test case is set up with cassandra-unit like below it never picks up and loads the beans defined as part of the spring context xml available via "@ContextConfiguration".
When I comment out the CassandraUnit annotations I find that it loads my spring beans defined as part the classpath "cassandra-context.xml"
Hi,
I have started using cassandra unit (v1.2.0.1) along with cassandra-unit-spring(v1.2.0.1)
I noticed that whenever my unit test case is set up with cassandra-unit like below it never picks up and loads the beans defined as part of the spring context xml available via "@ContextConfiguration".
When I comment out the CassandraUnit annotations I find that it loads my spring beans defined as part the classpath "cassandra-context.xml"
@TestExecutionListeners({ CassandraUnitTestExecutionListener.class })
@CassandraDataSet(value = { "simple.cql" })
@EmbeddedCassandra(clusterName = "Unit Test Cluster", host = "127.0.0.1", port = 9142)
@ContextConfiguration(locations = {
"classpath*:cassandra-context.xml"
})
Regards
Meena
The text was updated successfully, but these errors were encountered: