Re: [math] Speeding up optimization problem?

2013-04-30 Thread Thomas Neidhart
On 04/30/2013 07:43 AM, Thomas Neidhart wrote: > On 04/28/2013 11:14 PM, Thorsten Schaefer wrote: >> Hello, >> >> I just started using common math and have a performance issue with the >> optimization algorithm, hoping to be able to speed it up in some way, even >> if this reduces the accuracy o

[digester] Annotations handled multiple times

2013-04-30 Thread Lars Francke
Hi, I'm using the Digester Annotations and everything works pretty well (looking forward to 3.3 for DIGESTER-174). We have a model where we share a "contact" class and have that annotated with an @ObjectCreate.List because it can live under multiple different elements and a tree-like structure wh

Re: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-30 Thread Mladen Turk
On 04/30/2013 12:47 AM, John Boyer wrote: Hi: UPDATE: The UNIX error message is referring to the absolute path of the jsvc executable. When I invoked the executable with its absolute path it worked. I assume it's the same problem on Mac OS X. /usr/local/bin/jsvc -jvm server -debug -home /usr/

RE: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-30 Thread Martin Gainty
'Mornin John so to recap prepend /usr/local/bin/jsvc to $PATH put "-jvm server -debug -home /usr/lib/jvm/java-6-openjdk" ON $JAVA_OPTS prepend /usr/local/bin/commons-daemon-1.0.15.jar to $CLASSPATH then automate the process with https://github.com/jeroenr/Maven-Jsvc-Plugin glad you're on