T5.3.2 - PeriodicExecutor. What if the Runnable throws an Exception?

2012-02-09 Thread Florian Parain
Hi, I'm using PeriodicExecutor (which is great) to execute a job every day. When my Runnable throws an Exception, it is hopefully caught and the day after my Runnable runs again. Nevertheless, I'd like to log (at least) this exception in order to fix it. Any idea how ? Thanks -- View this mes

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2012-02-06 Thread Florian Parain
Antalk edited his first post : > The code is now at: https://github.com/antalk/Tapestry-Spring-Security As I said, It works with Tapestry 5.3 but you'll have to make some little tweaks for Tapestry 5.3.1 and Tapestry 5.3.2. -- View this message in context: http://tapestry.1045711.n5.nabble.com/

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2012-02-01 Thread Florian Parain
Hi, First of all, thanks a lot for your update. Replacing TransformerWorker by PlasticClass might have been painful. I'm currently using Tapestry 5.3.2 and Spring 3.1.0. Still, there are two issues left. First, in the SpringSecurityWorker class, PlasticClassImpl is now lockable and so cannot be

Job Offer - Tapestry developer

2011-12-09 Thread Florian Parain
Hi, I'm working on Contract Live, a Contract Management Software based on Tapestry. http://www.contract-live.com/ Contract Live office is located in Paris, France. We are currently looking for Tapestry developers. Below, you can find a job offer in French. If you have any questions, be pleased

Re: T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-07-05 Thread Florian Parain
I've got it! In one of my .TML files I put this comment: ** My guess is some web browsers try to access the image, even if it is a comment. And, there is the exception. I removed this comment from my .TML file. I keep you informed if it happens

T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-06-17 Thread Florian Parain
Hi, Here is an exception caught by my Exception Report Handler. However, I cannot remember seeing the actual exception happened. (And of course, I'm not able to make it happen.) Is there someone able to give me some explanations and solutions to avoid it? java.lang.IllegalArgumentException:

Re: [T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2011-01-03 Thread Florian Parain
Thank you Alex! You saved me from a lot of pain! I checkout the SNAPSHOT version of TSS and it seems to work so far! Thanks again for this great job. Happy New Year -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-4-Tapestry-Spring-Security-2-1-0-ClassTransformation