I want to load the psml file of a specific user. How ?
My first approach was to use the following function in Profiler /
JetspeedProfilerService,
but this function returns null !!!
I created a ProfileLocator and there I set the mimetype and the user.
/**
* get the Profile object using a profile locator
*
* @param rundata The rundata object for the current request.
* @param locator The locator containing criteria describing the profile.
* @return a new Profile object
*/
public Profile getProfile(RunData data, ProfileLocator locator)
throws ProfileException
{
PSMLDocument doc = fallback( locator, data );
return null;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>