Thanks for the quick answer.
I'll post the remoting bug on JIRA once I figured out where to find that.
Maybe it wasn't clear but I do use a stateful session bean not stateless.
@PersistenceContext is injected, @Logger is not.
Jens
| @Startup
| @Name("dbCache")
| @Stateful
| @Scope(ScopeType.APPLICATION)
| @Interceptors(SeamInterceptor.class)
| public class DBCacheBean implements DBCache {
|
| @Logger private Log log;
|
| @PersistenceContext
| private EntityManager entityManager;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960918#3960918
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960918
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user