Created On: 27 February 2012
Problem:
The following error is displayed when a user, without administrator privledges, accesses the filters on the 'Portfolio' page.
Server error: User is not in role for this method
Resolution:
This is as designed, as by default only administrators have access to the filters. To enable access for all users,
1. Open "\tomcat\webapps\teaminspector\WEB-INF\dwrContent.xml" in a text editor
2. Locate the line
‹?xml:namespace prefix = dwr /› ‹dwr:auth role=ROLE_ADMINISTRATOR method="getAllProjectreferences"› ‹/dwr:auth›
3. Change ROLE_ADMINISTRATOR to ROLE_USER
4. Save the file
5. Restart the TeamInspector services
Incident #2558679