I reproduced the fail, Jody is right, the the lex return null to the parser. Maybe, there is a change in the pattern definition in 4.0. Well, tomorrow I will investigate this bug.
cheers On Wednesday 19 December 2007, Jody Garnett wrote: > case JJTCHARACTERPATTERNNODE: > String strLiteral = removeQuotes(n.getToken().image); <---- > HERE return filterFactory.literal(strLiteral); > > My guess is n.getToken() is coming back null. So time to refresh this > code based on the newly generated > super class. -- Mauricio Pazos www.axios.es tel-:+34 94 441 63 84 ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
