BeanFactory should support beans with no-args constructor
---------------------------------------------------------

         Key: HIVEMIND-134
         URL: http://issues.apache.org/jira/browse/HIVEMIND-134
     Project: HiveMind
        Type: Bug
  Components: library  
    Versions: 1.1    
    Reporter: Howard M. Lewis Ship
    Priority: Minor


If a bean is retrived with an initializer string (i.e., "string,minLength=2") 
and the bean class does not have a constructor that takes a single string, but 
does have a no-args contructor, THEN, the no-args constructor should be used, 
and then the properties of the bean initialized from the initializer string.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to