On 29/05/2011, at 6:25 PM, Paul Hoadley wrote:
> I've hit an issue that seems to be the one described at this point in a long
> thread about the improved Wonder JavaMonitor:
>
> http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html
>
> I'm running an app from the command line, and accessing
Le 2011-05-29 à 14:51, Farrukh Ijaz a écrit :
> Hi Pascal,
>
> On 2011-05-29, at 9:20 PM, Pascal Robert wrote:
>
>> I did :
>>
>> ERXRouteResults results = (ERXRouteResults)response(someEntity, filter);
>> String etagHash =
>> ERXCrypto.sha256Encode(results.responseNode().toString(results
Hi Pascal,
On 2011-05-29, at 9:20 PM, Pascal Robert wrote:
> I did :
>
>ERXRouteResults results = (ERXRouteResults)response(someEntity, filter);
>String etagHash =
> ERXCrypto.sha256Encode(results.responseNode().toString(results.format(),
> this.restContext()));
IMO, this is an expens
I did :
ERXRouteResults results = (ERXRouteResults)response(someEntity, filter);
String etagHash =
ERXCrypto.sha256Encode(results.responseNode().toString(results.format(),
this.restContext()));
> there's not a direct simple way to do it ... probably grab the snapshot off
> the EO and c
Hello,
I've hit an issue that seems to be the one described at this point in a long
thread about the improved Wonder JavaMonitor:
http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html
I'm running an app from the command line, and accessing it via Direct Connect.
(I'll explain this weird be