[jboss-user] [JBoss Seam] - Re: @Logger - usage question

jschuetter do-not-reply at jboss.com
Wed Jul 26 05:46:46 EDT 2006


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



More information about the jboss-user mailing list