jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

onSubmitComplete exception parsing response - UploadedInfo problem #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. server response is: finished example.jpg
2. onSubmitComplete: @@@?xml version="1.0" 
encoding="UTF-8"?___@@@response___@@@message___@@@![CDATA[ ...
3. ERROR-> onSubmitComplete exception parsing response

What is the expected output? What do you see instead?
I expected UploadedInfo info = uploader.getServerInfo(), instead there is a 
exception parsing response

What version of the product are you using? On what operating system?
MacOS, gwt-upload 0.6.6, gwt-2.5.0-rc2, Eclipse build-in Server

Please provide any additional information below.
It works in gwt-upload 0.6.4.

Original issue reported on code.google.com by m.ali...@gmail.com on 18 Jan 2013 at 1:28

GoogleCodeExporter commented 8 years ago
could be that you have an old version of gwt-upload.jar in your .war?

Original comment by man...@talkwheel.com on 27 Feb 2013 at 9:09

GoogleCodeExporter commented 8 years ago
Just a ping, @m.alic11 are you following this issue?

Original comment by manuel.carrasco.m on 5 Apr 2013 at 10:07

GoogleCodeExporter commented 8 years ago
Yes I am following this issue, I thought I already had answering.

The problem was that I had an old version in my .war, so  after updateing it 
worked.

Thanks.

Original comment by m.ali...@gmail.com on 5 Apr 2013 at 10:57

GoogleCodeExporter commented 8 years ago
Ok thanks.

Original comment by manuel.carrasco.m on 5 Apr 2013 at 10:44