Re: Classloader Won't Load Some Classes

2016-04-18 Thread Gerald Wiltse
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

Classloader Won't Load Some Classes

2016-04-18 Thread Gerald Wiltse
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() :