From richfaces-svn-commits at lists.jboss.org Mon Nov 14 15:33:24 2011 Content-Type: multipart/mixed; boundary="===============5082089543044106438==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22933 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US. Date: Mon, 14 Nov 2011 15:33:24 -0500 Message-ID: <201111142033.pAEKXO7V009351@svn01.web.mwc.hst.phx2.redhat.com> --===============5082089543044106438== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: lfryc(a)redhat.com Date: 2011-11-14 15:33:24 -0500 (Mon, 14 Nov 2011) New Revision: 22933 Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Actions.xml Log: RFPL-1610: small improvements of a4j:push documentation Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Actions.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-11-14 20:24:01 UTC (rev 22932) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-11-14 20:33:24 UTC (rev 22933) @@ -731,8 +731,14 @@ Sending message using TopicsContext involves = creating TopicKey instance (denominator of given message topic= ) and looking up for TopicsContext used for topic registration= and message publishing. - - For using TopicsContext is it necessary havin= g FacesContext instance available in current thread. + + Limitations for using <code>TopicsContext</code> in= terface + + For using TopicsContext is it necessary h= aving FacesContext instance available in current thread. + + + The method TopicsContext.lookup() can be = called only in context of web application class loader (ServiceTracke= r needs to be accessible for given application). + = @@ -749,10 +755,10 @@ - For using CDI events for producing push notifications, is = it necessary having FacesContext instance available in current= thread. + For using CDI events for producing push notifications, sam= e limitations applies as for using = TopicsContext interface. - Associations for CDI events and their handlers are constru= cted in application deployment. Therefore topics can't be dynamically assoc= iated using Event.select(Annotation...) @Push CDI qualifier. = + Associations for CDI events and their handlers are constru= cted in application deployment. Therefore topics can't be dynamically assoc= iated using Event.select(Annotation...) and @Push= CDI qualifier. = = --===============5082089543044106438==--