Inject « Update « JPA Q&A





1. cant save injected value    forum.hibernate.org

Newbie Joined: Fri Oct 08, 2010 5:35 pm Posts: 3 Hi. I write a simple web application. I use Seam Framework with Hibernate libs. i have a problem, a cant save injected values... here are some code: my stateful bean Code: @Name("myStatefulBean") @Stateful @Interceptors(SeamInterceptor.class) @Scope(ScopeType.SESSION) public class stSB implements stSBRemote, stSBLocal { @PersistenceContext ...