You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Eduardo Breijo (JIRA)" <de...@myfaces.apache.org> on 2017/05/24 15:26:04 UTC

[jira] [Created] (MYFACES-4119) Disposal method from PushContextFactoryBean is missing @Push annotation

Eduardo Breijo created MYFACES-4119:
---------------------------------------

             Summary: Disposal method from PushContextFactoryBean is missing @Push annotation
                 Key: MYFACES-4119
                 URL: https://issues.apache.org/jira/browse/MYFACES-4119
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.3.0
         Environment: myfaces-2.3.x, WebSphere Liberty
            Reporter: Eduardo Breijo
            Priority: Minor


Performing integration between JSF MyFaces 2.3 and CDI, I found that the PushContextFactoryBean class is missing the @Push annotation in the disposal method, that is, in the close() method. This results in the following exception:

The exception message was: com.ibm.ws.container.service.state.StateChangeException: org.jboss.weld.exceptions.DefinitionException: WELD-001424: The following disposal methods were declared but did not resolve to a producer method: 
  - Disposer method [[UnbackedAnnotatedMethod] public org.apache.myfaces.push.cdi.PushContextFactoryBean.close(@Disposes PushContext)]

Adding the @Push annotation to the close method should solve this issue.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)