jxpath NullPointerException

2005-07-26 Thread Chris Picton
Hi all I am trying to get a Pointer to the last node in a set of nodes, using the following xpath: //[EMAIL PROTECTED]'1'][last()] I get the following exception thrown: --- Exception in thread main java.lang.NullPointerException at

RE: error initializing parser

2005-07-26 Thread Nicolas Maujean
ok I found the error, I had to login before From: Nicolas Maujean [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List commons-user@jakarta.apache.org To: commons-user@jakarta.apache.org Subject: error initializing parser Date: Mon, 25 Jul 2005 13:32:59 + Hi, I get an error when I

Re: [logging] lon4j only implementation to solve out of memory errors

2005-07-26 Thread Paul Austin
Hi Simon, I am running my application on Tomcat 5.5 under Sun JDK 1.4.2_07-b05 on Windows XP. For the production environment it will be Oracle Application Server 9.0.4.1 under JDK 1.4.2 on Solaris 2.8 (I haven't had access to test on that server yet). The original discussion where I started to

org.apache.commons.beanutils.PropertyUtils.describe(Object )

2005-07-26 Thread Tamas Szabo
Hi, I had some code which gets the properties of a bean and puts them in a Map. Now I switched to Commons Beanutils, and I'm using org.apache.commons.beanutils.PropertyUtils.describe(Object ) to do the same, but I learned that the Object.getClass() is considered a getter, so I get a class

[Betwixt] Customizing Vector binding with dot betwixt file

2005-07-26 Thread Rodrigo Partearroyo
I´m trying to serialize a Vector of Strings. They are the security-roles allowed to access some part of my webapp. The output i need is this: security-roles security-role rol=rol1 / security-role rol=rol2 / security-role rol=rol3 / security-role rol=rol4 / /security-roles but all

Re: Fileupload problem via SSL.

2005-07-26 Thread Brian Cook
H. Is it possible that in the case of large files the time it is taking to upload and decrypt them is taking longer that Apache is configuured to wait? Causing Apache ot time out? Another though I know we have problems with file uploads if the file name includes Unicode characters.

Re: [fileUpload] Corrupt Word File Upload

2005-07-26 Thread Brian Cook
Hmmm... Just guesses but do the word files contain spaces or special characters? I have problems uploading files that contain Unicode. But that has different symptoms. You will be more likely to get responses if you review the posting recommendations at

Re: Corrupt Word File Upload

2005-07-26 Thread Martin Cooper
On 7/25/05, Ken D. Nelson [EMAIL PROTECTED] wrote: HI All - I am using the File commons component. I have run into an issue with upload Microsoft Files (Word/Excel). It appears that files are being corrupted. When I upload PDF or Text files, all is well - even large files (10

Re: [resources/i18n] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-26 Thread Mattias Jiderhamn
At 2005-07-26 04:06, you wrote: Thank you very much, Mattias. If you could, plz show me a simple example :) for clearly understanding! Example of how to use i18n? See http://jakarta.apache.org/commons/sandbox/i18n/examples.html At 2005-07-25 08:20, you wrote: Hi all, I wonder whether or

Re: org.apache.commons.beanutils.PropertyUtils.describe(Object )

2005-07-26 Thread Grégory Joseph
Hi Tamas, On 26/07/05, Tamas Szabo [EMAIL PROTECTED] wrote: Hi, I had some code which gets the properties of a bean and puts them in a Map. Now I switched to Commons Beanutils, and I'm using org.apache.commons.beanutils.PropertyUtils.describe(Object ) to do the same, but I learned that the

Re: org.apache.commons.beanutils.PropertyUtils.describe(Object )

2005-07-26 Thread Simon Kitching
On Tue, 2005-07-26 at 23:54 +0800, Tamas Szabo wrote: Hi, I had some code which gets the properties of a bean and puts them in a Map. Now I switched to Commons Beanutils, and I'm using org.apache.commons.beanutils.PropertyUtils.describe(Object ) to do the same, but I learned that the

RE: Fileupload problem via SSL.

2005-07-26 Thread Zsolt
Thank you Brian, it was a small file. The reason was internet explorer that needs in apache: SetEnvIf User-Agent .*MSIE.* \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 Zsolt -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent:

RE: Fileupload problem via SSL.

2005-07-26 Thread Simon Kitching
This looks like useful information to add to the FAQ on the wiki http://wiki.apache.org/jakarta-commons/FileUpload Regards, Simon On Wed, 2005-07-27 at 06:44 +0200, Zsolt wrote: Thank you Brian, it was a small file. The reason was internet explorer that needs in apache: SetEnvIf