I have been trying to get the person card, which uses the live object framework, to work on portal 6.0.1
The instructions are here ->
http://www.ibm.com/developerworks/websphere/zones/portal/catalog/doc/1wp1001iw/
The installation goes ok, and even the person card itself works if you open it in the people finder portlet, but the rest service that accompanies the person card always returns the following error if I try to open it,
Error 500: com.ibm.portal.auth.extensions.VirtualPortalContextAssertionService:
method assertVirtualPortalContext(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)V not found
I get this error if I invoke any of the url's for the rest service, but these url's work fine in portal 6.1.
Some example urls are,
http://<portal server>/wps/um/secure/attributes/users
http://<portal server>/wps/um/secure/users/profiles
Has anyone run into this?