server-dev  

[jira] Created: (JAMES-966) Refactor LoaderService to not create instances of class on its own

Norman Maurer (JIRA)
Tue, 02 Feb 2010 11:08:45 -0800

Refactor LoaderService to not create instances of class on its own
------------------------------------------------------------------

                 Key: JAMES-966
                 URL: https://issues.apache.org/jira/browse/JAMES-966
             Project: JAMES Server
          Issue Type: Improvement
            Reporter: Norman Maurer
             Fix For: 3.0-M1


The current LoaderService implementation create instances by using 
newInstance() which is a bad practice (IMHO). Instances should only get created 
by the container (spring). Using a BeanFactoryPostProcessor is prolly the way 
to go.

-- 
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: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org