Closed philipsens closed 3 weeks ago
Is this still something we want to add, now that we have the resource.yml
. I think it would be pretty hard a hacky to get this to work. Because we would need to get the driver (type) of the resource and match it to the non-xa variant. But this is not possible when the user added their own driver.
context.xml jdbc/ladybug extra database -> ship with helm
The ladybug needs a database connection without XA, but the Helm Chart only provides XA drivers. A second resource should be added for the default datasource.
The default data source is left empty, but people cool still fill it in, so maybe just copy every data source for a non XA data source.
Set property
ladybug.jdbc.datascource
to the name of the datasource `jdbc/{{ instance name }}-non-xa