Hi max, > I'm talking about > > FieldMethodizer > RuntimeInstance > LogManager > ResourceManagerImpl > ResourceLoaderFactory > Generator
I guess you can start by filing an issue. :) http://issues.apache.org/bugzilla/enter_bug.cgi?product=Velocity > While on the subject of things that "messes" up J2EE/Eclipse environments. > > Why is so much stuff logged as WARN/ERROR in Velocity ? > > Like: > "ERROR: ResourceManager : unable to find resource 'VM_global_library.vm' > in any resource loader." > > That should at least only be a WARN and it should be in a ResourceManager > category so you could disable it. Solved in the repository. http://issues.apache.org/bugzilla/show_bug.cgi?id=9938 > And: > "Warning! The iterative is an Iterator in the #foreach() loop at [0,0] in > template pojo/javaclass.vm. Because it's not resetable, if used in more > than once, this may lead to unexpected results." > > Again, I undestand why this is there - but it should only be done on > objects that is directly in the context (if at all). Printing out this > warning > for every iterator is simply not very usefull... e.g. printing this > warning for a methodcall that does someList.iterator() is just noise. > > I removed this last one by providing my own UberSpectImpl, but it should > not be necessary IMO. And this one is here (not that it's fixed, though): http://issues.apache.org/bugzilla/show_bug.cgi?id=7975 Best regards, -- Shinobu -- Shinobu Kawai <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
