| Summary: | TPTP Datapool tutorial is out of date. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jean-Christophe Weill <Jean-Christophe.Weill> |
| Component: | TPTP | Assignee: | Nédélec Patrick <nedelec> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | CC: | Jean-Christophe.Weill, paulslau |
| Version: | unspecified | Keywords: | plan |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Jean-Christophe Weill
Correcting component. Could you provide more information about the Agent Controller ? Is it the Legacy, the New Technology or Integrated one ? FYI, the New technology Agent Controller is not supported under Linux in release 4.2.x by the Test feature. Thanks I tryed the Integrated Agent. I tryed the Integrated Agent. Please target to 4.4 and review the priority according to http://www.eclipse.org/tptp/home/documents/process/development/bugzilla.html. This tutorial requires several additional updates to the sample code. For example, class and package names. Assigning target. Jean Christophe, I am unable to reproduce with the TPTP-4.4.0-200703270100D driver on a RedHat with the integarted agent controller. Do you use the default deployment named "local_deployment"? Paul, I understand that the package is not given by the sample and that the class name is not Java compliant (not starting with capital letter), is that what you mean? (In reply to comment #8) > Paul, I understand that the package is not given by the sample and that the > class name is not Java compliant (not starting with capital letter), is that > what you mean? Patrick, I was referring to the package/class names for the datapool APIs but after a closer inspection, they are correct in the TPTP-4.4.0-200702211545 driver. Maybe for clarity, we can explicitly cite the require imports: import org.eclipse.hyades.execution.runtime.datapool.IDatapool; import org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory; import org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator; import org.eclipse.hyades.models.common.datapool.impl.Common_DatapoolFactoryImpl; That said, we should change shoppingCartTest_src to MyShoppingCartTest and change testShoppingCartConstructor to testMyShoppingCartConstructor. Fix completed: - required import lists updated, - changed shoppingCartTest_src to MyShoppingCartTest, - changed testShoppingCartConstructor to testMyShoppingCartConstructor, - screenshots updated accordingly. Jean Christophe, please reopen if you still have the issue. Reporter: Please verify and close in preparation for shutting down the TPTP 4.4 release. Thanks. This seems solved on TPTP 4.4 |