Hello, I am getting an error when a parameter on a method name is null, it says "wrong number of arguments at"
eg : $entry.filePath == null $myPojo.thumbResource($entry.name, $entry.filePath) I get an exception : java.lang.IllegalArgumentException: wrong number of arguments at.. public String thumbResource(String name, String filePath) { ... } I have tried to debug it but it seems to originate in the ASTMethod class. If i change the variable to be blanks it works ok. On 9 November 2016 at 14:50, Claude Brisson <cla...@renegat.net> wrote: > A new test build of Velocity Engine 2.0 is available. > > No determination as to the quality ('alpha,' 'beta,' or 'GA') of Velocity > Engine 2.0 has been made, and at this time it is simply a "test build". We > welcome any comments you may have, and will take all feedback into account > if a quality vote is called for this build. > > Release notes: > > * https://dist.apache.org/repos/dist/dev/velocity/velocity-eng > ine/2.0/release-notes.html > > Distribution: > > * https://dist.apache.org/repos/dist/dev/velocity/velocity-engine/2.0/ > > Maven 2 staging repository: > > * https://repository.apache.org/content/repositories/orgapache > velocity-1011/ > > A vote regarding the quality of this test build will be initiated within > the next couple of days. > > > Regards, > > Claude > > > On 07/11/2016 11:06, Claude Brisson wrote: > >> >> The test build of Velocity Engine 2.0 is available. >> >> No determination as to the quality ('alpha,' 'beta,' or 'GA') of Velocity >> Engine 2.0 has been made, and at this time it is simply a "test build". We >> welcome any comments you may have, and will take all feedback into account >> if a quality vote is called for this build. >> >> Release notes: >> >> * https://dist.apache.org/repos/dist/dev/velocity/velocity-eng >> ine/2.0/release-notes.html >> >> Distribution: >> >> * https://dist.apache.org/repos/dist/dev/velocity/velocity-engine/2.0/ >> >> Maven 2 staging repository: >> >> * https://repository.apache.org/content/repositories/orgapache >> velocity-1010/ >> >> A vote regarding the quality of this test build will be initiated within >> the next couple of days. >> >> >> Regards, >> >> Claude >> >> >>