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
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=
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
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
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
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.
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.