aa134fc423
Some notes from other attempts I made to fix this in a less hacky way: * Tried to @Autowire myResourceDaos from a setter (rather than using the annotation on a field), and initialize myResourceTypeToDao in that setter, instead. Couldn't get it to work: Spring started throwing odd bean dependency errors. Don't really understand why. * Tried to move the exceptions being thrown on null getDao(Class) results into that method, but that was breaking a test case. Didn't investigate why. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |