Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] Hyades Test Artifact - Datapool usage


Hi, Tejas,

Looks like the document in 3.0.1 release reference org.eclipse.hyades.datapool.DatapoolIteratorSequentialPrivate.

I looked up 3.1 release, this is fixed and changed to org.eclipse.hyades.datapool.iterator.DatapoolIteratorSequentialPrivate in Build 3.1.0_20041001_1236.

Thanks,

Bianca Xue Jiang
ASQ Testing Product UI Development
IBM SWG Rational Software
20 Maguire Rd (office 16141), Lexington, MA 02421
Phone: 781-676-7619    T/L: 403-7619    Fax: 781-676-7640



Bianca Xue Jiang/Lexington/IBM

10/15/2004 10:22 AM

To
tejas.patel@xxxxxx
cc
hyades-dev@xxxxxxxxxxx
Subject
Re: [hyades-dev] Hyades Test Artifact - Datapool usageLink




Tejas,

try use DatapoolIteratorSequentialPrivate from package org.eclipse.hyades.datapool.iterator.

Bianca Jiang


"Patel, Tejas G" <Tejas.Patel@xxxxxx>
Sent by: hyades-dev-admin@xxxxxxxxxxx

10/15/2004 08:22 AM

Please respond to
hyades-dev

To
<hyades-dev@xxxxxxxxxxx>
cc
Subject
[hyades-dev] Hyades Test Artifact - Datapool usage





Hi,
 
I am running Hyades JUnit Test which uses the values from datapool. After running the test I got the test result as ‘error’. I analyzed the results to find out the exact cause.
 
Following is the error description.
 
org.eclipse.hyades.execution.runtime.datapool.DatapoolException: IWAT3058E Error while accessing iterator org.eclipse.hyades.datapool.DatapoolIteratorSequentialPrivate
            at org.eclipse.hyades.models.common.datapool.impl.Common_DatapoolFactoryImpl.open(Common_DatapoolFactoryImpl.java)
            …
            …
 
I also got the following message from test result.
 
java.lang.ClassNotFoundException: org.eclipse.hyades.datapool.DatapoolIteratorSequentialPrivate
 
 
I have included following libraries to use the Hyades datapool API.
 
org.eclipse.emf.ecore_2.0.1/runtime/ecore.jar
org.eclipse.emf.common_2.0.1/runtime/common.jar
org.eclipse.hyades.test.datapool_3.0.1/datapool_api.jar
org.eclipse.hyades.models.common_3.0.1/common_model.jar
 
Can anybody guide me what is going wrong here?
 
Thanks in advance.
 
Regards,
Tejas Patel
Software Engineer
Computer Associates
Email: tejas.patel@xxxxxx
Phone: +91-40-55670729
 
 


Back to the top