500 Unable to compile class for JSP:
An error occurred at line: 17 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The type twitter4j.Status cannot be resolved. It is indirectly referenced from required .class files
14: <%
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
An error occurred at line: 17 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The method getLatestStatus() from the type TwitterService refers to the missing type Status
14: <%
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
An error occurred at line: 18 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The method getLatestStatus() from the type TwitterService refers to the missing type Status
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
21: <h4 class="newsroom-section">Latest Tweet</h4>
Unable to compile class for JSP:
An error occurred at line: 17 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The type twitter4j.Status cannot be resolved. It is indirectly referenced from required .class files
14: <%
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
An error occurred at line: 17 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The method getLatestStatus() from the type TwitterService refers to the missing type Status
14: <%
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
An error occurred at line: 18 in the jsp file: /apps/trane-commercial/components/content/newsroom/twitter/twitter.jsp
The method getLatestStatus() from the type TwitterService refers to the missing type Status
15: TwitterService service = sling.getService(TwitterService.class);
16: pageContext.setAttribute("tweetMessage", service.getLatestTweet());
17: pageContext.setAttribute("tweetPlace", service.getLatestStatus().getSource());
18: pageContext.setAttribute("tweetDate", service.getLatestStatus().getCreatedAt());
19: %>
20: </c:catch>
21: <h4 class="newsroom-section">Latest Tweet</h4>
Cannot serve request to /content/trane-commercial/asia-pacific/china/zh/about-us/newsroom.html on this server