only possible to use one StringResourceLoader per application
-------------------------------------------------------------

                 Key: VELOCITY-541
                 URL: https://issues.apache.org/jira/browse/VELOCITY-541
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.5
            Reporter: Nathan Bubna
         Assigned To: Nathan Bubna
             Fix For: 1.6


When multiple StringResourceLoaders are initialized, the later ones are blowing 
up.   StringResourceLoader uses a static RepositoryFactory.  Unfortunately, 
this means that you can really only have one StringResourceLoader per 
classloader.  This poses significant issues for anyone using multiple engines 
w/StringResourceLoader and could be come a major issue if any other frameworks 
or components adopt use of the StringResourceLoader (e.g. i'm planning to use 
this for a VelocityViewTag in Tools 2.x).  They'll stomp all over each other in 
many ways.   This is bad. :(

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to