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

2006-07-26 Thread [EMAIL PROTECTED]
Note that yesterday I committed some changes to CVS so that injection works during the startup phase. You guys were right, there was a bug there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961083#3961083 Reply to the post : http://www.jboss.com/index.ht

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

2006-07-26 Thread [EMAIL PROTECTED]
anonymous wrote : I'll post the remoting bug on JIRA once I figured out where to find that. http://jira.jboss.com/jira/browse/JBSEAM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961082#3961082 Reply to the post : http://www.jboss.com/index.html?module=

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

2006-07-26 Thread jschuetter
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(Scop

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

2006-07-25 Thread [EMAIL PROTECTED]
Note also that @Startup components are instantiated outside of the context of JSF, so not all functionality is available from the @Create method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960788#3960788 Reply to the post : http://www.jboss.com/index.htm

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

2006-07-25 Thread [EMAIL PROTECTED]
anonymous wrote : Btw, if anyone from Jboss listens, org.jboss.seam.remoting.wrapper.DateWrapper is not registered for remoting in 1.0.1GA --> dates cannot be passed from Javascript Please report this in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

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

2006-07-25 Thread [EMAIL PROTECTED]
OK, you guys are doing something very wrong here. A stateless session bean is supposed to be bound to the STATELESS scope. Hence it cannot have an @Startup annotation, since @Startup applies only to APPLICATION and SESSION scoped components. View the original post : http://www.jboss.com/index.

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

2006-07-25 Thread jschuetter
Hi, logger is not injected on a stateful bean either. Somehow I feel Seam annotations are not correctly processed for @Startup components. Would like to know as well if anyone has an idea why @Create works on stateless beans? Thanks a lot Jens [Btw, if anyone from Jboss listens, org.jboss.seam.