Yunhee Kang created OODT-474:
--------------------------------

             Summary: Fixed the probem having in a configuration file 
ProtocolFactoryInfo.xml
                 Key: OODT-474
                 URL: https://issues.apache.org/jira/browse/OODT-474
             Project: OODT
          Issue Type: Bug
          Components: push pull framework
    Affects Versions: 0.4
         Environment:  *Fix the class name in ProtocolFactoryInfo.xml*
            Reporter: Yunhee Kang
             Fix For: 0.4


Related File : ProtocolFactoryInfo.xml

There is no class file corresponding to the attribute "class"  of the element 
"protocolFactory".  For example there is no class  CogJGlobusFtpClientFactory 
containing the library files in the directory CAS_PP_HOME/lib.

 In the following element "protocolFactory" 
<protocolFactory 
class="org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpClientFactory"/>


To fix the problem associated with protocols ftp, sftp, imaps and http, change 
the attribute class's value as follows:  
- replace CogJGlobusFtpClientFactory with CogJGlobusFtpProtocolFactory 
- replace CommonsNetFtpClientFactory with CommonsNetFtpClientFactory
- replace  HttpClientFactory with HttpProtocolFactory
- replace JschSftpClientFactory with JschSftpProtocolFactory
- replace ImapsClientFactory with ImapsProtocolFactory
 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to