| Summary: | Errors in generated Java on httpLib and serviceLib functions | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | carrollk, mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
myService = servicelib.bindservice(http); Gives Java errors: The import eglx.services.ServiceLib cannot be resolved ServiceLib cannot be resolved 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. *** Bug 354979 has been marked as a duplicate of this bug. *** 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. 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. |
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.