All,
Just a quick question. One of my developers is claiming that Spring is choking on him whenever he reverse engineers a DB table, and chooses to generate abstract POJOs and a Spring DAO. Compile time is fine, but at runtime he’s getting a NoSuchMethodException from Spring, claiming that it can’t find the getter/setter in question.
This seems like something trivial. Anything we’re missing? I have a hard time believing that Spring’s reflection code can’t pick up accessor/mutator methods declared in a parent class.
-jc