2 Replies Latest reply on May 4, 2010 8:09 AM by anil.kolhe

    How to make more than one portlet remotable?

    anil.kolhe

      WSRP producer has standard url

      http://{hostname}:{port}/wsrp-producer/MarkupService?wsdl

       

      How to make more than one portlet remotable by which url each one will get identified?

      Changing the portlet.xml file  and adding the

      <container-runtime-option>
               <name>org.gatein.pc.remotable</name>
               <value>true</value>
            </container-runtime-option>

      to the poerlet make it remotble. but what will happen if there are multiple remote portlets. How the consumer will identify it.