<@U4WQHFE3W> Without looking at it, a likely cand...
# announcements
a
@ramsrib Without looking at it, a likely candidate would be kotlin classes being final by default preventing the creation of a proxy
r
andrewoma: this is the exact line:
Copy code
val userAction = UnitOfWorkAwareProxyFactory(hibernate).create(UserAction::class.java, SessionFactory::class.java, sessionFactory)
        userAction.fetchUsers()
I already added
open
in the UserAction class
a
@ramsrib Try opening the function fetchUsers as well
r
@andrewoma OMG!.. it worked!..
@andrewoma thanks alot!!.. you saved my day.