Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362169 - Fire Java errors when call dedicated service in EDT
Summary: Fire Java errors when call dedicated service in EDT
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 05:07 EDT by Yu Hao CLA
Modified: 2017-02-23 14:18 EST (History)
5 users (show)

See Also:


Attachments
Includes service, interface and client (773 bytes, application/octet-stream)
2011-10-27 05:13 EDT, Yu Hao CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yu Hao CLA 2011-10-27 05:07:24 EDT
Build Identifier: 201110262101

Call dedicated service in EDT, there are java errors:
Description	Resource	Path	Location	Type
com.ibm.javart cannot be resolved to a type	mypgm.java	/test/generatedJava/common	line 32	Java Problem
ezeProgram cannot be resolved	mypgm.java	/test/generatedJava/common	line 32	Java Problem
ezeProgram cannot be resolved to a variable	mypgm.java	/test/generatedJava/common	line 32	Java Problem


Reproducible: Always

Steps to Reproduce:
1.Create a EGL web service project
2.Create a service and extract its interface
3.Create a egl program to call this service, there will fire java errors

I attached the egl files for your reference
Comment 1 Yu Hao CLA 2011-10-27 05:13:16 EDT
Created attachment 206061 [details]
Includes service, interface and client
Comment 2 Joseph Vincens CLA 2011-10-27 09:18:35 EDT
For 0.7.0 service invocations are only supported from JS gen.
Comment 3 Jing Qian CLA 2011-10-27 10:49:18 EDT
p.s. program can only be generated in java, not javascript. so you can not use call... returning to ... on exception in a program, this call service statement can only be used in a javascript client
Comment 4 Yu Hao CLA 2011-10-27 21:13:13 EDT
verified