Please disregard.
It seems my problem was related to defining line 3 above as "Datasource
dsi" instead of "def dsi" . The reasons seem obvious. I thought i tried
that as one of many steps, but perhaps had another problem at that time.
It's working now.
Gerald R. Wiltse
jerrywil...@gmail.com
I have a bunch of classes in different packages called "Datasources" which
are all very similar. They extend an abstract base class, they have quite a
few dependencies and implement some traits. They also use
@InheritConstructors annotation.
I am unable to load any of them using newInstance() :