Re: [email] embed/include dynamic Java Server Pages content in email/NTLM Authentication to Exchange Server

2010-08-10 Thread Siegfried Goeschl
Hi Ferindo, some thoughts along the line 1) all email related libraries I'm aware of are using javax.mail. So you have to get the NTLM authentication working on this level. The last problem you had is related to the SSL certificate being used by your exchange server - please see

How to sort files by date in the FTP server !!!

2010-08-10 Thread Kathiresan Jeyapandian
  Hi all, I need to download/access the old files first in the FTP server. I'm using org.apache.commons.net.ftp library to connect to the FTP server. I'm not sure how to sort the files in the FTP server by created date OR modified date ??? I just wanted to process the list of files by old.

Re: [email] embed/include parsed JSP page file in email HTML body

2010-08-10 Thread Gabriel Belingueres
Hi, It is indeed possible to generate HTML code from a JSP and send it as an email. I've been doing it for a long time, however I tested the code only on Tomcat 4.x and 5.x, beware that I don't know if it is portable across other app servers. The basic idea is to wrap the Response object to a new

[dbcp] connectionInitSqls dynamic SQL

2010-08-10 Thread Pedro Mendes
Hi, It's somehow possible to dynamically change the sql statements in the connectionInitSqls? Thanks, Pedro Mendes

[vfs] SoftRefFilesCache SoftRefReleaseThread

2010-08-10 Thread Davi Menezes
Hi there, I've been using Apache Commons VFS for implementing a file replication solution. I'm facing a couple issues which I would like to check if someone can give some thoughts. First issue is regarding the default cache implementation and resolve of local files. Even though I'm setting

Re: [vfs] Does VFS already has support for FTPS (FTP over SSL)?

2010-08-10 Thread J-Pro
Thanks for the link with patch. I've tried to apply it with tortoise, but somewhy can't build the project. Maybe tortoise messed up. Anyway two questions: 1. Did anyone ever applied this patch? 2. When the new(FTPS patched) version of VFS will be released approximative? Because this

[pool] GenericKeyedObjectPool borrowObject returning null when exhausted

2010-08-10 Thread Karl Baum
I am running into an issue where GenericKeyedObjectPool seems to be returning null when it's exhausted. I have it set to block. Is this expected? apache commons pool 1.5.4 java version 1.6.0_18 OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1) OpenJDK 64-Bit Server VM (build

[scxml] datamodel, custom actions and digester

2010-08-10 Thread Abigail Gertner
Hi -- I have a couple of questions about using commons SCXML. I am trying to use the datamodel within a state as a kind of template, so when I enter the state, I will set some values within the datamodel and then execute some code with the resulting data. I was trying to use an assign statement

Re: [pool] GenericKeyedObjectPool borrowObject returning null when exhausted

2010-08-10 Thread Phil Steitz
Karl Baum wrote: I am running into an issue where GenericKeyedObjectPool seems to be returning null when it's exhausted. I have it set to block. Is this expected? No, this is not expected unless your object factory is returning nulls. Can you provide some more information on your setup

Re: [pool] GenericKeyedObjectPool borrowObject returning null when exhausted

2010-08-10 Thread Karl Baum
Hi Phil. Thanks for the response. It seems as if it was a problem with my code. thx. -karl On Aug 10, 2010, at 10:27 PM, Phil Steitz wrote: Karl Baum wrote: I am running into an issue where GenericKeyedObjectPool seems to be returning null when it's exhausted. I have it set to block.

Re: [scxml] datamodel, custom actions and digester

2010-08-10 Thread Rahul Akolkar
On Tue, Aug 10, 2010 at 7:11 PM, Abigail Gertner gert...@mitre.org wrote: Hi -- I have a couple of questions about using commons SCXML. I am trying to use the datamodel within a state as a kind of template, so when I enter the state, I will set some values within the datamodel and then