Re: jboss 7.1.final jsp compile error
Andrew Goode <[email protected]> Tue, 1 Jul 2014 09:35:09 -0400
| Newsgroups | gmane.org.user-groups.ajug.members |
|---|---|
| Message-ID | <A7250E7B2D9AAB48A19DD92FDF213B651E60E293C0@Dwexchange02.office.discretewireless.net> |
You might get more responses/ideas/eyeballs on StackOverflow, but is it possible that you might have more than one version of the TracingConstants class on the classpath? Andrew Goode | Technical Architect/Team Lead tel: 678-762-6861 | fax: 678-338-5957 [email protected] 1200 Lake Hearn Drive, Suite 500, Atlanta, GA, 30319 http://www.nextraq.com This communication, along with any attachment(s), is intended only for the use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of any information contained in or attached to this communication is strictly prohibited. If you have received this message in error, please notify the sender immediately and destroy the original communication and its attachments without reading, printing or saving in any manner. Thank you. ________________________________________ From: [email protected] [[email protected]] On Behalf Of Mike Barnes [[email protected]] Sent: Tuesday, July 01, 2014 9:08 AM To: [email protected] Subject: [ajug-members] jboss 7.1.final jsp compile error Could someone help me understand why I would get an error compiling jsp's. I have verified that the code is in the war as part of a lib. Below is the error that I am getting: An error occurred at line: 155 in the jsp file: /pages/taskmanager/center.jsp SYSTEM_COMPONENT_NAME_SUPERVISOR_REVIEW cannot be resolved or is not a field 152: </h2> 153: <% } %> 154: <% 155: if (UserPermissions.hasPermission(TracingConstants.SYSTEM_COMPONENT_NAME_SUPERVISOR_REVIEW, a) && session.getAttribute("svIatInProgress") != null) { 156: IncidentActivityTaskDTO dto = (IncidentActivityTaskDTO) session.getAttribute("svIatInProgress"); 157: session.removeAttribute("svIatInProgress"); 158: %> Any help would be apprecieated. Thanks Mike