From do-not-reply at jboss.org Mon May 17 11:08:26 2010 Content-Type: multipart/mixed; boundary="===============8122450413781601734==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r3106 - portal/trunk/docs/reference-guide/en/modules. Date: Mon, 17 May 2010 11:08:26 -0400 Message-ID: <201005171508.o4HF8Qhs018730@svn01.web.mwc.hst.phx2.redhat.com> --===============8122450413781601734== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: chris.laprun(a)jboss.com Date: 2010-05-17 11:08:26 -0400 (Mon, 17 May 2010) New Revision: 3106 Modified: portal/trunk/docs/reference-guide/en/modules/WSRP.xml Log: - Fixed link to WSRP primer (thanks, Michal). - Added note to specify that only portlet 2.0 can be made remotable (thanks= , Matt). - Added link to working around chunked encoding issue (thanks, Prabhat). Modified: portal/trunk/docs/reference-guide/en/modules/WSRP.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 --- portal/trunk/docs/reference-guide/en/modules/WSRP.xml 2010-05-17 11:28:= 58 UTC (rev 3105) +++ portal/trunk/docs/reference-guide/en/modules/WSRP.xml 2010-05-17 15:08:= 26 UTC (rev 3106) @@ -32,7 +32,7 @@ More information on WSRP can be found on the official website for WSRP. We suggest reading the - primer + primer for a good, albeit technical, overview of WSRP. @@ -178,6 +178,12 @@ = Making a portlet remotable + + + Only JSR-286 (Portlet 2.0) portlets can be made remotable as t= he mechanism to expose a portlet to WSRP + relies on a JSR-286-only functionality. + + &PRODUCT_NAME; does NOT, by default, expose local = portlets for consumption by remote WSRP consumers. In order to make a portlet remotely ava= ilable, it must be made "remotable" by marking @@ -333,6 +339,18 @@ accomplished with a producer descriptor, though it is far easi= er to do so via the configuration portlet. = + + + Some WSRP producers do not support chunked encoding that is= activated by default by JBoss WS. If your + producer does not support chunked encoding, your consumer w= ill not be able to properly connect to the + producer. This will manifest itself with the following erro= r: + Caused by: org.jboss.ws.WSException: Invalid HTTP ser= ver response [503] - Service Unavailable. + Please see this GateIn's + wiki page + for more details. + + + Using the configuration portlet --===============8122450413781601734==--