[webbeans-issues] [JBoss JIRA] Created: (WBRI-181) Improper WARN for circular dependency from AbstractProducerBean
David Allen (JIRA)
jira-events at lists.jboss.org
Thu Mar 12 15:16:22 EDT 2009
Improper WARN for circular dependency from AbstractProducerBean
---------------------------------------------------------------
Key: WBRI-181
URL: https://jira.jboss.org/jira/browse/WBRI-181
Project: Web Beans
Issue Type: Bug
Affects Versions: 1.0.0.BETA1
Reporter: David Allen
Fix For: 1.0.0.BETA2
With all TCK tests, there is a static producer method which is causing AbstractProducerBean to produce an erroneous WARN message about a circular dependency. Since it is static, this should not be a problem since no bean needs to be created for it. Below is the log message produced in error:
19:46:59,861 WARN [AbstractProducerBean] Executing producer field or method Annotated method on class org.jboss.webbeans.conversation.ServletConversationManager Method long @Produces @ConversationConcurrentAccessTimeout @WebBean public static getConversationConcurrentAccessTimeout();
on incomplete declaring bean Session scoped unnamed simple bean org.jboss.webbeans.conversation.ServletConversationManager, API types = [ServletConversationManager, Serializable, Object, ConversationManager], binding types = [@Current] due to circular injection
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list