I enabled component scanning and removed my bean definitions for my @Endpoint classes in the application context. But I'm getting some No Hibernate Session bound to thread errors now. This works when I don't use component scanning and declare the endpoints in the application context.
Any suggestions?


Reply With Quote