Community
Participate
Working Groups
In the GWT runtime, URIConverter.RESPONSE_RESULT can hold either a byte array or an IO exception, depending on the result of the operation. However, an IO exception is not expected anywhere, so a ClassCastException occurs when the result is processed.
Created attachment 192132 [details] proposed patch Here's a patch that addresses the problem. Ed, please take a look and if it's OK, I'll commit the changes.
A slightly modified version of the patch is committed to CVS for 2.7.
The changes are available in EMF 2.7 M7 or an earlier build.