[
https://issues.jboss.org/browse/SEAMSOCIAL-34?page=com.atlassian.jira.plu...
]
Franck Garcia updated SEAMSOCIAL-34:
------------------------------------
Summary: OAuthGenericManager PostConstruct called multiple time (was:
OAuthGenericManager )
Labels: generic (was: )
Affects Version/s: 3.1.0.Final
Environment: ubuntu 11.04, jboss AS 7.1.1.Final
Description:
This is the doc from seam 3 about Generic BEan:
Placing the @ApplyScope annotation on the bean causes it to inherit the scope from the
generic configuration point. As creating the queue factory is a heavy operation we
don't want to do it more than necessary.
I notice that the @ApplyScope annotation is missing on the Generic Bean, causing the Post
Construct method to be called multiple time. The consequence seems not be that dramatic
right now but could lead to more serious trouble in future version,thanks!
Component/s: OAuth Core
OAuthGenericManager PostConstruct called multiple time
------------------------------------------------------
Key: SEAMSOCIAL-34
URL:
https://issues.jboss.org/browse/SEAMSOCIAL-34
Project: Seam Social
Issue Type: Bug
Components: OAuth Core
Affects Versions: 3.1.0.Final
Environment: ubuntu 11.04, jboss AS 7.1.1.Final
Reporter: Franck Garcia
Assignee: Antoine Sabot-Durand
Labels: generic
This is the doc from seam 3 about Generic BEan:
Placing the @ApplyScope annotation on the bean causes it to inherit the scope from the
generic configuration point. As creating the queue factory is a heavy operation we
don't want to do it more than necessary.
I notice that the @ApplyScope annotation is missing on the Generic Bean, causing the Post
Construct method to be called multiple time. The consequence seems not be that dramatic
right now but could lead to more serious trouble in future version,thanks!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira