[jboss-svn-commits] JBoss Portal SVN: r5309 - trunk/wsrp/src/resources
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 2 21:36:17 EDT 2006
Author: chris.laprun at jboss.com
Date: 2006-10-02 21:36:16 -0400 (Mon, 02 Oct 2006)
New Revision: 5309
Modified:
trunk/wsrp/src/resources/jboss-portal-wsrp.dtd
Log:
- Fixed a couple of problems with content models.
Modified: trunk/wsrp/src/resources/jboss-portal-wsrp.dtd
===================================================================
--- trunk/wsrp/src/resources/jboss-portal-wsrp.dtd 2006-10-03 00:48:04 UTC (rev 5308)
+++ trunk/wsrp/src/resources/jboss-portal-wsrp.dtd 2006-10-03 01:36:16 UTC (rev 5309)
@@ -21,8 +21,8 @@
-->
<!--
-JBoss Portal's WSRP Producer deployment descriptor for the *-wsrp.xml files used by Portal to be able to consume WSRP
-portlets exposed by a remote producer.
+JBoss Portal's WSRP Remote Producer Configuration deployment descriptor for the *-wsrp.xml files used by Portal to be
+able to consume WSRP portlets exposed by a remote producer.
author: <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
version: 1.0 (Portal 2.4)
revision: $Revision$
@@ -45,7 +45,7 @@
<!ELEMENT expiration-cache ( #PCDATA )>
<!-- WSRP endpoints configuration information by interface URL. Mutually exclusive with endpoint-wsdl-url. -->
-<!ELEMENT endpoint-config ( service-description-url | markup-url | registration-url? | portlet-management-url? )>
+<!ELEMENT endpoint-config ( service-description-url, markup-url, registration-url?, portlet-management-url? )>
<!-- The URL for the service description interface endpoint on the remote producer. -->
<!ELEMENT service-description-url ( #PCDATA )>
@@ -63,7 +63,7 @@
<!ELEMENT endpoint-wsdl-url ( #PCDATA )>
<!-- Container for registration information. -->
-<!ELEMENT registration-data ( consumer-name | property* )>
+<!ELEMENT registration-data ( consumer-name, property* )>
<!-- A name (preferably unique) that identifies the Consumer. An example of such a name would be the Consumer's URL. -->
<!ELEMENT consumer-name ( #PCDATA )>
Property changes on: trunk/wsrp/src/resources/jboss-portal-wsrp.dtd
___________________________________________________________________
Name: svn:keywords
+ LastChangedRevision
More information about the jboss-svn-commits
mailing list