Hi guru's
Since a few days now, I'm trying to develop a simple webdynpro java that I have to deploy on our KM portal.
The goal of this webdynpro :
The problem : I'm really stucked with this statement :
IResourceContext rc = ResourceContext.getInstance(user);
This statement deals with variable user which is of type com.sap.security.api.IUser, but the portal returns me an exception that I'm not able to fix. (java.lang.ClassNotFoundException: com.sapportals.portal.security.usermanagement.UserManagementException)
I Read a lot of post on SCN and try almost everything I found interesting but without succes...
Any idea or suggestion?
Many thanks in advance
Michaël