Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] EclipseLink & Spring



Shashikant Kale-2 wrote:
> 
> Looks like PersistenceAnnotationBeanPostProcessor is not able to inject em
> in the DAO or it's really not getting called to post process the beans. I
> would try to debug in the spring code ( for
> PersistenceAnnotationBeanPostProcessor ) if possible and see what is being
> done there. Also check the spring log to check what
> PersistenceAnnotationBeanPostProcessor has to say. With the configuration
> you have pasted below, it should have worked w/o any issues.
> 

My bad - I was creating my Dao class directly with "new" keyword, so Spring
never got to see it. Changed the action so the dao was being injected and
everything works now.

Thanks
-- 
View this message in context: http://old.nabble.com/EclipseLink---Spring-tp28349408p28374134.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top