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
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
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
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
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
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
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
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:
-
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:
...