[appfuse-user] PersonDaoTest: Autowiring of fields failed

2010-05-20 Thread Justin Mancinelli
Hi, I set up a Maven project in Eclipse using the appfuse-basic-spring-archetype 2.1.0-M1 and am currently working my way through the tutorials at appfuse.org I got through the QuickStart without problems (the default website loaded, I could login as admin, etc) but now I'm in the "Using Hibernat

[appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Juan Antonio
I have found the problem. The problem was the createDatabaseIfNotExist, that deleted the data stored in the database. :P I have set it at false "?createDatabaseIfNotExist=false" but it stills ovewriting the database. What should i do? Thanks. -- View this message in context: http://appfuse.5

Re: [appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Matt Raible
I'd try removing it completely or look at the hibernate3 plugin (creates tables) or the dbunit plugin (deletes data, inserts test data). On May 20, 2010, at 10:52 AM, Juan Antonio wrote: I have found the problem. The problem was the createDatabaseIfNotExist, that deleted the data stor

Re: [appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Juan Antonio
I have found that deleting "true" works. Maybe it's wrong? - Original Message - From: "Matt Raible" To: Cc: Sent: Thursday, May 20, 2010 6:54 PM Subject: Re: [appfuse-user] Re: Trying to save some data in database when login I'd try removing it completely or look at the hiberna

Re: [appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Matt Raible
There's nothing wrong with making this change, it just means your database won't be pristine for your test runs. On May 20, 2010, at 11:02 AM, Juan Antonio wrote: > I have found that deleting "true" works. > > Maybe it's wrong? > > - Original Message - From: "Matt Raible" > To: > Cc

Re: [appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Juan Antonio
It is possible to recompile the application without fire the tests? Thanks. - Original Message - From: "Matt Raible" To: Sent: Thursday, May 20, 2010 7:34 PM Subject: Re: [appfuse-user] Re: Trying to save some data in database when login There's nothing wrong with making this chan

Re: [appfuse-user] Re: Trying to save some data in database when login

2010-05-20 Thread Matt Raible
mvn compile -DskipTests On May 20, 2010, at 11:57 AM, Juan Antonio wrote: > It is possible to recompile the application without fire the tests? > > Thanks. > - Original Message - From: "Matt Raible" > To: > Sent: Thursday, May 20, 2010 7:34 PM > Subject: Re: [appfuse-user] Re: Trying t

[appfuse-user] Re: a few struts2.x tag don't work within appfuse2.0M4

2010-05-20 Thread Juan Antonio
I am experiencing the same trouble now with optiontransferselect: -- Expression parameters.name is undefined on line 92, column 85 in template/simple/select.ftl. The problematic instruction: -

[appfuse-user] Re: a few struts2.x tag don't work within appfuse2.0M4

2010-05-20 Thread Juan Antonio
Ok, I gave in. I am using now PickList.jsp instead of optiontransferselect. The tags works perefect, but, when I try to recover de data, it returns null: ...