Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4
-
None
-
Fix the class name in ProtocolFactoryInfo.xml
Description
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