Hi Gurus,
I'm trying to read a file stored in KM in a WebDynpro Java deployed on a EP 7.3.
My question is: do I have to create and deploy a Library DC with the KM and security API or a DC already exists? I have no KMC DC in my local NWDS, tried to import the SCA but i cannot use it as a dependecy.
I've also tried with a library DC but I don't realy know wich jar goes there... I think I'm going in the wrong direction since I have a runtime exception:
ClassNotFoundException: com.sapportals.wcm.util.map.WeakValueConcurrentReaderHashMap
and this class is in a CORE jar...
So far I have added to the library DC:
bc.rf.framework_api.jar
bc.rf.global.service.urlgenerator_api.jar
bc.sf.framework_api.jar
bc.util.public_api.jar
com.sap.security.api.ep5.jar
prtapi.jar
Also, I've found a lot of tutorials that solve the problem by adding sharingreferences but in my version of NWDS (7.3 SP00) the feture is deprecated and disabled.
Thank you very much!