Excerpt - CMS Snapshot Analysis - Run Analyzer - Non Fatal Error - JEE with Core CAST AIP - Syntax error Can not resolve type while analyzing code that uses IBM WAS libraries - Action Plan

Action Plan

The syntax error message appears because in JDK 5.0 (1.5), word "enum" is reserved as a keyword. The word "enum" should not be used in custom types which is the case for "com.ibm.ws.webservices.engine.enum.Style".

As a solution:

  1. Change the JDK version used to compile this application to JDK 1.4
  2. Run analysis