i have service class annotated @service , methods annotated @transnational , autowiring repository class service class , service class in controller. autowiring working fine problem when trying current hibernate session in repository class, throws exception no session current thread. although when create bean in xml using bean tag works fine. suggestions might going wrong?
Comments
Post a Comment