org.apache.commons.lang.xwork.StringUtils location

2009-09-24 Thread Martin Gainty
Morning All trying to locate commons-lang version which contains xwork StringUtils specifically org.apache.commons.lang.xwork.StringUtils Any advice would be greatly appreciated thanks Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2009-10-09 Thread Martin Gainty
amazing in this global depression someone would be mindless enough to tell the whole world this employer is paying me to do absolutely nothing Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie

RE: DBCP woes (running out of cursors).

2009-10-14 Thread Martin Gainty
if you display the queries here and we can help you show how to properly structure the statements you're using Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet

RE: math KMeansPlusPlusClusterer Failing unittest

2009-10-20 Thread Martin Gainty
can we see the import statement for Test? thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: Managing content in an SCXML file

2009-11-03 Thread Martin Gainty
the size of the message? if not you might want to implement a packet model to buffer the packets to a known structure (as in some sort of linked-list) until body EOT is achieved sounds like a fun project! Bon Chance Martin Gainty __ Note de déni et

RE: Commons-Compress tar entry name encoding

2009-12-04 Thread Martin Gainty
you'll need to accomodate russian cyrillic characters in your java code, xml files and database either that or stick with english Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: [Commons Math] Curious about Apache Commons Math

2010-03-19 Thread Martin Gainty
Bienvenue Luc! can you provide examples of any advantages of using Apache Math project over the provided java.Math library? Merci Beacoups! Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si

RE: Serializable alternative to MultiHashMap

2010-03-19 Thread Martin Gainty
i had a requirement which called for accumulating a collection of known objects so i used parameterised ArrayList e.g. ArrayListOMElement I have yet to discover any package which will support Collection(s) of Collection(s) anyone ? Martin Gainty

RE: Adapting legacy request parameters into new POJO?

2010-04-12 Thread Martin Gainty
%MORPH_HOME%\src\net\sf\morph\MorphTestCase.java %MORPH_HOME%\src\net\sf\morph\MorphTestRunner.java %MORPH_HOME%\src\net\sf\morph\SpeedComparison.java HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: [Commons SCXML] - Parallel states and external invocation. Best practice.

2010-04-20 Thread Martin Gainty
cond to evaluate to true (and see if that will activate the state) http://commons.apache.org/scxml/guide/scxml-documents.html#custom sorry..did'nt mean to jump in mid-thread rahul! Martin Gainty __ Note de déni et de confidentialité Ce message est

RE: Commons-net FTP and AIX 5.3 FTP Server

2010-04-23 Thread Martin Gainty
/receive and process in ascii i would strongly suggest setting type='a' http://www.ucop.edu/irc/campus_specs/ftp/aixftp.html what happens when you use issue the same series of commands at command-line prompt? Martin Gainty __ Verzicht und

RE: [VFS] Trying To Use WebDAV

2010-04-27 Thread Martin Gainty
Guten Tag on which container will you be implementing? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: [fileupload] How to limit an upload speed?

2010-05-04 Thread Martin Gainty
compress what you have before sending it up is the suggestion i can make Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: [scxml] templating/src/xinclude and returning a value(through datamodel/donedata)

2010-05-06 Thread Martin Gainty
-ticket state id=airline-ticket datamodel data... the association of this data would be to airline-ticket and could not be used in hotel or restaurant a complete scxml tutorial is available at http://commons.apache.org/scxml/guide/datamodel.html HTH Martin Gainty

RE: [daemon]UnsatisfiedLinkError: net exception thown through JSVC but not when natively called

2010-07-23 Thread Martin Gainty
if that resolves keep us apprised, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: [daemon]UnsatisfiedLinkError: net exception thown through JSVC but not when natively called

2010-07-26 Thread Martin Gainty
tell me why? Anyone know of such a thing? Or have any other ideas? Jason -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, July 23, 2010 11:29 AM To: user@commons.apache.org Subject: RE: [daemon]UnsatisfiedLinkError: net exception thown

RE: Static versus Transient Logger Declarations

2010-09-10 Thread Martin Gainty
)); } catch(Exception e) { System.err.println(problem with Logger exception is+e.getMessage()); } ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem

RE: [math]How to do standardizing (normalizing)

2010-10-03 Thread Martin Gainty
the unique class object called double_array_list If anyone else has discovered this anomaly and has a solution please let me know thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Commons Configuration 1.7

2010-10-19 Thread Martin Gainty
/plugin /plugins /build /project HTH Martin Gainty __ Please do not alter or disrupt this transmission. Thank You From: ronak.pa...@baesystems.com To: user@commons.apache.org Date: Mon, 18 Oct 2010 17:51:30 -0700 Subject: RE

RE: [Primitives] Does anyone use this?

2010-11-02 Thread Martin Gainty
Brian how does primitive collections implementation perform better than JDK collections? thanks, Martin __ please do not alter or disrupt this transmission. thank you Subject: Re: [Primitives] Does anyone use this? From:

RE: [Primitives] Does anyone use this?

2010-11-02 Thread Martin Gainty
http://static.springsource.org/spring/docs/1.2.9/reference/beans.html thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger

RE: [vfs] - Problem with httpclient

2011-02-03 Thread Martin Gainty
) { log.debug(Handle your IOException from client.executeMethod here); } catch(HttpException http_exception) { log.debug(Handle your HttpException from client.executeMethod here); } Saludos Cordiales, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung

RE: Question.

2011-02-11 Thread Martin Gainty
i usually stick to the saying it it aint broke dont fix it .. apparently i am the only person that thinks time is better spent working on new features instead of changing old code.. developers who force refactoring of implementation code because someone decided to demote a String param or

RE: [beanutils] Problems with BeanUtilsBean : Convert Date to String

2011-04-22 Thread Martin Gainty
org.apache.commons.beanutils.ConvertUtilsBean { private void register(Class clazz, org.apache.commons.beanutils.Converter converter) } switch the arguments Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: [Jelly] XML ForEach tag hangs

2011-04-29 Thread Martin Gainty
Czaba which xml-parser are you implementing? what is the version of which xml-parser you are implementing? Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet

RE: [Jelly] XML ForEach tag hangs

2011-04-30 Thread Martin Gainty
trying not to point fingers (at least until we have ALL the facts) a similar incident happened on another apache project and an older version of xml-parser was at fault trying to determine the implemented xml-parser and the version in this case would *at least* isolate the problem to that

RE: [Jelly] XML ForEach tag hangs

2011-04-30 Thread Martin Gainty
Apr 2011 15:40:53 +0200 Subject: Re: [Jelly] XML ForEach tag hangs From: csab...@gmail.com To: user@commons.apache.org Hi, thank you very much for your responses. I'm already trying to determine the version of xml parser without much success yet. Csaba 2011/4/30 Martin Gainty mgai

RE: [Jelly] XML ForEach tag hangs

2011-05-03 Thread Martin Gainty
-src\src\test\org\apache\commons\jelly\test\xml\TestCData.java looking good for dom4j (working) Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha

RE: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader

2011-05-11 Thread Martin Gainty
classloader I would load the jar there first vi /home/jim/.bashrc for bash /home/jim/.cshrc for cshell /home/jim/.tcsh for tshell export CLASSPATH=/usr/java/lib/tools.jar:/usr/local/share/tomcat6/bin/commons-daemon.jar:/usr/local/share/tomcat6/bin/bootstrap.jar:$CLASSPATH hth/ Martin Gainty

RE: Samuel Pio Joseph is out of the office.

2011-06-29 Thread Martin Gainty
their employers must be loaded...these guys take a boatload of vacation any suggestions on filtering out of country/office/my mind emails? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: [digester] Jaxenter interview about Digester3!!!

2011-07-12 Thread Martin Gainty
one of the situations I have seen is a traditional container will hot deploy refactored elements in a webapp descriptor. Lately we've seen rather large descriptor complex data elements declared and populated thru annotations. since each extension used its own 'digester-loader' so there was no

RE: Commons daemon - stop the service

2012-06-07 Thread Martin Gainty
;/* Destroy the service */ java_destroy();/* Destroy the Java VM */ if (JVM_destroy(ret) != true) return 7; yes if all goes well the JVM should be destroyed Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: [jxpath] Walk the path.

2012-06-23 Thread Martin Gainty
start with DefaultNavigator selecting the Iterator that most closely works for the level you need to work with calculate the delta(s) as necessary Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: [dbcp] prepared statement caching when connections are closed but connection pool still has connection

2012-07-27 Thread Martin Gainty
Folks- in the case Of DelegatingStatement Statement iterator will close open Statement handles during the passivate stage of a DBCP connection_pool close..here is the code: protected void passivate() throws SQLException { try { // The JDBC spec requires that a Connection

FW: [email] Download on all mirrors broken?

2012-08-09 Thread Martin Gainty
Admin can you fix broken link at http://mirror.metrocast.net/apache//commons/email/source/commons-email-1.3-src.zip Thanks! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: [jexl] empty() function crashes if called with int[]

2012-08-10 Thread Martin Gainty
{} create the HashMap first with 0 entries http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html Objects are not primitive types and vice versa Initialise ints as Integer first new Integer(intValue); Martin Gainty __ Jogi és Bizalmassági

RE: http proxy API

2012-08-23 Thread Martin Gainty
private void connect(InetAddress anAddr, int aPort, int timeout) 230 throws IOException { HTH, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht

RE: [codec] Java 1.3 compliant base64 encoder / decoder

2012-08-23 Thread Martin Gainty
Im not sure what specific restrictions implementing a 1.3 JVM will impose but... You can manipulate Base64 Images via encode and decode as byte[] http://javadoc.google-api-java-client.googlecode.com/hg/1.3.1-alpha/ does this help? Martin __ Verzicht

RE: [io] Are FileUtils and IOUtils thread safe?

2012-09-29 Thread Martin Gainty
() { return System.getProperty(java.io.tmpdir); } how is public static immutable? how is public static threadsafe? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: [sanselan] Removing GPS tags problem

2012-12-01 Thread Martin Gainty
Good Evening Piotr //assuming TiffOutputSet is a representation of the meta data acquired from your Tiff file//once you *acquired* the output set from JpegMetadata TiffOutputSet outputSet = exif.getOutputSet(); //then setting both the lat and long as doubles will effectively 0 out the GPS

RE: [net] Hostname verification with FTPSClient

2013-03-04 Thread Martin Gainty
Mads keytool -printcert -v -file CertificateIssuedByVerisignToVolvo.cer Owner: O=Nokia Issuer=Versign If FTPSclient certificate hostname verification accepts any hostname other than the owner while you are attempting SSL transmission to Nokia then the certificate hostname verification is not

RE: [LANG] How to escape JSON data

2013-04-11 Thread Martin Gainty
we ran into a problem with single tickmarks in Struts-user with JSON parse method..to wit; var json_parse = (function () { use strict; // This is a function that can parse a JSON text, producing a JavaScript // data structure. It is a simple, recursive descent parser. It does not use //

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

2013-04-29 Thread Martin Gainty
If you are implementing on Linux classpath version mismatches can be overcome by executing version-specific maven-jsvc-plugin in pom.xml build plugins plugin artifactIdMaven-Jsvc-Plugin/artifactId grab the source here https://github.com/jeroenr/Maven-Jsvc-Plugin Martin

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

RE: BeanUtils website broken links

2013-06-14 Thread Martin Gainty
https://issues.apache.org/jira/browse/BEANUTILS-442 Thanks Gerry! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-12 Thread Martin Gainty
Keep in mind whatever file system you introduce to commons-io your new filesystem will need to support: Utility classes - with static methods to perform common tasksInput - useful Input Stream and Reader implementationsOutput - useful Output Stream and Writer implementationsFilters -

RE: [DAEMON] Assigning JVM to a core

2013-10-10 Thread Martin Gainty
Gary which version of os/arch are you targetting? Martin Date: Thu, 10 Oct 2013 22:08:09 -0400 Subject: [DAEMON] Assigning JVM to a core From: garydgreg...@gmail.com To: user@commons.apache.org Hi All: Is there a way to tell [daemon] to run a JVM on a specific core within a

RE: [DAEMON] Assigning JVM to a core

2013-10-16 Thread Martin Gainty
:38 PM, Gary Gregory garydgreg...@gmail.comwrote: Ping? On Thu, Oct 10, 2013 at 10:13 PM, Gary Gregory garydgreg...@gmail.com wrote: On Thu, Oct 10, 2013 at 10:11 PM, Martin Gainty mgai...@hotmail.com wrote: Gary which version of os/arch are you targetting? Martin

RE: [dbcp] memory leak: org.apache.commons.pool.impl.CursorableLinkedList$Listable

2013-10-22 Thread Martin Gainty
weak references are GC'ed when you close() your CursorableLinkedList when do you close your CursorableLinkedList? if you have ehcache (or any other caching mechanism) you will want to be proactive about removing the cache entries for connection-objects where connection times out or becomes

RE: Sample to merge multiple tiffs

2014-03-11 Thread Martin Gainty
create a composite image based on 2 existing images (.tiff files) try batik users Martin __ From: irfan.moham...@wellsfargo.com To: user@commons.apache.org Subject: Sample to merge multiple tiffs Date: Tue, 11 Mar 2014 20:52:25 +

RE: Commons Configuration Web Site Broken

2014-03-13 Thread Martin Gainty
Date: Thu, 13 Mar 2014 14:33:04 + Subject: Re: Commons Configuration Web Site Broken From: seb...@gmail.com To: user@commons.apache.org On 12 March 2014 20:27, Oliver Heger oliver.he...@oliver-heger.de wrote: Hit Matt, thanks for spotting this. It looks like an intermediate

RE: [daemon]

2014-03-20 Thread Martin Gainty
From: frederick.van-der-n...@hp.com To: user@commons.apache.org Subject: [daemon] Date: Thu, 20 Mar 2014 15:05:05 + Hi, I have been having an issue where the windows service I created will hang. I was able to start my java program as a Network Service. It starts and stops

RE: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted

2014-03-21 Thread Martin Gainty
Date: Fri, 21 Mar 2014 22:45:29 +0100 From: dont_k...@gmx.net To: user@commons.apache.org Subject: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted Hi, is it permitted to call getConfiguration more than once on the same instance

RE: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted

2014-03-22 Thread Martin Gainty
your queen MGyour move.. /configuration That just made my day :) Thanks for your effort Stefan Am 22.03.2014 02:17, schrieb Martin Gainty: Date: Fri, 21 Mar 2014 22:45:29 +0100 From: dont_k...@gmx.net To: user@commons.apache.org Subject: [configuration] Calling

RE: [VFS] Which Hadoop 2.x .jars are necessary with VFS HDFS access?

2014-04-08 Thread Martin Gainty
Roger- look for artifactIdhadoop-core/artifactId in the dependenciesdependency section in your pom.xml if either mvn compile mvn package cannot locate hadoop-core you'll need to sync your distributionManagement section in pom.xml for hadoop-core snapshots hadoop-core releases Ping back

RE: VFS HDFS access

2014-04-12 Thread Martin Gainty
and then mounting a HDFS mountpoint http://lucene.472066.n3.nabble.com/Mounting-HDFS-on-client-td4107671.html Sorry for the long delay in response..Ive been knee deep in multiple house repair items..this has been a long costly winter HTH Martin Gainty

RE: [collections] Problems compiling w/gentoo

2014-04-18 Thread Martin Gainty
Known bug running commons-collections-3.2.1 on IBM JDK 1.5/1.6 https://www.mail-archive.com/dev@commons.apache.org/msg41702.html HTH Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Getting FTP Server Response as 7 from FTPClient api

2014-05-01 Thread Martin Gainty
is the FTP Server you are contacting AIX? if so ...your cd command in your FTP script failed http://publib.boulder.ibm.com/infocenter/zvm/v5r4/index.jsp?topic=/com.ibm.zvm.v54.kijl0/retcds.htm Martin Gainty __ From: tarun.ku...@markit.com

RE: StringEscapeUtils.escapeXml XX

2014-05-05 Thread Martin Gainty
if you didnt catch XSS Vector at Javascript as it was coming in from Browser then you can write your own from: http://commons.apache.org/proper/commons-lang/javadocs/api-2.6/src-html/org/apache/commons/lang/StringEscapeUtils.html private static void escapeJavaStyleString(Writer out, String str,

RE: [email] - Secure Password Authentication in Outlook

2014-05-27 Thread Martin Gainty
From: a...@alard.net To: user@commons.apache.org Subject: [email] - Secure Password Authentication in Outlook Date: Tue, 27 May 2014 14:22:20 +0100 Hi all I'm using the Apache Commons Email classes to send emails using SMTP. I'm connecting via SMTP so I don't have to support

RE: (beanutils) possible problem with beanutils being used by geoserver

2014-05-30 Thread Martin Gainty
you should ask this on glassfish-users but since I monitor both lists here is the solution when you enable security manager in Glassfish Changing Permissions for an ApplicationThe default policy for each domain limits the permissions of Java EE deployed applications to the minimal set of

RE: Commons Config: Variable Interpolation

2014-07-11 Thread Martin Gainty
org.apache.commons.configuration.CommonsConfigurationTest.java instead I will be filing a detailed JIRA as soon as I finish sending this email (and will copy you0 Many thanks for pointing out this show-stopping bug Ron! Martin Gainty _ place inlined CommonsConfigurationTest.java in /src/test/java/org

RE: [daemon]

2014-07-17 Thread Martin Gainty
jsvc.exe -outfile stdout.out -errfile stderr.errcat stdout.out cat stderr.err report back the results Martin From: andrew.mar...@exactearth.com To: user@commons.apache.org Subject: [daemon] Date: Thu, 17 Jul 2014 16:24:14 + Hi, I’m trying to run a java daemon using jsvc and the

RE: [daemon]

2014-07-17 Thread Martin Gainty
jsvc.exec error: Cannot load daemon 17/07/2014 17:39:24 10599 jsvc.exec error: Service exit with a return value of 3 This is from the error file. Nothing in the stdout file. Andrew -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: July-17-14 12:37 PM

RE: [daemon]

2014-07-17 Thread Martin Gainty
-daemon. I know this is fine, because if I just run the jar using java -jar, it works. I also know that it is being passed correctly to jsvc, because when I remove it I get a more fundamental error. Best, Andrew -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com

RE: [vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node

2014-07-31 Thread Martin Gainty
org.w3c.dom.Node is at the heart of XML and is used by SAX,DOM and STAX org.w3c.dom is currently not used by the Following implementations in commons-configurations: properties FileSystems such as VFS or Hadoop FS DB unless of course we convert Properties/VFSFileEntitiesHadoop/DB to XML DOM Node

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Martin Gainty
Morning Konradthe htp/file/ftpuploader will need to have apriori knowledge of both:location of Main distro usually 'baseDir' location of ancillary files..pics, classes, sources, html,css This is the reason why you will never see an apache server provisioning individual files(except for

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-07 Thread Martin Gainty
with no details provided nobody could understand question your scenario you changed the question from how do I use fileupload toHow do I use construct MIME multipart message containing non-ascii jpg/gif/etc files In the case of MimeMultipart messages you should be following

RE: [OT] - Can anyone add me to the Shiro mailing list?

2014-09-10 Thread Martin Gainty
Konrad- start here http://shiro.apache.org/mailing-lists.html a few caveats ...before you send something out: 1)eliminate any proprietary info 2)be every so careful what you say as many people other than apache folk subscribe to this list 3)if you *think* you found a bug (anything which does

RE: Returning non-zero exit code in Windows

2014-09-25 Thread Martin Gainty
From: srijithu...@india.com Date: Thu, 25 Sep 2014 19:27:33 +0530 Subject: Returning non-zero exit code in Windows To: user@commons.apache.org Hi All, I am making use of commons-daemon to get my java process started as a Windows Service. I am installing the service and

RE: [fileupload] multipart parsing failed: null?

2014-11-22 Thread Martin Gainty
Kristian/Thomas: Would it help to take a look at the connection paramaters for ProxyPass? max to throttle the max number of connections to backend? ttl to throttle the time to live for inactive connections? retry increase the amount of time for backend server people to reboot or fix the problem

RE: [lang] SystemUtils and Cygwin

2015-01-01 Thread Martin Gainty
Date: Thu, 1 Jan 2015 20:34:32 -0200 From: cereda.pa...@gmail.com To: user@commons.apache.org Subject: [lang] SystemUtils and Cygwin Dear friends, I have to execute a certain system command according to the underlying operating system; so far, SystemUtils works like a charm. But now

RE: [lang] SystemUtils and Cygwin

2015-01-02 Thread Martin Gainty
Date: Fri, 2 Jan 2015 06:54:02 -0200 From: cereda.pa...@gmail.com To: user@commons.apache.org Subject: Re: [lang] SystemUtils and Cygwin Hello, Jörg! Ah, thank you very much for the explanation. I now understand how a process works under Cygwin (to be honest, I was suspecting it

RE: [exec] Can't kill process?

2015-02-02 Thread Martin Gainty
Date: Mon, 2 Feb 2015 10:45:44 +0100 From: siegfried.goes...@it20one.com To: user@commons.apache.org Subject: Re: [exec] Can't kill process? Mhmm - see https://msdn.microsoft.com/en-us/library/windows/desktop/ms686722(v=vs.85).aspx MGdont know if calling Paul Allen out of retirement

RE: [configuration] Adding CData to xml property

2015-01-07 Thread Martin Gainty
Date: Tue, 6 Jan 2015 18:40:07 +0100 From: oliver.he...@oliver-heger.de To: user@commons.apache.org Subject: Re: [configuration] Adding CData to xml property On 06.01.2015 17:55, jeevi tesh wrote: Hi, Need to add CDATA into XML Property element, but special character are

RE: [dbcp] setting connection defaults

2015-09-06 Thread Martin Gainty
Container usually define attributes of DataSource it will support SO Tomcat will configure connection-pool thusly: https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html HTH Martin __

RE: SCXML project

2016-02-01 Thread Martin Gainty
own site which supports plain text) MG>Thanks Ate > > Ate > > On 2016-01-28 14:32, Martin Gainty wrote: >> Hi Atecurrently testing what happens when log4j.properties or log4j.xml is >> missing (cured by inserting a working log4j.properties into scxml classpat

RE: SCXML project

2016-01-28 Thread Martin Gainty
__ > Subject: Re: SCXML project > To: user@commons.apache.org > From: a...@douma.nu > Date: Wed, 27 Jan 2016 22:10:50 +0100 > > On 2016-01-26 22:36, Martin Gainty wrote: > > > > mvn package doesnt pack

RE: SCXML project

2016-01-24 Thread Martin Gainty
+1 Thanks Gary! Martin Gainty __ > Date: Sat, 23 Jan 2016 14:07:08 -0800 > Subject: Re: SCXML project > From: garydgreg...@gmail.com > To: user@commons.apache.org > > Guilherme, > > I have not seen much activity. We

RE: SCXML project

2016-01-26 Thread Martin Gainty
d it sounds interesting: > > http://cdn.intechopen.com/pdfs-wm/46457.pdf > > It looks like it exports Stateflow to SCXML MG>will Stateflow support Harel FSM? MG>Please confirmMG>Obrigado! > > On Sun, Jan 24, 2016

RE: [net] Getting MalformedServerReplyException in FTPClientExample Class

2016-04-01 Thread Martin Gainty
ALL of these files have Locale.ENGLISH hardcoded:

RE: [net] Getting MalformedServerReplyException in FTPClientExample Class

2016-04-01 Thread Martin Gainty
i tried to login to my FTP server with english username/password english authenticates with username,password and ftp opens valid connection: .\target\test-classes>java -classpath C:\Maven-plugin\commons-net\target\classes;.;%CLASSPATH% examples.ftp.FTPClientExample -l 12.123.12.12 n**

RE: NPE in getRemoteAdress

2016-08-29 Thread Martin Gainty
os.flush(); > fos.close(); > } > } > > That works too?! > > I will go deeper into that at weekend and check whats going on, but at > the moment i really dont understand it. Maybe some k

RE: NPE in getRemoteAdress

2016-08-30 Thread Martin Gainty
he problem. The socket is > closed, which should _not_ be closed. But i dont know what is causing > this wierd behaviour. > > The project is open source. If you would like to take a look at it, i > can send you the project url by private mail. > > Regards > > Oli >

RE: NPE in getRemoteAdress

2016-08-28 Thread Martin Gainty
where is connectionInfo initialised? -M > To: user@commons.apache.org > From: oliver.zem...@gmail.com > Subject: NPE in getRemoteAdress > Date: Sun, 28 Aug 2016 15:50:36 +0200 > > Hi > > i am trying to get some files from a FTP Server. When i use > retrieveFile(), it works, but i would like

RE: NPE in getRemoteAdress

2016-08-28 Thread Martin Gainty
possible timeout waiting for FTP to reply examples.ftp.FTPClientExample says to increase FTP reply timeout with -w parameter if (args[base].equals("-w")) {controlKeepAliveReplyTimeout = Integer.parseInt(args[++base]);} or with

Re: Proper use of Executors

2017-05-28 Thread Martin Gainty
MG>below From: Siegfried Goeschl Sent: Sunday, May 28, 2017 3:41 PM To: Commons Users List Cc: cgama...@gmail.com Subject: Re: Proper use of Executors Hi Chris, there are couple of things to consider * You are using a

Re: [beanutils] JVM problem with BeanIntrospectionData.getWriteMethod()

2017-11-30 Thread Martin Gainty
From: robertlazarski . Sent: Wednesday, November 29, 2017 9:28 AM To: Commons Users List Subject: [beanutils] JVM problem with BeanIntrospectionData.getWriteMethod() Hello all, We recently upgraded to commons beanutils 1.9.3 and are

Re: [scxml] looking for developer for adaptations on Commons SCXML

2017-11-30 Thread Martin Gainty
From: r.c.hoekstra Sent: Thursday, November 30, 2017 4:50 AM To: Commons Users List Subject: Re: [scxml] looking for developer for adaptations on Commons SCXML On 30-11-17 01:49, Woonsan Ko wrote: Hi Woonsan, I'll go through your

Re: [net] Version 3.7

2017-11-18 Thread Martin Gainty
i assume makato sakaguchi wants to merge 28 github commits to 3.7 to svn.apache.org? 3.7 has not yet promoted to https://svn.apache.org/repos/asf/commons/proper/net/tags/ mods reviewed? sign with keys issue? something else? I can help out if someone can point out repo locations and jenkins

Re: [jexl] jexl performance compared to vanilla Java

2017-11-02 Thread Martin Gainty
excellent question! From: Marios Iliofotou Sent: Wednesday, November 1, 2017 5:47 PM To: user@commons.apache.org Subject: [jexl] jexl performance compared to vanilla Java Hi all, I was wondering if there was any discussion regarding the

Re: [email] ImageHtmlEmail and base64 encoded image in html body throws exception

2017-12-07 Thread Martin Gainty
fectly for "src" like http://www.apache.org/images/asf_logo_wide.gif [http://www.apache.org/images/asf_logo_wide.gif] regards Raffaele Gambelli -----Martin Gainty <mgai...@hotmail.com> ha scritto: - Per: Commons Users List <user@commons.apache.org> Da: Martin Gainty &l

Re: [email] ImageHtmlEmail and base64 encoded image in html body throws exception

2017-12-06 Thread Martin Gainty
DataSourceUrlResolver image argument needs to be a URL (not null and not a plain String) DataSourceUrlResolver(final URL baseUrl) M- From: Raffaele Gambelli Sent: Wednesday, December 6, 2017 8:19 AM To:

Re: [DBCP] Possible to get query strings from datasource?

2018-05-04 Thread Martin Gainty
MG>pls see below From: Shawn Heisey Sent: Friday, May 4, 2018 3:16 PM To: user@commons.apache.org Subject: Re: [DBCP] Possible to get query strings from datasource? On 5/4/2018 10:38 AM, Phil Steitz wrote: > The only thing close to this

Re: [DBCP] Possible to get query strings from datasource?

2018-05-05 Thread Martin Gainty
ConnectionPool responsibility is only to execute Validation Query and deliver connection from pre-assembled connection-pool unfortunately since SQL queries come from implementor there is no way for lower level libraries such as commons-pool to know a-priori all of the queries being executed.

Re: [DBCP] Possible to get query strings from datasource?

2018-05-07 Thread Martin Gainty
sey wrote: > On 5/4/2018 4:49 PM, Martin Gainty wrote: >> MG>have a chat with your DBA on BasicDataSource validationQuery >> MG>if this was Oracle it would be something like select 1 from DUAL > This has me chuckling. Let me put on my DBA hat (which doesn't fit all >

Re: commons-lang class JsonToStringStyle does not escape double quote in a string value

2018-05-09 Thread Martin Gainty
can you submit a JIRA ticket with patch? Martin From: Jim Gan Sent: Tuesday, May 8, 2018 8:10 PM To: user@commons.apache.org Subject: commons-lang class JsonToStringStyle does not escape double quote in a string value If string value

Re: [imaging] Comment tag problem

2018-04-27 Thread Martin Gainty
Bruno if your requirement is to insert a comment regardless of Java being installed why not insert a XMP comment into JPEG or GIF using exiv2 tool http://www.exiv2.org/manpage.html Exiv2 utility manual - Image metadata library and tools www.exiv2.org Open

Re: [exec] Executed command can't open file argument

2018-05-03 Thread Martin Gainty
From: Mark Trolley <marktrol...@gmail.com> Sent: Thursday, May 3, 2018 11:30 AM To: Martin Gainty Subject: Re: [exec] Executed command can't open file argument You're absolutely right in that it was the spaces in the filename. If I rename the file without spaces it works correctly. By the

Re: [imaging] Comment tag problem

2018-04-26 Thread Martin Gainty
that would work for embedding comment tag into images which conform to JPEG and TIFF formats if your requirement includes embedding tag into GIF image format you will want to consider Adobe XMP https://docs.oracle.com/cd/B19306_01/appdev.102/b14302/ch_metadata.htm 5 Working with Metadata in

  1   2   >