Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355575 - Errors in generated Java on httpLib and serviceLib functions
Summary: Errors in generated Java on httpLib and serviceLib functions
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Joseph Vincens CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 354979 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-23 17:02 EDT by broy2 CLA
Modified: 2017-02-23 14:21 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description broy2 CLA 2011-08-23 17:02:26 EDT
Build Identifier: 201108231034 nightly build

I get errors in the generated Jave on httpLib functions.

output string;
output = httpLib.convertFromURLEncoded("www.wral.com");

The import eglx.http.HttpLib cannot be resolved	
HttpLib cannot be resolved


Reproducible: Always

Steps to Reproduce:
1.See above
2.
3.
Comment 1 broy2 CLA 2011-08-25 12:13:00 EDT
myService = servicelib.bindservice(http);
Gives Java errors:
The import eglx.services.ServiceLib cannot be resolved	
ServiceLib cannot be resolved
Comment 2 Matt Heitz CLA 2011-08-26 15:42:33 EDT
I set the target to I-14 since that's what Joe put for bug 354979, which I'm about to close as a duplicate of this one.  Both bugs have the problem with ServiceLib, but this one has HttpLib too so this is the one I'll keep open.
Comment 3 Matt Heitz CLA 2011-08-26 15:42:43 EDT
*** Bug 354979 has been marked as a duplicate of this bug. ***
Comment 4 Joseph Vincens CLA 2011-09-12 14:10:39 EDT
HttpLib and ServiceLib are part of the service invocation task. For 0.7 we are not implementing service invocation for Java gen. These libraries will be implemented when service invocation for java gen is implemented: see 352588 and 352590.
Comment 5 Matt Heitz CLA 2011-09-15 13:00:14 EDT
I'm closing this since these features aren't intended for 0.7, and we already have bug 352588 and bug 352590 to track the work.