Re: James Mailet Documentation & Tutorials

2010-06-10 Thread Norman Maurer
Hi Sravan, I think thats everything you need: http://james.apache.org/server/2.3.2/custom_mailet.html http://james.apache.org/server/2.3.2/custom_matcher.html http://james.apache.org/server/2.3.2/mailet_api.html What exactly you are looking for ? Bye, Norman 2010/6/10 sravan kumar sarraju : >

Re: James Mailet Documentation & Tutorials

2010-06-10 Thread Ranjib Dey
hi, you can start with this on james 2.3.2 http://www.ibm.com/developerworks/java/library/j-james1.html this is a 2 part tutorial which will give you basic understanding of james. and then you can revert back to the mailing list for further queries. Norman is pretty responsive for any technical que

RE: About Message_Name in inbox table

2010-06-10 Thread Gusnadi Kevin
Thanks for the reply Eric and Norman Am I right to say that by "local delivery" means the recipient is inside the JAMES users table ? which also means this "local delivery" is an incoming mail ? The reason why I want mailet to execute after the record is inserted into the James inbox table is :

James Mailet Documentation & Tutorials

2010-06-10 Thread sravan kumar sarraju
Hi All, I'm a newbie to Apache James Server and Maillet API. I would like to learn mail processing using Apache Maillet API . I couldn't find of much of documentation/ tutorials/ beginner guides regarding the usage of Maillet API in the internet. It would be really helpful to me if you can guys ca

Re: About Message_Name in inbox table

2010-06-10 Thread Eric Charles
Hi Kevin, If you define in spoolmanager.xml you will see that MyMailet2 is not invoked for mail locally delivered, just because it is delivered and has no more reasons to live. On the other hand, mail delivery occurs via jms/camel and can be considered "asynchronous": so you have no gua

Re: About Message_Name in inbox table

2010-06-10 Thread Norman Maurer
Hi Gusnadi, with current stable version (2.3.2) its not possible to add some kind of listener. With current trunk (development version) you could add a MailboxListener to the Mailbox and listen for Added event. Bye, Norman 2010/6/10 Gusnadi Kevin : > Thank you for the reply Matte and Norman . >

AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
Got it :-) -Ursprüngliche Nachricht- Von: Baier Aurelius, nhs informatik gmbh [mailto:aurelius.ba...@nhs.ch] Gesendet: Donnerstag, 10. Juni 2010 14:05 An: 'James Users List' Betreff: AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war" o.k. Searching where to report it... --

AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
o.k. Searching where to report it... -Ursprüngliche Nachricht- Von: norman.mau...@googlemail.com [mailto:norman.mau...@googlemail.com] Im Auftrag von Norman Maurer Gesendet: Donnerstag, 10. Juni 2010 14:04 An: James Users List Betreff: Re: Apache 3.0 "james-server-spring-deployment-3.0-SNA

Re: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Norman Maurer
James should work with java 1.5. (It does with spring-deployment, running as non-war). Could you open a bugreport ? Thx, Norman 2010/6/10 Baier Aurelius, nhs informatik gmbh : > Hi Norman > > I needed a while searching a way to copy text in cmd.exe ;-) > After having pasted the content of the lib

AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
Hi Norman I needed a while searching a way to copy text in cmd.exe ;-) After having pasted the content of the lib directory, I wanted to show you some system variables. Then I saw, that the JAVA_HOME pointed to jdk1.5.0_22. I changed it to jdk1.6.0.20 and finally it works ;-) Sorry for the proble

Re: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Norman Maurer
Interesting, could you show me the contents of the lib folder of the extracted war ? Bye, Norman 2010/6/10 Baier Aurelius, nhs informatik gmbh : > o.k. I understand. I asked myself if I would open an attachment from a > mailing list :-/ > > Even if it isn't really readable after the next reply

AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
o.k. I understand. I asked myself if I would open an attachment from a mailing list :-/ Even if it isn't really readable after the next reply ;-) Could the problem be a missing jaxb library? 10.06.2010 12:24:00 org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApp

Re: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Norman Maurer
Attachments do not work on the mailinglist.. So copy and paste is the way to go ;) Bye, Norman 2010/6/10 Baier Aurelius, nhs informatik gmbh : > O.k. :-) > Instead of copy/paste the log file, I attach it directly. > > Thanks a lot for your help! > > > > > > > -Ursprüngliche Nachricht- >

AW: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
O.k. :-) Instead of copy/paste the log file, I attach it directly. Thanks a lot for your help! -Ursprüngliche Nachricht- Von: norman.mau...@googlemail.com [mailto:norman.mau...@googlemail.com] Im Auftrag von Norman Maurer Gesendet: Donnerstag, 10. Juni 2010 12:13 An: James Users List

Re: Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Norman Maurer
Yeah the idea is to "just" start in the servlet container. Could you show us the errors ? Bye, Norman 2010/6/10 Baier Aurelius, nhs informatik gmbh : > Hi everybody > > I am completely new to Apache James and the mailing list(s). For information > source, I know mainly > - http://wiki.apache.or

Apache 3.0 "james-server-spring-deployment-3.0-SNAPSHOT.war"

2010-06-10 Thread Baier Aurelius, nhs informatik gmbh
Hi everybody I am completely new to Apache James and the mailing list(s). For information source, I know mainly - http://wiki.apache.org/james/JamesV3 - http://james.apache.org/server/head/ and the source code as far as I understand it yet. I liked to run the war-File within jetty. But I get some

RE: About Message_Name in inbox table

2010-06-10 Thread Gusnadi Kevin
Thank you for the reply Matte and Norman . I was just wondering , is it possible to make my own mailet to execute after James finished inserting a record to James inbox table ? Thanks and Regards Kevin -Original Message- From: norman.mau...@googlemail.com [mailto:norman.mau...@googlemai

Re: About Message_Name in inbox table

2010-06-10 Thread Norman Maurer
You could also write a Mailet which you then could call before LocalDelivery Mailet. Bye, Norman 2010/6/9 Gerry Matte : > Hi Gusnadi. > If your database server supports triggers and stored procedures, you should > be able to associate a trigger with the james inbox table that causes a > procedur