Re: [jcs] Invalid Class Exception help needed

2021-01-22 Thread Mat Jaggard
Hi, thanks for your question. I'm not a JCS expert by any means so I'm not sure the answer to your question but I do have a question myself. What's the reason for wanting to clear the cache in these cases rather than just getting no result back so that you just refresh that value? On Fri, 22 Jan 2

Re: JCS LateralTCPCacheFactory

2017-07-27 Thread Mat Jaggard
Have you tested to see if any of the the TcpListenerPorts are open on your server? If you're on Linux you can try `netstat -l` On Thu, 27 Jul 2017 at 15:52 Russell Sherk wrote: > Hi Greg, > > Don't know much about JCS. Just general Tomcat stuff. > > See if this helps: > http://sentineltechsuppor

Re: [JCS]

2016-02-09 Thread Mat Jaggard
i Mat, > > On 03.02.16 17:44, Mat Jaggard wrote: > > I have three patches that might be helpful... > > > > 1. Javadoc changes to make it compile on my machine > > 2. Server port changes which may (or may not) fix the continuum unit > > test issue > > 3. Change t

Re: [JCS]

2016-02-03 Thread Mat Jaggard
, 2 Feb 2016 at 17:12 Thomas Vandahl wrote: > On 02.02.16 11:22, Mat Jaggard wrote: > > I've submitted my pull request. > > > > https://github.com/apache/commons-jcs/pull/2 > > > > On Mon, 1 Feb 2016 at 16:32 Gary Gregory wrote: > > > >> It is,

Re: [JCS]

2016-02-02 Thread Mat Jaggard
I've submitted my pull request. https://github.com/apache/commons-jcs/pull/2 On Mon, 1 Feb 2016 at 16:32 Gary Gregory wrote: > It is, github is just a mirror. You submit a patch with the Jira if you > prefer. > > Gary > On Feb 1, 2016 8:12 AM, "Mat Jaggard" wro

Re: [JCS]

2016-02-01 Thread Mat Jaggard
a fork > push your changes > initiate a pull request > > bye > Thomas > > -----Ursprüngliche Nachricht- > Von: Mat Jaggard [mailto:apa...@jaggard.org.uk] > Gesendet: Montag, 1. Februar 2016 16:23 > An: Commons Users List > Betreff: [JCS] > > Hi, > I have t

[JCS]

2016-02-01 Thread Mat Jaggard
Hi, I have two patches to fix some problems I had running build and unit tests on JCS 2.0 - who can I give them to? Thanks, Mat.

Re: Re: [POOL2] Pooling mutable objects

2015-02-06 Thread Mat Jaggard
g to pull in a whole library for these two > functions/classes.) > > Again, take my advice for what you paid, nothing. :-) > > Bill- > > On Fri, Feb 6, 2015 at 11:06 AM, Mat Jaggard > wrote: > > > William - I'm not sure if you noticed, but they didn&

Re: Re: [POOL2] Pooling mutable objects

2015-02-06 Thread Mat Jaggard
William - I'm not sure if you noticed, but they didn't hand-make anything. On 6 February 2015 at 16:00, William Speirs wrote: > Why wouldn't you use the HashCodeBuilder? Much simpler: > > return new HashCodeBuilder().append(internalId).toHashCode(); > > Done in 1 line, and probably fewer collisi

Re: [JCS] Version 2 release

2014-02-09 Thread Mat Jaggard
OK, when I get some more time, I'll try to do that. Is there a version 2 of the documentation anywhere? At the moment, most pages seem to apply to version 1. On 8 Feb 2014 16:44, "Thomas Vandahl" wrote: > Gary, > > On 08.02.14 17:34, Gary Gregory wrote: > > Mat, > > > > I would suggest getting f

Re: [JCS] Version 2 release

2014-02-08 Thread Mat Jaggard
Well I don't have experience with Apache but if you want me to help with testing, I'm happy to do what I can. What would be most helpful? Mat. On 8 Feb 2014 11:38, "Thomas Vandahl" wrote: > On 04.02.14 16:52, Gary Gregory wrote: > > I think the biggest hurdle to releasing [JCS] 2.0 is finding a

Re: [JCS] Version 2 release

2014-02-04 Thread Mat Jaggard
patch trunk and attach different files to Jira > issues. > > Gary > > ---- Original message > From: Mat Jaggard > Date:02/04/2014 06:16 (GMT-05:00) > To: Commons Users List > Subject: [JCS] Version 2 release > > Hi, > Can you tell me when version 2.

Re: [JCS] Version 2 release

2014-02-04 Thread Mat Jaggard
patch trunk and attach different files to Jira > issues. > > Gary > > ---- Original message > From: Mat Jaggard > Date:02/04/2014 06:16 (GMT-05:00) > To: Commons Users List > Subject: [JCS] Version 2 release > > Hi, > Can you tell me when version 2.

[JCS] Version 2 release

2014-02-04 Thread Mat Jaggard
Hi, Can you tell me when version 2.0 of JCS is likely to be released? What are the blocking issues? Is there anything I can do to help? The main problem for me is using concurrent instead of the Java 5 equivalent. Many thanks, Mat.

Re: [math] Help, how to compile? Thanks a huge

2013-01-07 Thread Mat Jaggard
You need to use -classpath when you run java as well as when you run javac. Also, you need to include [math] on your subject line when posting about that module to this list. On 7 January 2013 08:29, George Xu wrote: > Hi, > > Anyone can help? I am new and has difficulty in compiling with the

Re: [Math] Unable to fit a polynomial to data points correctly.

2012-08-08 Thread Mat Jaggard
OK, I'm an idiot, please ignore this thread. I will try to plot y = f(x) next time instead of y = f(y') Thank you Gilles for your help. Mat. On 8 August 2012 13:50, Mat Jaggard wrote: > Really? I think I must be missing something. When I plot them in excel > I get the

Re: [Math] Unable to fit a polynomial to data points correctly.

2012-08-08 Thread Mat Jaggard
Really? I think I must be missing something. When I plot them in excel I get the attached results... On 8 August 2012 13:23, Gilles Sadowski wrote: > On Tue, Aug 07, 2012 at 11:59:09PM +0100, Mat Jaggard wrote: >> I have tried to create a polynomial that fits some data using the >

[Math] Unable to fit a polynomial to data points correctly.

2012-08-07 Thread Mat Jaggard
I have tried to create a polynomial that fits some data using the following code: PolynomialFitter fitter = new PolynomialFitter(14, new GaussNewtonOptimizer()); for (int i = 0; i < numValues; i++) { fitter.addObservedPoint(xV