Sounds like a threading issue. I'd assume DescriptiveStatistics is not thread-safe and in your stacktrace I see

at no.mypackage.spring.utils.ExecutionTimeAdviceTest$1.run (ExecutionTimeAdviceTest.java:47) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run (Unknown Source)
        at java.lang.Thread.run(Thread.java:479)

Try to synchronize access to the DescriptiveStatistics

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to