I'm in the process of updating from SmartGWT 6.1 to 12, specifically: Isomorphic SmartClient/SmartGWT Framework (v12.0p_2019-08-07/Enterprise Deployment 2019-08-07).
On our Hibernate datasources, we're now getting the error:
The datasources worked in 6.1, and still work in 12. I have the configBean property set correctly. Does this error mean anything? I can remove these messages from the log, but I want to make sure that this isn't a bug.
On our Hibernate datasources, we're now getting the error:
Code:
Attempted lookup of DataSource-specific Hibernate config for DataSource 'Manufacturer' failed; the returned object was null. We will use the system-level config instead.
Comment