> That log message, however, is nuts. Searching in classpath and then > logging that file path? I'd file that as a bug in Velocity.
It is definitely an bad code pattern -- should be either class-relative resource or searched via classloader, not class + '/' prefix). I see this from time to time though; it'll be hard to rule out in general and will recur from time to time I bet. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
