[jboss-user] [JBoss Portal] - Issues with deploying custom navigation portlet over default

jpuro do-not-reply at jboss.com
Mon Dec 18 11:45:39 EST 2006


I am writing a custom navigation portlet that I would like to overwrite the older NavigationPortlet instance created in JBoss Portal when you first install the application.  However, for some reason it does not seem to overwrite the NavigationPortletInstance when I deploy my new navigation portlet.  Here is my portlet-instances.xml file for your reference.  I am using JBoss Portal version 2.4.0:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <deployments>
  |    <deployment>
  |       <if-exists>overwrite</if-exists>
  |       <instance>
  |          <instance-id>NavigationPortletInstance</instance-id>
  |          <portlet-ref>SterlingNavigationPortlet</portlet-ref>
  |       </instance>
  |    </deployment>
  | </deployments>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994732#3994732

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994732



More information about the jboss-user mailing list