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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@
24
24
<param-value>/queryon.properties</param-value>
25
25
</init-param> -->
26
26
<!--
27
+
FIXME: load-on-startup: if set to 1, the folloing error occurs:
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
+
- a synthetic bean initialized during RUNTIME_INIT must not be accessed during STATIC_INIT
30
+
- RUNTIME_INIT build steps that require access to synthetic beans initialized during RUNTIME_INIT should consume the SyntheticBeansRuntimeInitBuildItem
31
+
-->
32
+
<!--
27
33
<load-on-startup>1</load-on-startup>
28
34
-->
29
35
<!-- this 'multipart-config' seems to be needed for undertow server -->
0 commit comments