Re: OutOfMemoryException Processing Velocity Template

2005-05-07 Thread Ilkka Priha
Maybe you are not referring to this memory eating template directly from VelocityServlet, but through some tool, #include, etc., which uses a nested StringWriter and not the servlet's OutputStreamWriter directly. According to your first post, the original oom exception was thrown by the

Doubt reg Mysql4.1 and Turbine connectivity

2005-05-07 Thread sri dhar
  Hi, I got one error connecting mysql 4.1 with Turbine , when i try to login in i cant able to connect thro the browser, pls help to solve this problem. Whether it is possible to connect mysql4.1 and tubine 2.3? Thanks in Advance Regards Sridhar

Velocity and subclasses

2005-05-07 Thread Jason Chodakowski
I have a parsing class with a child subclass that contains any errors encountered during processing. The subclass is entirely public, and its getter/setter methods are likewise public. After all the discussion in the last week of examining for null, I implemented my template as such: #if