Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358646 - http.eze$$clone() is throwing an exception
Summary: http.eze$$clone() is throwing an exception
Status: CLOSED WORKSFORME
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:
Depends on:
Blocks:
 
Reported: 2011-09-22 14:40 EDT by Brian Svihovec CLA
Modified: 2017-02-23 14:14 EST (History)
0 users

See Also:


Attachments
Testcase. (1016 bytes, application/octet-stream)
2011-09-22 14:40 EDT, Brian Svihovec CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Svihovec CLA 2011-09-22 14:40:27 EDT
Created attachment 203855 [details]
Testcase.

Import the attached RUIHandler.

Update the DD file to create a REST Resource binding with a URL of "" and a name of "news".

Run the handler in Firebug.

The following exception is thrown on startup:

uncaught exception: [type=egl.lang.AnyException, message=CRRUI1092E]
[Break On This Error] http = http.eze$$clone();
Comment 1 Joseph Vincens CLA 2011-09-22 18:57:54 EDT
fixed
Comment 2 Brian Svihovec CLA 2011-09-26 11:00:57 EDT
The exception regarding clone has been resolved, but when I press the GO button, I am now getting the following exception:

[CRRUI1083E] An error occurred while the click browser event was being handled.

      ("CRRUI2002E",[object Array])
      RuntimeException.js:26 ([object MouseEvent])
      BaseTypesAndRuntimes.js:3013 ([object Array],[object MouseEvent])
      Widget.js:385 ([object MouseEvent])
      Widget.js:371 ([object MouseEvent])
      egl.js:1006 


createRuntimeExceptionArgs is not defined
[CRRUI2094E] Here are the EGL function calls leading to this error:

    Test.doSomething() [native JavaScript]

    doSomething() at line 26
Comment 3 Joseph Vincens CLA 2011-10-03 09:27:19 EDT
I can't reproduce this problem. If you still see the issue attach all the projects used to recreate the issue.
Comment 4 Lisa Lasher CLA 2012-04-04 22:31:14 EDT
closing