[jboss-svn-commits] JBoss Portal SVN: r5555 - docs/trunk/referenceGuide/en/modules
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 1 19:21:02 EST 2006
Author: chris.laprun at jboss.com
Date: 2006-11-01 19:21:01 -0500 (Wed, 01 Nov 2006)
New Revision: 5555
Modified:
docs/trunk/referenceGuide/en/modules/wsrp.xml
Log:
Updated documentation of consumer-name and registration data.
Modified: docs/trunk/referenceGuide/en/modules/wsrp.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/wsrp.xml 2006-11-01 22:15:12 UTC (rev 5554)
+++ docs/trunk/referenceGuide/en/modules/wsrp.xml 2006-11-02 00:21:01 UTC (rev 5555)
@@ -184,7 +184,6 @@
<expiration-cache>120</expiration-cache>
<endpoint-wsdl-url>http://wsrp.bea.com:7001/producer/producer?WSDL</endpoint-wsdl-url>
<registration-data>
- <consumer-name>JBoss Portal 2.4 Test</consumer-name>
<property>
<name>registration/consumerRole</name>
<lang>en</lang>
@@ -303,10 +302,14 @@
</para>
<para>Registration configuration is done via the <emphasis role="bold"><registration-datat></emphasis>
- element. We need to provide a consumer name (via the <emphasis role="bold"><consumer-name></emphasis>
- element) for our consumer and then provide a list of values for the
- registration properties required by the remote producer via <emphasis role="bold"><property></emphasis>
- elements. See the example below for more details.
+ element. Since JBoss Portal can generate the mandatory information for you, if the remote producer does not
+ require any registration properties, you only need to provide an empty
+ <emphasis role="bold"><registration-datat></emphasis> element. Values for the registration properties
+ required by the remote producer can be provided via <emphasis role="bold"><property></emphasis>
+ elements. See the example below for more details. Additionally, you can override the default consumer name
+ automatically provided by JBoss Portal via the <emphasis role="bold"><consumer-name></emphasis>
+ element. If you choose to provide a consumer name, please remember that this should uniquely identify your
+ consumer.
</para>
</sect2>
@@ -351,7 +354,6 @@
<expiration-cache>60</expiration-cache>
<endpoint-wsdl-url>http://example.com/producer/producer?WSDL</endpoint-wsdl-url>
<registration-data>
- <consumer-name>JBoss Portal 2.4 Test</consumer-name>
<property>
<name>property name</name>
<lang>en</lang>
More information about the jboss-svn-commits
mailing list