[appfuse-user] Entity Not Found

2008-04-17 Thread Luke Shannon
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 by bringing Junit into the build path. But I thought this was a little weird since I see there is a Junit in the maven repository in my home directory (and I have a record

Re: [appfuse-user] Upgrading to Spring Security

2008-04-17 Thread ernasm
On Fri, Apr 18, 2008 at 3:03 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > What does your security.xml look like? In the SVN right now, we have a > salt for password encryption. In the 2.0.1 version of AppFuse we did > not. To make tests pass in 2.0.2, you'll need to update passwords in > sample-

Re: [appfuse-user] Upgrading to Spring Security

2008-04-17 Thread Matt Raible
What does your security.xml look like? In the SVN right now, we have a salt for password encryption. In the 2.0.1 version of AppFuse we did not. To make tests pass in 2.0.2, you'll need to update passwords in sample-data.xml. Matt On Thu, Apr 17, 2008 at 1:54 PM, <[EMAIL PROTECTED]> wrote: > I'm

[appfuse-user] Upgrading to Spring Security

2008-04-17 Thread ernasm
I'm following guide on Matt Raible's site on upgrading acegi to spring security. After few hours, finally I can run my application. But new problem arise, now I can not log in into application with no visible error on log. I guess I missed minor detail while upgrading. Matt, could you give me so

RE: [appfuse-user] acegi and jsf

2008-04-17 Thread kace
Excellent, I'll give that a go, thanks. ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp16654660s2369p16743965.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscr

RE: [appfuse-user] query

2008-04-17 Thread Anshu Dhamija
Is this name persons specified somewhere else also in the appfuse project as it find the mapping for persons in struts.xml Can't I use person instead of persons. Regards Anshu -Original Message- From: Kropp, Henning [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 5:29 PM To: u

Re: [appfuse-user] query

2008-04-17 Thread Kropp, Henning
http://struts.apache.org/2.x/docs/action-configuration.html Anshu Dhamija schrieb: Thanks but actually I want to know why is the name of action given as persons and not some another name Regards Anshu -Original Message- From: Kropp, Henning [mailto:[EMAIL PROTECTED] Sent: Thursday, Ap

Re: [appfuse-user] query

2008-04-17 Thread Kropp, Henning
Because Thanks but actually I want to know why is the name of action given as persons and not some another name Regards Anshu -Original Message- From: Kropp, Henning [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 5:24 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-

RE: [appfuse-user] query

2008-04-17 Thread Anshu Dhamija
Thanks but actually I want to know why is the name of action given as persons and not some another name Regards Anshu -Original Message- From: Kropp, Henning [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 5:24 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] query

Re: [appfuse-user] query

2008-04-17 Thread Kropp, Henning
Hi Anshu, the action mapping in struts is done inside the struts.xml. please make sure your entries inside that file are correct. /WEB-INF/pages/personList.jsp ... regards Anshu Dhamija schrieb: Hi Matt I am new to appfuse I have added an action person as show

Re: [appfuse-user] Using JPA2Web to generate a UI: quite cool

2008-04-17 Thread mschipperheyn
If you replace EntityLoader.java with the attached file, you won't have the Transient and Overrride issues. Marc http://www.nabble.com/file/p16742460/EntityLoader.java EntityLoader.java mschipperheyn wrote: > > Hi, > > I have set up jpa2web to generate a UI. It's quite a cool thing because >

[appfuse-user] Using JPA2Web to generate a UI: quite cool

2008-04-17 Thread mschipperheyn
Hi, I have set up jpa2web to generate a UI. It's quite a cool thing because the forms are far more advanced than the current Appfuse out of the box. OneToMany relations, Calendar popups, OneToOne embedded form elements are all supported using Ajax. It's a backoffice out of the box but but it does

[appfuse-user] query

2008-04-17 Thread Anshu Dhamija
Hi Matt I am new to appfuse I have added an action person as shown in demo now on click of person list menu I am getting the following error: [pubstatsProject] ERROR [btpool0-1] Dispatcher.serviceAction(512) | Could not find action or result There is no Action mapped for namespace

Re: [appfuse-user] Dojo-Struts2 ... datetimepicker, doubleselect...wont work for us.

2008-04-17 Thread Campa
mraible wrote: > > I got the StaticFilter working for everything but JSF. However, the > "working" status was unrelated to Dojo and Struts 2's datepicker > (which I can't get working no matter what I do). > Matt > I guys , I have the same problem using the AF 2.0.1 release. ( There is no A