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
Copy file name to clipboardExpand all lines: demo/qon-demo-quarkus/src/main/resources/META-INF/web.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
WARN [tbr.sql.cdi.CdiUtils] (Quarkus Main Thread) Exception instantiating class: tbrugz.queryon.quarkusdemo.DataSourceBean ; Exception: jakarta.enterprise.inject.CreationException: ActiveResult of synthetic bean for io.agroal.api.AgroalDataSource not initialized yet: io_agroal_api_AgroalDataSource_d57ffeb117c7359a64b62bfcd1f45b8878f49680
29
29
- a synthetic bean initialized during RUNTIME_INIT must not be accessed during STATIC_INIT
30
30
- RUNTIME_INIT build steps that require access to synthetic beans initialized during RUNTIME_INIT should consume the SyntheticBeansRuntimeInitBuildItem
31
+
* tbrugz.queryon.quarkusdemo.DataSourceBean:shoukd be @ApplicationScoped (lazy?) or @Singleton (eager?)
0 commit comments