Posts by Luiz Felipe Wendt Campos • 1 point
1 post
-
0
votes1
answer1169
viewsA: Error Creating bean with name 'cargoDaoImpl': Lookup method Resolution failed; nested Exception is java.lang.Illegalstateexception:
I’ve had a similar problem, see if in your abstract you’re like this: private final Class<T> entityClass = (Class<T>) ((ParameterizedType)…