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

Andrew Oliver (JIRA) jira-events at lists.jboss.org
Wed Aug 29 10:47:19 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBPORTAL-1653?page=comments#action_12374408 ] 
            
Andrew Oliver commented on JBPORTAL-1653:
-----------------------------------------

check it over, jira munged the cut and paste

> 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 Final, 2.6.1 Final
>            Reporter: Andrew Oliver
>         Assigned To: Chris Laprun
>             Fix For: 2.6.2 Final
>
>
> 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