I got below exception when I used session.getCurrentSession().
session.getCurrentSession()
I have mentioned
hibernate.current_session_context_class: managed org
If you are using Dropwizard Hibernate. You need to add @UnitOfWork annotation to your Resource method. More info within dropwizard manual, hibernate chapter.
@UnitOfWork