FactoryFinder.findFactory setting factory class name to system property name
----------------------------------------------------------------------------

         Key: AXIS2-415
         URL: http://issues.apache.org/jira/browse/AXIS2-415
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
  Components: om  
    Versions: 0.94    
    Reporter: Laurent Domenech


FactoryFinder.findFactory is improperly setting the factory class name to the 
system property name instead of the system property value. 

In line 50 (in version 0.94):

factoryClassName = systemPropertyName;

should be replaced by 

factoryClassName = System.getProperty(systemPropertyName);

Because of that OMFactory and SOAPFactory cannot be created from 
OMAbstractFactory using different factories.

Regards,
Laurent Domenech

-- 
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

Reply via email to