Maybe I was not clear explaining that:
Maven process running 1.5 is trying to load HttpServlet, which is compiled with version 1.6 of java.
Most likely HttpServlet is being loaded from Tomcat, as JDK does not include javax.servlet by default.
You can confirm it by prepending servlet.jar from Tomcat 6 in Maven classpath.

Think about from the perspective of what was changed in the system when it became dysfunctional. Tomcat was changed and simultaneously jdk was changed.

Try to run your set-up with jdk6/tomcat7 and jdk7/tomcat6

I bet that the latter will work.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to