On Nov 11, 2008, at 1:06 PM, Ashwill, Steve (Facilities & Services) wrote:

I'm running an app in a portal using the struts bridge. It appears to be
set-up similar to the JPetstorePortlet description I found at
http://www.ja-sig.org/wiki/display/PLT/Struts+Bridge
However I can't seem to find a way to get the Jetspeed GroupManager .

I've tried to follow the steps outlined at:
http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed- service.html
<http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html

with no luck.

Can anyone tell me how I get the GroupManager or some other way to find
out what groups a user is a member of?


The tutorial approach should work fine. Make sure you are not including the jetspeed-api jar in your webapp Also, make sure you add a reference to the group manager in your jetspeed-portlet.xml:

        <js:services>
        <js:service name='GroupManager'/>
...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to