[gatein-commits] gatein SVN: r8138 - portal/trunk/docs/reference-guide/en-US/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 24 12:26:22 EST 2011


Author: chris.laprun at jboss.com
Date: 2011-11-24 12:26:22 -0500 (Thu, 24 Nov 2011)
New Revision: 8138

Modified:
   portal/trunk/docs/reference-guide/en-US/modules/WSRP.xml
Log:
- GTNWSRP-267:
  + Use important instead of note for important stuff. Clever, uh? :)
  + Fixed improper name for default producer configuration file.

Modified: portal/trunk/docs/reference-guide/en-US/modules/WSRP.xml
===================================================================
--- portal/trunk/docs/reference-guide/en-US/modules/WSRP.xml	2011-11-24 14:39:01 UTC (rev 8137)
+++ portal/trunk/docs/reference-guide/en-US/modules/WSRP.xml	2011-11-24 17:26:22 UTC (rev 8138)
@@ -310,12 +310,12 @@
 
    <sect1>
       <title>Making a portlet remotable</title>
-      <note>
+      <important>
          <para>
             Only JSR-286 (Portlet 2.0) portlets can be made remotable as the mechanism to expose a portlet to WSRP
             relies on a JSR-286-only functionality.
          </para>
-      </note>
+      </important>
       <para>&PRODUCT_NAME; does
          <emphasis role="bold">NOT</emphasis>, by default, expose local portlets for consumption
          by remote WSRP consumers. In order to make a portlet remotely available, it must be made "remotable" by marking
@@ -617,7 +617,7 @@
                   </filename>
                </para>
             </note>
-            <note>
+            <important>
                <para>
                   It is important to note that once the XML configuration file for consumers has been read upon
                   the WSRP service first start, the associated information is put under control of JCR (Java Content
@@ -643,7 +643,7 @@
                   (if such information exists) as the producer will be re-created the next time the WSRP is launched if
                   that information is not removed.
                </para>-->
-            </note>
+            </important>
          </para>
 
          <sect3>
@@ -1185,18 +1185,18 @@
                   </filename>
                </para>
             </note>
-            <note>
+            <important>
                <para>
                   It is important to note that once the XML configuration file for the producer has been read upon
                   the WSRP service first start, the associated information is put under control of JCR (Java Content
                   Repository). Subsequent launches of the WSRP service will use the JCR-stored information and ignore
                   the content of the XML configuration file.
                </para>
-            </note>
+            </important>
             <note>
                <para>
                   The default configuration file for the producer can be found at
-                  <filename>$JBOSS_PROFILE_HOME/deploy/gatein-wsrp-integration.ear/lib/extension-component-$WSRP_VERSION.jar/conf/wsrp-consumers-config.xml</filename>
+                  <filename>$JBOSS_PROFILE_HOME/deploy/gatein-wsrp-integration.ear/lib/extension-component-$WSRP_VERSION.jar/conf/wsrp-producer-config.xml</filename>
                </para>
             </note>
          </para>



More information about the gatein-commits mailing list