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
My company choose scaleoutsoftware/SOSS as the in-memory cache solution. It is working fine with SpintBoot. Currently, we are migrating all our SprintBoot applications to Quarkus. I cannot get scaleoutsoftware/SOSS work in Quarkus. Seems Quarkus cannot load or process the Jcache configuration in the application.yml. Really appreciate any comments or suggestion.
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: javax.enterprise.inject.spi.DeploymentException: javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type javax.cache.CacheManager and qualifiers [@default]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My company choose scaleoutsoftware/SOSS as the in-memory cache solution. It is working fine with SpintBoot. Currently, we are migrating all our SprintBoot applications to Quarkus. I cannot get scaleoutsoftware/SOSS work in Quarkus. Seems Quarkus cannot load or process the Jcache configuration in the application.yml. Really appreciate any comments or suggestion.
This is Quarkus configuration (application.yml):
This is my code:
@Autowired
private javax.cache.CacheManager cacheManager;
This is error I get when I start up Quarkus:
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: javax.enterprise.inject.spi.DeploymentException: javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type javax.cache.CacheManager and qualifiers [@default]
Beta Was this translation helpful? Give feedback.
All reactions