@PersistenceContext is part of JPA, why would it be able to inject a Hibernate Session.
Try
@In Session session;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073293#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...