Re: [appfuse-user] Upgrading to Spring Security

2008-04-18 Thread Marcello Teodori
For an application that I've already in production and where I cannot change passwords, is there a backwards-compatible configuration? Also, I had transaction problems when logging in and I had to apply the txAdvice also to the userDao bean to make everything work, is this problem only mine, or t

[appfuse-user] BaseManagerTestCase moved out of test folder - reason?

2008-04-18 Thread koevet
Hello, in the 2.0.x version of Appfuse the BaseManagerTestCase has been moved out of the main "test" folder and placed in the "main" folder (where the other Manager interfaces live). Which is the reason for this move? Thanks Luciano -- View this message in context: http://www.nabble.com/BaseMa

[appfuse-user] Change MyFaces to Sun-RI for JBoss RichFaces Application.

2008-04-18 Thread Irshad Buchh
Hi, We have a AppFuse JSF 1.9.4 JSF (MyFaces) +Hibernate+Spring application. We would like to use the latest RichFaces 3.2 from JBoss that supports SUN-RI JSF 1.2 out of the box in addition to myfaces. Would it be enough to replace myfaces*api*.jar and myfaces*ui*.jar with jsf*api*.jar and jsf*ui*

Re: [appfuse-user] Upgrading to Spring Security

2008-04-18 Thread Matt Raible
On Fri, Apr 18, 2008 at 3:34 AM, Marcello Teodori <[EMAIL PROTECTED]> wrote: > > For an application that I've already in production and where I cannot change > passwords, is there a backwards-compatible configuration? That's a good point. I suppose I should back out the following change? http:/

[appfuse-user] learn struts2 whit appfuse

2008-04-18 Thread robertoguari
I'm a new user who wants to learn strts2. I read that appfuse is the best way to start using this framework, but I need help getting started. There is someone who helps me. thanks -- View this message in context: http://www.nabble.com/learn-struts2-whit-appfuse-tp16763505s2369p16763505.html S

Re: [appfuse-user] learn struts2 whit appfuse

2008-04-18 Thread Matt Raible
You should use the QuickStart Guide followed by the Tutorials. http://appfuse.org/display/APF/AppFuse+QuickStart Matt On Fri, Apr 18, 2008 at 9:26 AM, robertoguari <[EMAIL PROTECTED]> wrote: > > I'm a new user who wants to learn strts2. > I read that appfuse is the best way to start using this

[appfuse-user] SQLGrammarException when running jetty without prior tests

2008-04-18 Thread Martin Homik
Today I came across a somehow strange behavior. When I run my with 'mvn jetty:run-war' everything is fine. But, when I run it with tests off '-Dmaven.test.skip=true'to shorten start-up, I get a Data Access Failure with the message "could not execute query; nested exception is org.hibernate.exc

Re: [appfuse-user] Change MyFaces to Sun-RI for JBoss RichFaces Application.

2008-04-18 Thread Matt Raible
I can't answer that question. I believe the best way to find out is to try it. Matt On Fri, Apr 18, 2008 at 5:09 AM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > We have a AppFuse JSF 1.9.4 JSF (MyFaces) +Hibernate+Spring application. We > would like to use the latest RichFaces 3.2 from J

Re: [appfuse-user] BaseManagerTestCase moved out of test folder - reason?

2008-04-18 Thread Matt Raible
The following issue explains the reasoning behind this: http://issues.appfuse.org/browse/APF-478 Matt On Fri, Apr 18, 2008 at 4:25 AM, koevet <[EMAIL PROTECTED]> wrote: > > Hello, > > in the 2.0.x version of Appfuse the BaseManagerTestCase has been moved out > of the main "test" folder and pl

Re: [appfuse-user] Entity Not Found

2008-04-18 Thread Matt Raible
Did you create your project files with "mvn eclipse:eclipse" and set your M2_REPO variable? On Thu, Apr 17, 2008 at 10:06 PM, Luke Shannon <[EMAIL PROTECTED]> wrote: > I am playing with a new Appfuse project in eclipse. First thing I > noticed is TestCase could not be found. I let Eclipse fix it

[appfuse-user] Login table

2008-04-18 Thread Puck
How can i switch from app_user to an other POJO (Person for example) to retrieve login informations? Thanks Emilio -- View this message in context: http://www.nabble.com/Login-table-tp16763584s2369p16763584.html Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] Login table

2008-04-18 Thread Matt Raible
Why would you like to do this? On Fri, Apr 18, 2008 at 11:21 AM, Puck <[EMAIL PROTECTED]> wrote: > > How can i switch from app_user to an other POJO (Person for example) to > retrieve login informations? > > Thanks > Emilio > -- > View this message in context: > http://www.nabble.com/Login-

[appfuse-user] how does http://localhost:8080/signup.html work?

2008-04-18 Thread Chad Chen
Hi, I have a question regarding the signup page for the Appfuse-SpringMVC web application I just built. I have noticed that only the following URL leads to the signup page correctly: http://localhost:8080/signup.html while anything else, such as http://localhost:8080/signup.htm or http://lo