Template based messages.

2010-08-11 Thread sha...@arosys.com
Hi My requirement is to send the mails in bulk on the basis of some criteria (like age city etc.). Does it possible to prepare the templates to send the mails. How can I start with this? Thanks Shammi mail2web.com –

[email] Re: Template based messages.

2010-08-11 Thread Siegfried Goeschl
Hi Shammi, commons-email is about creating (and sending) various forms of MimeMessages so you need some infrastructure to create the messages dynamically. Over the years I've done that using +) embedded scripts +) XSLT +) Velocity Cheers, Siegfried Goeschl On 11.08.10 09:38,

[Logging] : Use of Jdk14Logger is not creating log file

2010-08-11 Thread Jasmin Mehta
Hi, I'm using org.apache.commons.logging.impl.Jdk14Logger as my log class. Here is my commons.properties file which I have set it in the classpath while deploying on OC4J 10.1.3.5 App server. I am using Java 1.5.0.18 But its not creating the log file. What is that I am doing wrong here?

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Abigail Gertner
On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned here: http://commons.apache.org/scxml/guide/contexts-evaluators.html Is it possible to call a method using the expression

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Rahul Akolkar
On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned here:  

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Abigail Gertner
On 8/11/2010 3:36 PM, Rahul Akolkar wrote: On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned

Re: [Logging] : Can commons.logging be used without log4j

2010-08-11 Thread Jasmin Mehta
Brent, I am using log4j.properties instead of log4j.xml. Will RepositorySelector concept still work? What changes I should make into this method? private static void loadLog4JConfig(ServletConfig config, Hierarchy hierarchy)

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Rahul Akolkar
On Wed, Aug 11, 2010 at 3:51 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 3:36 PM, Rahul Akolkar wrote: On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the