2010/9/1 Kitching, Simon <simon.kitch...@airnz.co.nz>:
> 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: user-unsubscr...@velocity.apache.org
For additional commands, e-mail: user-h...@velocity.apache.org

Reply via email to