Re: LRUMap NullpointerException

2006-06-18 Thread Thilko Richter
Hi there, we used Version 3.2 and synchronized all access to LRUMap. WE get this IllegalStateException. Can you reproduce this behauviour? 2006-06-14 00:26:22,359 [ERROR] BaseDataLoggerGate.com.sunreader.sr2.gate.BaseDataLoggerGate.doPost: java.lang.IllegalStateException:

Re: LRUMap NullpointerException

2006-06-18 Thread Stephen Colebourne
Can you also check all loops of the map are synchronized correctly: synchronied (map) { Iterator it = mpap.keySet().iterator(); while (it.hasNext()) { .. } } and so on. The synchronized MUST be around the whole looping. Stephen Thilko Richter wrote: Hi there, we used Version 3.2

Re: commons fileupload

2006-06-18 Thread Martin Cooper
On 6/18/06, Robert J. Carr [EMAIL PROTECTED] wrote: Mike/Martin- I will hook up a monitor (I'm familiar with tcpmon) but as I explained, it seems to be beyond that point, as the file is written to disk correctly when done automatically, but then written incorrectly when done manually (or when

[SCXML] migration from old source to current - digest, exec, context handling

2006-06-18 Thread Mike Sparr - www.goomzee.com
Rahul, I pulled down the latest and attempting to migrate to new scxml baseline. The following errors occurred with our implementation as they were based on earlier version. Only 5 errors referencing deprecated classes but curious the best way to digest, etc. with current? Errors are below.

Re: [SCXML] migration from old source to current - digest, exec, context handling

2006-06-18 Thread Mike Sparr - www.goomzee.com
Rahul, I found the changes. - The SCXMLDigester was moved to the .io package - #digest() signature dropped Context and Evaluator references - No longer have addListener as part of SCXML (moved to SCXMLExecutor) - No longer have getRootContext (moved to SCXMLExecutor) === I got the build to

Re: [SCXML] migration from old source to current - digest, exec, context handling

2006-06-18 Thread Rahul Akolkar
On 6/18/06, Mike Sparr - www.goomzee.com [EMAIL PROTECTED] wrote: Rahul, I found the changes. - The SCXMLDigester was moved to the .io package - #digest() signature dropped Context and Evaluator references - No longer have addListener as part of SCXML (moved to SCXMLExecutor) - No longer have

Re: [SCXML] migration from old source to current - digest, exec, context handling

2006-06-18 Thread Mike Sparr - www.goomzee.com
Hi Rahul, Thanks for the detailed response. I found that the build succeeds but for some reason, I lose the target declaration of the send tag in ctx params (JEXL). Still debugging. With the JEXLEvaluator I get null response. By replacing with the original ELEvaluator I get text strings but