Re: Tapestry 5 and Acegi

2008-10-21 Thread miGueL25
Hello, if possible i will want to see ur security.xml and the springContext.xml files. the i try to use the example, but i have a lot of exceptions. And how can i configure this files when the using database is hibernate instead of spring Petros Petrou wrote: > > Joshua, > > I used Spring an

Re: Tapestry 5 and Acegi

2007-05-30 Thread petros
Ok... I don't have the tapestry-hibernate.jar in my classpath. Please send me an email to [EMAIL PROTECTED] and I will reply with my files that are relevant to your question. Petros Joshua Jackson-3 wrote: > > Hi Petros > > Here's my response: >> 1. Are you using a database? > Yes I will be

Re: Tapestry 5 and Acegi

2007-05-30 Thread Joshua Jackson
Hi Petros Here's my response: 1. Are you using a database? Yes I will be using a database for the user and role 2. Are you using an ORM framework -> Hibernate? Yes I will. But for the Injection to my Page I am using tapestry-hibernate module 3. What do you refer to when you say "not use sp

Re: Tapestry 5 and Acegi

2007-05-30 Thread petros
As a quick reply to your question, I'll say yes you do not have to use hibernate but in order to give you more helpful information can you please give me a bit more information about your environment? 1. Are you using a database? 2. Are you using an ORM framework -> Hibernate? 3. What do you refer

Re: Tapestry 5 and Acegi

2007-05-30 Thread Joshua Jackson
Hi Petros, Thanks for the quick reply. Darn :-D I was hoping that you didn't use Spring at all to configure acegi :)) If I use Spring, that means I will have two IoC container. Anywa, would it be possible just to use Spring to configure acegi and not use spring-hibernate for the data access? On

Re: Tapestry 5 and Acegi

2007-05-30 Thread petros
Joshua, I used Spring and the following two classes org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean org.springframework.transaction.interceptor.TransactionInterceptor and my UserManager bean extends the acegi org.acegisecurity.userdetails.UserDetailsService Please l

Re: Tapestry 5 and Acegi

2007-05-30 Thread Joshua Jackson
Hi Petros. Thanks for the contribution since I need this as well. But my question is, did you use Spring to configure Acegi? Or did you use tapestry-ioc to configure it? If you use tapestry-ioc, can I take a look at your module for configuring acegi? Thanks in advance On 5/17/07, petros <[EMAIL

Re: Tapestry 5 and Acegi

2007-05-16 Thread petros
Hi Adnrea, I'll go through the links you provided and I will spend some time improving my code before updating the wiki. At the moment I feel that my code is more of a hack than a nice solution. Petros Andreas Andreou-3 wrote: > > Petros, hi. > It would be nice to have this in the wiki, > h

Re: Tapestry 5 and Acegi

2007-05-16 Thread Andreas Andreou
Petros, hi. It would be nice to have this in the wiki, http://wiki.apache.org/tapestry/FrontPage BTW, there's already some T4.x related acegi pages there (http://wiki.apache.org/tapestry/AcegiSpringJava5?highlight=%28acegi%29) On 5/17/07, petros <[EMAIL PROTECTED]> wrote: Hi I integrated T5