[WireHose-dev] running WireHose 4.0 on WO 5.4

Freddie Tilley freddie at cpp.nl
Wed Nov 21 03:10:48 EST 2007


When I try to run WireHose on WebObjects 5.4 (Eclipse+WOLips etc)

It gives me the following error:

[2007-11-21 8:7:20 CET] <main> Opening application's URL in browser:
http://192.168.1.206:49654/cgi-bin/WebObjects/Test2.woa
[2007-11-21 8:7:20 CET] <main> null
[2007-11-21 8:7:20 CET] <main> Waiting for requests...
Throwable occurred: java.lang.NoSuchMethodError:  
com.webobjects.appserver.WOResponse.setHeaders(Lcom/webobjects/ 
foundation/NSArray;Ljava/lang/String;)V
[2007-11-21 8:7:22 CET] <WorkerThread0> java.lang.NoSuchMethodError:  
com.webobjects.appserver.WOResponse.setHeaders(Lcom/webobjects/ 
foundation/NSArray;Ljava/lang/String;)V

A quick look at the webobjects reference documentation reveals that  
the WOResponse.setHeaders function in
5.4 requires a List as a first argument instead of a NSArray that the  
5.3 version requires.

Is there any workaround to get WireHose running on 5.4?



More information about the WireHose-dev mailing list