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
Database: built-in DB(not used in this example project)
Problem Description
Startup exceptions like this,
CDI deployment failure:WELD-001408: Unsatisfied dependencies fortype ManagedExecutorService with qualifiers @MyQualifier
at injection point [BackedAnnotatedField] @Inject @MyQualifier private com.example.GreetingService.executor
at com.example.GreetingService.executor(GreetingService.java:0)
. Please see server.log for more details.
Environment Details
Problem Description
Startup exceptions like this,
Steps to reproduce
Define a ExecutorService definition like this.
It seems the concurrency is stable, according to the documentation of Concurrency, it should work.
The text was updated successfully, but these errors were encountered: