You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2012/07/22 19:52:34 UTC

[jira] [Updated] (OODT-474) Fixed the probem having in a configuration file ProtocolFactoryInfo.xml

     [ https://issues.apache.org/jira/browse/OODT-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-474:
-----------------------------------

    Attachment: OODT-474.Mattmann.yunhee.072212.patch.txt

initial patch
                
> 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
>            Assignee: Chris A. Mattmann
>             Fix For: 0.4
>
>         Attachments: OODT-474.Mattmann.yunhee.072212.patch.txt
>
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> 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