Re: tapestry email service

2006-05-28 Thread Ted Steen
You are right, I figured it out when I read your code. Now it is working fine. 2006/5/28, Henri Dupre <[EMAIL PROTECTED]>: Hi Ted, It sounds like you don't have any JNDI available on your server. Wouldn't you be using Jetty? Jetty doesn't have any JNDI by default and I never did figure out how

Re: tapestry email service

2006-05-28 Thread Henri Dupre
Hi Ted, It sounds like you don't have any JNDI available on your server. Wouldn't you be using Jetty? Jetty doesn't have any JNDI by default and I never did figure out how to get Javamail working in Jetty. My service assumes that a Javamail session is available through JNDI on "mail/Session". On

Re: tapestry email service

2006-05-27 Thread Ted Steen
I get this exception when I try to send a mail with the service (just like you do in your example) I'm using javax.mail 1.4 and javax.activation 1.1 (as needed by javax.mail) javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet par

Re: tapestry email service

2006-05-22 Thread Henri Dupre
] Sent: Sunday, May 21, 2006 2:44 PM To: Tapestry users Subject: tapestry email service I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is: public abstract void sendEmail(Map properties,

RE: tapestry email service

2006-05-22 Thread Gentry, Michael \(Contractor\)
Henri, will the service work with Java 1.4.x? Thanks! /dev/mrg -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 2:44 PM To: Tapestry users Subject: tapestry email service I finished packaging my email service into a nice jar file... You just

Re: tapestry email service

2006-05-21 Thread Peter Svensson
Oh, right. There it was all along. Sorry Cheers, PS On 5/21/06, Henri Dupre <[EMAIL PROTECTED]> wrote: I just had a look at tassel, it doesn't look bad but they don't seem to provide any cvs or svn repository? For now I uploaded it on our server http://www.actualis.com/tapestry/tapestry-email

Re: tapestry email service

2006-05-21 Thread Henri Dupre
I just had a look at tassel, it doesn't look bad but they don't seem to provide any cvs or svn repository? For now I uploaded it on our server http://www.actualis.com/tapestry/tapestry-email-0.1.0.zip Henri. On 5/21/06, Julio C. Rivera <[EMAIL PROTECTED]> wrote: What about publishing it on Ta

Re: tapestry email service

2006-05-21 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a link on the home page to Tassel - under Related Projects Peter Svensson wrote: > Actually, one does not exclude the other. Tassel has a large number of > components already. My only gripe with tassel is that there is not direct > link to it

Re: tapestry email service

2006-05-21 Thread Peter Svensson
Actually, one does not exclude the other. Tassel has a large number of components already. My only gripe with tassel is that there is not direct link to it from the tapestry homepage, so you have to kind of look for it in the wiki or google for something like it to find it. Cheers, PS On 5/21/06

Re: tapestry email service

2006-05-21 Thread Julio C. Rivera
What about publishing it on Tassel (http://equalitylearning.org/Tassel)?. Best regards. 2006/5/21, Henri Dupre <[EMAIL PROTECTED]>: I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is

Re: tapestry email service

2006-05-21 Thread Warner Onstine
There is also the Tassel project at TapestryComponents.org that allows you to upload (http://www.tapestrycomponents.org/Tassel/app). -warner On May 21, 2006, at 11:43 AM, Henri Dupre wrote: I finished packaging my email service into a nice jar file... You just drop it in the classpath and t

Re: tapestry email service

2006-05-21 Thread Onno Scheffers
If anyone is interested I can send my stuff... I wouldn't mind contributing my component to a tapestry component repository but I did not find any information on how to contribute. Looks great, so yes.. I'm interested. Regards, Onno -

Re: tapestry email service

2006-05-21 Thread Hugo Palma
Great work Henri, i also would like to get my hands on that.. Being this a drop in jar and all i think that it would fit nicely in the [EMAIL PROTECTED] project. You should probably ask Howard, that leads that project about that. Cheers Hugo Henri Dupre wrote: I finished packaging my em

Re: tapestry email service

2006-05-21 Thread Peter Svensson
This so soo cool! Thanks! I would be very happy to get a copy, waiting for any official recognition. Cheers, PS On 5/21/06, Henri Dupre <[EMAIL PROTECTED]> wrote: I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email

tapestry email service

2006-05-21 Thread Henri Dupre
I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is: public abstract void sendEmail(Map properties, String pageName, Object[] parameters, boolean html); public abstract void sendEmail