Re: Access Hibernate with out injection

2014-11-18 Thread dragon
gt; > On Tue, Nov 18, 2014 at 11:40 AM, dragon wrote: > >> Im trying to access a hibernate entity/database from a shiro >> AuthorizingRealm extending class. Since the tapestry IOC does not inject >> outside Pages / Components, how do i access the Hibernate Session so i >

Access Hibernate with out injection

2014-11-18 Thread dragon
Im trying to access a hibernate entity/database from a shiro AuthorizingRealm extending class. Since the tapestry IOC does not inject outside Pages / Components, how do i access the Hibernate Session so i can access the database? Thanks for any suggestions. -