[richfaces-issues] [JBoss JIRA] (RF-12798) <a4j:push>: parameter to enable JMS integration

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Feb 27 02:55:56 EST 2013


     [ https://issues.jboss.org/browse/RF-12798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12798:
-------------------------------

    Fix Version/s: 4.3.1

    
> <a4j:push>: parameter to enable JMS integration
> -----------------------------------------------
>
>                 Key: RF-12798
>                 URL: https://issues.jboss.org/browse/RF-12798
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: doc
>    Affects Versions: 4.3.0.Final
>            Reporter: Roberto Contiero
>            Priority: Minor
>             Fix For: 4.3.1
>
>
> There is an error in the Component Reference documentation for the component <a4j:push>. The parameter to enable JMS isn't:
> {code}
> <context-param>
>     <param-name>org.richfaces.push.jms.enable</param-name>
>     <param-value>true</param-value>
> </context-param>
> {code}
> but
> {code}
> <context-param>
>     <param-name>org.richfaces.push.jms.enabled</param-name>
>     <param-value>true</param-value>
> </context-param>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list