Quarkus + Cassandra #25284
-
Hi , Followed the below doc on to build the sample quarkus cassandra application. Facing build errors , have included the errors. dependency version used: <cassandra-quarkus.version>1.1.2</cassandra-quarkus.version>
Caused by: javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type org.acme.main.FruitDao and qualifiers [@default] I have the FruitDao class annotated with @dao and the FruitMapper class with annotations @Mapper and @Daafactory just like the documentation . Any inputs will be of help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
pom was missing the cassandra-quarkus-mapper-processor plugin . Build is successful. |
Beta Was this translation helpful? Give feedback.
-
i have same error and nothing helps, seems instances of Dao and DaoMapper are not created by libs.... |
Beta Was this translation helpful? Give feedback.
-
Found solution)
|
Beta Was this translation helpful? Give feedback.
pom was missing the cassandra-quarkus-mapper-processor plugin . Build is successful.