Re: Error on latest 2.11.0-M7-git-10

2020-03-06 Thread Dirk Frederickx
Juan Txs! dirk On Fri, Mar 6, 2020 at 7:40 PM Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi, > > pushed the changes with last commit, now both maven cargo plugin and > portable binaries use a tomcat 9.x > server. I've also updated > > https://jspwiki-wiki.apache.org/Wiki

Re: Error on latest 2.11.0-M7-git-10

2020-03-06 Thread Juan Pablo Santos Rodríguez
Hi, pushed the changes with last commit, now both maven cargo plugin and portable binaries use a tomcat 9.x server. I've also updated https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-Requirements to note that tomcat 9.x is recommended, although tomcat 8.x is

Re: Error on latest 2.11.0-M7-git-10

2020-03-05 Thread Juan Pablo Santos Rodríguez
Hi Dirk, ok, I'll proceed with the mentioned changes. re. integration tests, Selenium based tests had a number of problems: - they were very brittle, hard to mantain and hard to reuse - they were targetted for the 210 template, so when changing the default to the haddock template they became obso

Re: Error on latest 2.11.0-M7-git-10

2020-03-05 Thread Dirk Frederickx
Juan, Indeed, it is strange that the default on TOMCAT 8.x is the compile the JSP with 1.7. Anyway, ok to move the recommendation up to TOMCAT 9.X ; possillbly adding the information on the extra config lines needed to run jspwiki on TOMCAT 8.x. It took some time to diagnose, as indeed all test

Re: Error on latest 2.11.0-M7-git-10

2020-03-05 Thread Juan Pablo Santos Rodríguez
Hi Dirk, also running with JDK-8, and ran into the same problem. Seems extremely weird to me, as we're enforcing/building/running with JDK-8, but according to https://stackoverflow.com/a/47461590 it's the expected behaviour: tomcat 8 by default uses JDK-7 level to compile and run the JSPs (tomcat

Re: Error on latest 2.11.0-M7-git-10

2020-03-05 Thread Dirk Frederickx
Following additions to the tomcat/conf/web.xml fixed the problem. We probably need to make a note of this on the jspwiki docs (min requirement tomcat 8.5; + ... ) ? compilerSourceVM 1.8 compilerTargetVM 1.8 dirk On We

Error on latest 2.11.0-M7-git-10

2020-03-04 Thread Dirk Frederickx
I'm getting following error after installing the latest version. It occurs when trying to edit a page. Seems a problem with the latest version of the EditorManager class. Any clue? (running tomcat 8.5.37; with jdk 1.8) org.apache.jasper.JasperException: Unable to compile class for JSP: