Rafael
Rafael
I get the follow error when I try run my test: `java.lang.NoSuchMethodError: org.jboss.arquillian.test.spi.TestResult.setEnd(J)` My class base is: ``` @RunWith(Arquillian.class) @RunAsClient @ArquillianSuiteDeployment public abstract class BaseAPITest {...} ``` my pom is:...
Hello, Raul. if I have a property with Date object atribute like this: public class MyObject{ private Date date; ... } and try persist the object using QueryBuilder.insert receive the...
Well, if I have been updated an entity with NULL value on @MappedCollection property in cassandra database, these column doesn't are removed. it causes the follow exception: Caused by: java.lang.ClassNotFoundException:...
not have a CQLMappedEntityValueConverter on list valueConverters of QueryBuilder.class after initialize application on first execution of query. then my query return a NULL object, but I have expected a entity....