Skip to Content
0
Former Member
Mar 30, 2007 at 06:18 AM

Enable presentation service at deploy par

16 Views

Hi,

I have developed a repository manager and packaged into a par. When I deploy it, I want to enablee some services like <i>subscription, presentation</i> automatically. That's, when user creates a new instance of this repository manager, these services are already enabled.

I added in my co.xml

<property name="services" value="subscription,properties,presentation"/>

and in cc.xml:

<attribute name="services" type="string" default=""subscription,properties,presentation"/>

But that doesn't work. Am I missing something?

Thanks,

Ray