[coldbox-3.5.0] ORM executeQuery()

the datasource arg being passed into executeQuery() in the baseORMService, is type object. its expecting a string.

An Unhandled Exception Occurred

An unhandled exception has occurred. Please look at the diagnostic information below:
Type string
Message The DATASOURCE argument passed to the executeQuery function is not of type string.
Detail If the component name is specified as a type of this argument, it is possible that either a definition file for the component cannot be found or is not accessible.
Extended Info

Message The DATASOURCE argument passed to the executeQuery function is not of type string.
Tag Context C:\inetpub\Frameworks\coldbox\coldbox_3_5\system\orm\hibernate\BaseORMService.cfc (166)
C:\inetpub\Frameworks\coldbox\coldbox_3_5\system\orm\hibernate\VirtualEntityService.cfc (88)

having an injected property with the name ‘datasource’ seems to have overridden the method.

changing the name of it fixed the issue.