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,