-
1. Re: Agroal as Default DataSource
simkam Oct 22, 2018 6:53 AM (in response to pmm)1 of 1 people found this helpfulHi,
currently it is datasources subsystem that is responsible for DefaultDataSource binding. Workaround is to add empty datasources subsystem to configuration.
<subsystem xmlns="urn:jboss:domain:datasources:5.0">
</subsystem>
I created [WFLY-11221] Agroal datasource cannot be used as DefaultDataSource without connector subsystem - JBoss Issue Tracker for fix.
-
2. Re: Agroal as Default DataSource
rcd Oct 22, 2018 5:18 PM (in response to pmm)If you're using WF 14, I would recommend against using Agroal. I switched to it in a couple applications and had to revert to the old datasources subsystem due to a nasty bug in the version of Agroal shipped in WF 14. See WFLY-11037 and AG-94. The issue should be fixed in WF 15, or you could try upgrading the Agroal JARs in 14 by hand, I suppose.
-
3. Re: Agroal as Default DataSource
pmm Oct 23, 2018 7:30 AM (in response to simkam)simkam wrote:
Hi,
currently it is datasources subsystem that is responsible for DefaultDataSource binding. Workaround is to add empty datasources subsystem to configuration.
<subsystem xmlns="urn:jboss:domain:datasources:5.0">
</subsystem>
I created [WFLY-11221] Agroal datasource cannot be used as DefaultDataSource without connector subsystem - JBoss Issue Tracker for fix.
Awesome, thank you.
-
4. Re: Agroal as Default DataSource
pmm Oct 23, 2018 7:33 AM (in response to rcd)rcd wrote:
If you're using WF 14, I would recommend against using Agroal. I switched to it in a couple applications and had to revert to the old datasources subsystem due to a nasty bug in the version of Agroal shipped in WF 14. See WFLY-11037 and AG-94. The issue should be fixed in WF 15, or you could try upgrading the Agroal JARs in 14 by hand, I suppose.
We have no immediate plans for production use of Agroal. We're just having a first look and perform some testing. We understand it is in active development and more in a "preview" mode.