Re: Tapestry Security Federate Facebook Exception

2012-07-29 Thread Kalle Korhonen
Well, you have to debug your federatedaccount service implementation, just put a breakpoint on the federate() call and see what you get. If you are using the built-in implementation classes, the typical issue to trip over is that you haven't configured or you've incorrectly configured the associate

Re: Tapestry Security Federate Facebook Exception

2012-07-29 Thread George Christman
Hi Kalle, The link you provided me doesn't seem to be working. I was able to get it to work using your FederatedAccountServiceExample.class, however I have some additional questions. I'd like to start by explaining my goals. I'd like to use a native login with the option to use a third party lo

Re: Rendering cache

2012-07-29 Thread Bård Magnus Kvalheim
Hi Jens, As it happens I too was thinking about this a while back. I didn't make any research, but I would probably look into making mixin or component using the before and after render phases. Saving/caching the markup in after - and then short-circuit in before if cache is valid. I think is sho

PeriodicExecutor

2012-07-29 Thread Angelo C.
Hi, I put following code to start a job, it runs every min, I'd like it to run once it is loaded, then every min, possible? thanks. @Startup public static void scheduleJobs( PeriodicExecutor executor, final Jobs jobs) { executor.addJob( new Interva

Re: Rendering cache

2012-07-29 Thread Jens Breitenstein
Hi Magnus, many thanks for the detailed cookbook. I will give it a try and let you know and have a nice holiday. Jens Am 30.07.12 00:03, schrieb Bård Magnus Kvalheim: Hi Jens, As it happens I too was thinking about this a while back. I didn't make any research, but I would probably look i

Tapestry Pallet

2012-07-29 Thread ksrijith
Hi, I trying to use the Pallet component in my custom page. The data gets populated populated properly. The Available list has the list of "roles" (Entity object) which hare not already selected. The problem is with the Select and Deselect button. For some reason they are always disabled. I'm not s

m2eclipse and tapestry quickstart

2012-07-29 Thread sainttail
I want to set up tapestry template project in eclipse. After do some googling, I find this web is useful http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html However, when I reached the step to choose Tapestry quickstart from Nexus Indexer. I cannot find "group id" org.ap