Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 125107 - File transfer support through compatibility layer in new AC
Summary: File transfer support through compatibility layer in new AC
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Samson Wai CLA
QA Contact:
URL:
Whiteboard: closed460
Keywords:
Depends on: 125102
Blocks: 119571
  Show dependency tree
 
Reported: 2006-01-24 20:03 EST by Karla Callaghan CLA
Modified: 2016-05-05 11:00 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karla Callaghan CLA 2006-01-24 20:03:30 EST
Support 3.3 file transfer through client compatibility layers (Java only).
Should be able to bring over the file transfer java code unchanged, with the work contained in replicating the interface found in the RAC to the new AC's client compatibility layer.
Comment 1 Samson Wai CLA 2006-02-06 13:06:41 EST
Files changed:
- CCTLServer.c (1.10)
- ClientCTL.c (1.10)
- ClientCTL.h (1.8)
- RACClientSupport.c (1.11)
- RACmdHandlers.c (1.34)
- TPTPClientCompTL.dsp (1.5)

Files added:
- java.c
- java.h
- security.c
- security.h
Comment 2 Samson Wai CLA 2006-02-06 13:10:55 EST
The unsecured file server is implemented. The following has to be added to serviceconfig.xml in order to initiate it:

<TransportLayer loadlib="tptpCCTL">
  <Configuration>
    <Port>10002</Port>
    <SecuredPort>10003</SecuredPort>
    <FilePort>10005</FilePort>
    <Jvm>D:\jdk1.5.0_05\jre\bin\client\jvm.dll</Jvm>
<Classpath>D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hexcore.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hexl.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\hcframe.jar;D:\eclipse\workspace-head\org.eclipse.tptp.platform.agentcontroller\src-native-new\lib\org.eclipse.core.runtime_3.1.0.jar</Classpath>
    <Security>true</Security>
  </Configuration>
  <CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
Comment 3 Sri Doddapaneni CLA 2006-02-24 13:29:50 EST
Please close this out for I1 and open a new (if not already one existing) for the remainder of the work.
Comment 4 Samson Wai CLA 2006-02-24 14:18:09 EST
This is already implemented and checked into 4.2.
Comment 5 Paul Slauenwhite CLA 2009-06-30 11:59:22 EDT
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.