Skip to Content
0
Former Member
Nov 07, 2005 at 10:23 AM

Repository Service

19 Views

Hi,

I am creating a repository service but i don't get any response. Does anybody has documentation from SAP about creating repository services?

I am using NWDS plugins with NW04SP12

In my code I have written:

-


protected void startUpImpl(Collection repositoryManagers)

throws ConfigurationException, StartupException {

ILogger log = PortalRuntime.getLogger();

log.severe("####### at startUpImpl ######");

}

-


But i cannot read the message in any portal log.

Can anybody help me?

This service is created to count km documents hits.

Thanks in advance,