Attributes Compiler gets stuck sometimes

2006-05-05 Thread Cagatay Civici
Hi, Sometimes when running the attributes compiler ant task(attribute-compiler), the compiler freezes and the only way out is to terminate the script. Anyone experienced this before? Thanks, Cagatay

Re: Attributes Compiler gets stuck sometimes

2006-05-05 Thread Jacob Kjome
I'm actually not familiar with the attributes compiler ant task you speak of. However, it usually helps to run ant with -debug. You may find out that more is going on than you realize. Jake Quoting Cagatay Civici [EMAIL PROTECTED]: Hi, Sometimes when running the attributes compiler ant

Re: Attributes Compiler gets stuck sometimes

2006-05-05 Thread Leo Sutic
The next time it freezes, get a thread dump and post it here: Do you run Windows or Unix? If Windows: Hit Ctrl+Break If Unix: Use ps and grep to find the process id of the frozen VM. Then do kill -3 process id (Anybody knows of a better way?) /LS On 5/5/06, Cagatay Civici [EMAIL PROTECTED]

Validator - Wildcards for Indexed Properties?

2006-05-05 Thread Tonnis Wildeboer
We use fairly complex Struts ActionForms that include tables generated from indexed properties returning beans. We don't know how many elements the indexed property will have. (i.e. We don't know how many rows the table will have.) So the question is, how do I describe the field properties

Re: Validator - Wildcards for Indexed Properties?

2006-05-05 Thread Niall Pemberton
Validator's handling of indexed properties isn't optimal - it only handles one level thru' the use of the indexedListProperty attribute. In the example you give you should be able to do something like the following: field indexedListProperty=beanAPropA.indexedPropA property=beanBPropA

DBCP Question

2006-05-05 Thread Gibbs, Philip \(Robert Half\)
Apologies for perhaps sending this to the wrong group. If you know the appropriate group perhaps you could forward this to it. I am using the PoolingDataSource and am successfully getting a connection to the DB. However, the Select statements Im using are utilizing database links in the

Looking for a CLI!

2006-05-05 Thread Fasih
Hi I am looking for something like a CLI, something that can prompt user and can have actions on the basis of the input. I thought commons-CLI was what I was looking for, but it turned out to be designed around the getopt sort of a functionality. Is there something in commons that I missed?

RE: Axis and Tomcat - java.lang.NullPointerException

2006-05-05 Thread Srivani Ausula
Assuming the problem could be at common-discovery I posted here. Getting some pointers from tomcat-users-list but the issue is not yet resolved.If I am able to solve the problem I would definitely post the solution. Thanks, A Srivani. From: [EMAIL PROTECTED]

Re: [BEANUTILS] Alignment with JSTL standard?

2006-05-05 Thread Gabriel Belingueres
Thanks for the pointers Henri. I'll post the changes in Bugzilla as soon as I could. Right now, I'm formatting the java code to follow the current code formatting. However, I couldn't find no Jalopy .codestyle file on the Internet that would allow me to accelerate this process. Regards,

RE: DBCP Question

2006-05-05 Thread Gibbs, Philip \(Robert Half\)
I have resolved this issue. I determined that the link name had to have a '@' prepended to it as in [EMAIL PROTECTED] T1, .. Thanks... Regards, Phil Gibbs Consultant - Robert-Half Int'l. -Original Message- From: Tahir Akhtar [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 2:24

RE: DBCP: Native SSPI library not loaded

2006-05-05 Thread Alfredo Ledezma Melendez
Try putting jtds jar in common/lib and not into WEB-INF/lib, i. e. get it out from your web application. Regards ... just guessing ... -Original Message- From: Daniel Lipofsky [mailto:[EMAIL PROTECTED] Sent: Viernes, 05 de Mayo de 2006 01:51 p.m. To: commons-user@jakarta.apache.org

[Validator] Not all validators executed

2006-05-05 Thread Leandro Saad
Hi all. I'm trying to get a better sense on how commons validator works. In this example: !DOCTYPE form-validation PUBLIC -//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.3.0//EN http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd; form-validation

RE: DBCP: Native SSPI library not loaded

2006-05-05 Thread Daniel Lipofsky
I didn't have it in WEB-INF/lib (just server/lib). I tried adding it to WEB-INF/lib but that didn't help. Does anyone have any other ideas? Thanks, Dan -Original Message- From: Alfredo Ledezma Melendez Try putting jtds jar in common/lib and not into WEB-INF/lib, i. e. get it out

Re: Looking for a CLI!

2006-05-05 Thread Henri Yandell
On 5/5/06, Fasih [EMAIL PROTECTED] wrote: Hi I am looking for something like a CLI, something that can prompt user and can have actions on the basis of the input. I thought commons-CLI was what I was looking for, but it turned out to be designed around the getopt sort of a functionality. Is

RE: DBCP: Native SSPI library not loaded

2006-05-05 Thread Alfredo Ledezma Melendez
Two questions What kind of application are you running (standalone, webapp, swing...)? If using a webapp server, what server are you using? -Original Message- From: Daniel Lipofsky [mailto:[EMAIL PROTECTED] Sent: Viernes, 05 de Mayo de 2006 04:32 p.m. To: Jakarta Commons Users

Bugzilla-JIRA migration

2006-05-05 Thread Henri Yandell
At some point tonight, I'm going to go ahead and get stuck into migrating the Jakarta Commons issues from Bugzilla to Jira. I'm on the US West Coast, so that means in about 6 hours time. I'm not going to make the Bugzilla read-only beforehand, instead I'll leave things open so people can

Re: Looking for a CLI!

2006-05-05 Thread Fasih
Thank you for the reply Henri. I was browsing through the net, I think that JLine is closer to what I am looking for. It is like java readline. Supports Tab Auto Completion etc. +Fasih - Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Users List

Re: Looking for a CLI!

2006-05-05 Thread Henri Yandell
Have come across that one before I think. Thanks for mentioning it, I'd thought it had a lot more in the way of native dependencies. I need to play with that myself :) Hen On 5/5/06, Fasih [EMAIL PROTECTED] wrote: Thank you for the reply Henri. I was browsing through the net, I think that

RE: Need help processing multipart data in client application.

2006-05-05 Thread Julius Davies
Hi, Kevin, If you have the J2EE mail.jar and activation.jar in your classpath, you can do something like this: import javax.activation.DataSource; import javax.mail.BodyPart; import javax.mail.MessagingException; import javax.mail.internet.MimeMultipart; final InputStream stream =

Re: Bugzilla-JIRA migration

2006-05-05 Thread Henri Yandell
Cancel that. While the migration looks like it'll go fine in testing - we've unearthed a known bug in batch-moving in which affects-version and fix-version can't be retained even when the two projects have the same version. http://jira.atlassian.com/browse/JRA-8248 Jeff (resident Jira expert)