Community
Participate
Working Groups
I have a Java heap space error when I launch the JSP discoverer on a JSP containing special characters. Plugin Version : org.eclipse.modisco.jee.jsp.discoverer_0.9.0.v201009291601 Here are two version of the same JSP: test1.jsp contains special characters -> Java heap space test2.jsp replaced special characters -> Model created
Created attachment 180030 [details] JSP without sepcial characters
Created attachment 180031 [details] JSP with special characters
Such an error should be fixed in bug 326527 with an exception manager in further version of MoDisco. Nicolas Guyomar.
Created attachment 180857 [details] Patch for the MoDiscoJSP Grammar Hi, The problem as been fixed for every characters contained in ISO_8859 see: http://fr.wikipedia.org/wiki/ISO_8859 A infinite loop on this problem has also been fixed. Tests are OK (a) I, Nicolas Guyomar, wrote 100% of the code of the contribution (b) I have the right to contribute the code to Eclipse (c) I want to contribute this code under EPL Regards Nicolas Guyomar
Hi Nicolas, there is a problem with your patch content (not a patch at all). thanks in advance.
Created attachment 181373 [details] Patch of MoDisco JSP Grammar for heap space issue Hi Fabien, This is the right patch Regards Nicolas Guyomar
The fix has been commited into SVN.
Commited in revision 3322.
Bug fixed via a patch.