Re: Renaming a folder using API

2010-04-06 Thread Randy Watler
Jeff, One should use the deep copy/delete to rename a folder: this is what the Portal Site Manager administration portlet does. As I noted in the JIRA issue, (JS2-1174), the customizer operations do not change the name of the page or folder, only the displayed title or short title. The updat

Re: Adding A Sub-Site Profiling Rule to an Existing Jetspeed 2.1.3 instance

2010-04-06 Thread David Sean Taylor
On Tue, Apr 6, 2010 at 2:01 PM, Aaron Evans wrote: > Hi, > We'd like to start playing around with subsites as described here: > > http://portals.apache.org/jetspeed-2.1.3/adminguide/subsites.html > > This documentation describes how to add some XML to j2-seed.xml which > I guess gets processed whe

Re: Adding A Sub-Site Profiling Rule to an Existing Jetspeed 2.1.3 instance

2010-04-06 Thread Randy Watler
Aaron, There are several ways: 1. Use the Profiler administration portlet to view/edit existing rules or define new ones, or 2. import a small seed file with just the new rule(s) you'd like using the Import/Export admin portlet. Randy Aaron Evans wrote: Hi, We'd like to start playing aroun

Adding A Sub-Site Profiling Rule to an Existing Jetspeed 2.1.3 instance

2010-04-06 Thread Aaron Evans
Hi, We'd like to start playing around with subsites as described here: http://portals.apache.org/jetspeed-2.1.3/adminguide/subsites.html This documentation describes how to add some XML to j2-seed.xml which I guess gets processed when you build your portal. However, we'd like to add a subsite pr

Re: Renaming a folder using API

2010-04-06 Thread Randy Watler
Jeff, The rename operation, (changing a folder/page name attribute), may indeed have issues, especially in the file based PSML PageManager. Please file a JIRA issue ASAP since we are in the process of finalizing the 2.2.1 release. In the interim, a more commonly used operation that should wo