-
Type:
Regression Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 2.0.2 CE GA1
-
Fix Version/s: --Sprint - 07/12, 2.0.2 CE GA1
-
Component/s: Social Office Dashboard, Social Office Dashboard > Sites
-
Labels:None
-
Environment:ubuntu 11.10 tomcat 7.0.25 sun java 1.6 sql server 2005
ERROR [render_portlet_jsp:154] org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 109 in the jsp file: /sites/view.jsp
The method isSocialOfficeSite(long) is undefined for the type SocialOfficeServiceUtil
106:
107: ExpandoBridge expandoBridge = group.getExpandoBridge();
108:
109: boolean socialOfficeEnabled = SocialOfficeServiceUtil.isSocialOfficeSite(group.getGroupId());
110:
111: if (socialOfficeEnabled) {
112: className += "social-office-enabled ";