2010/9/1 Kitching, Simon <[email protected]>: > I've confirmed the problem with a unit test; I can simplify it and > submit it if this really is considered a bug.
Yes please. > >From the documentation, email lists, etc. I believe that using the > Velocity singleton *should* have worked here (we don't need multiple > velocity configurations). I believe that VelocityEngine instances should be thread safe. For example, a single VelocityEngine is used in VelocityView class of Velocity Tools. This class is accessed in a servlet environment as a single instance, so VelocityEngine *should be* thread safe. Do your tests fail even with a single VelocityEngine instance? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
