[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1653) WSRP descriptor is invalid

Andrew Oliver (JIRA) jira-events at lists.jboss.org
Wed Aug 29 09:50:18 EDT 2007


WSRP descriptor is invalid
--------------------------

                 Key: JBPORTAL-1653
                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1653
             Project: JBoss Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Portal Reference Guide
    Affects Versions: 2.6.1 Final, 2.6 Final
            Reporter: Andrew Oliver
         Assigned To: Julien Viet


ref guid has:

<!DOCTYPE deployments PUBLIC "-//JBoss Portal//DTD WSRP Remote Producer Configuration 2.6//EN"
   "http://www.jboss.org/portal/dtd/jboss-wsrp-consumer_2_6.dtd">
<?xml version="1.0" standalone="yes"?>
<deployments>
  <deployment>
    <wsrp-producer id="bea" expiration-cache="120">
      <endpoint-wsdl-url>http://wsrp.bea.com:7001/producer/producer?WSDL</endpoint-wsdl-url>
      <registration-data>
        <property>
          <name>registration/consumerRole</name>
          <lang>en</lang>
          <value>public</value>
      </registration-data>
    </wsrp-producer>
  </deployment>
</deployments>

should read:
<?xml version="1.0"?>
<!DOCTYPE deployments PUBLIC "-//JBoss Portal//DTD WSRP Remote Producer Configuration 2.6//EN"
   "http://www.jboss.org/portal/dtd/jboss-wsrp-consumer_2_6.dtd">
<deployments>
  <deployment>
    <wsrp-producer id="bea" expiration-cache="120">
      <endpoint-wsdl-url>http://wsrp.bea.com:7001/producer/producer?WSDL</endpoint-wsdl-url>
      <registration-data>
        <property>
          <name>registration/consumerRole</name>
          <lang>en</lang>
          <value>public</value>
        </property>
      </registration-data>
    </wsrp-producer>
  </deployment>
</deployments>

(the XML directive was on the wrong line, portal deployer balks at "standalone" and property tag not closed)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list