Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358646

Summary: http.eze$$clone() is throwing an exception
Product: z_Archived Reporter: Brian Svihovec <svihovec>
Component: EDTAssignee: Joseph Vincens <jvincens>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Testcase. none

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