Re: tapestry-security looking for sample code

2014-08-05 Thread D Tim Cummings
Hi Chris Your blog post has a couple of errors probably caused by copying and pasting out of email. In your pom.xml your repository configuration has a href= tags around the urls Your hibernate.cfg.xml has spaces around the double slashes in the DOCTYPE. http: //

Re: tapestry-security looking for sample code

2014-08-05 Thread Chris Mylonas
Oh yeahhibernate cfg file I put those spaces in cos of parsing problems. Sorry about that - I will note it for the next sucker :P Will fix/note the other. Happy it gave some direction. I've gotta thank Thiago for his sample application, that paved the way for me to get a leg up on things.

Re: tapestry-security looking for sample code

2014-08-05 Thread Thiago H de Paula Figueiredo
On Mon, 04 Aug 2014 23:19:37 -0300, Chris Mylonas ch...@opencsta.org wrote: Hi Tim, Hi, guys! Do a Google search for github eloquentia Thiago tapestry and you'll find thiago's excellent sample to get you going from a file based thing to database. Thanks for the shoutout, Chris! :D

tapestry-security looking for sample code

2014-08-04 Thread D Tim Cummings
I am having a look at the tapestry-security guide at http://tynamo.org/tapestry-security+guide and several of the links are broken Hibernate-based entity realm (service) points to

Re: tapestry-security looking for sample code

2014-08-04 Thread Chris Mylonas
Hi Tim, I had sample code in a repo I was making a variations project to split hairs on how to do the same thing using different ways. Unforch that repo was lost by a VPS provider although I have the latest got tree it is def not share-able ATM. Do a Google search for github eloquentia Thiago

Re: tapestry-security looking for sample code

2014-08-04 Thread Chris Mylonas
And here's some notes from my wiki for a tapestry-security file based auth and hibernate for entities. I'm also in +10 timezone down in Sydney - so the replies will come later in the day usually :) Skeleton - Create quickstart tapestry archetype [edit

Re: tapestry-security looking for sample code

2014-08-04 Thread Chris Mylonas
Blog entry from previous reply seeing as it is out in the ether now :) Sorry for spamming list http://www.mrvoip.com.au/blog/tapestry-security-howto-notes Chris On Tue, Aug 5, 2014 at 12:27 PM, Chris Mylonas ch...@opencsta.org wrote: And here's some notes from my wiki for a tapestry-security

Re: tapestry-security looking for sample code

2014-08-04 Thread Kalle Korhonen
Thanks Tim, we are in the process of moving from Codehaus' SVN to Github so the documentation is dragging a bit behind, sorry for the trouble. I'll update it and fix whatever is broken before the next release. Regardless of the origin of the source code, take a look at the JPA examples. The

Re: tapestry-security looking for sample code

2014-08-04 Thread D Tim Cummings
Thanks Chris This is really helpful. Getting an error that I can't parse hibernate.cfg.xml at the moment but I should be able to work it out. Tim On 5 Aug 2014, at 12:27, Chris Mylonas ch...@opencsta.org wrote: And here's some notes from my wiki for a tapestry-security file based auth and