Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
Then how to configure the hsql in disk. what is the default? Michael Horwitz wrote: > > You have the choice with hsqldb as to whether to run in-memory only or > disk > based. If you run disk based then you can pre-populate the database using > the standard AppFuse build. If you choose to run in

Re: [appfuse-user] Disabling user while invalid password entry

2007-08-01 Thread Matt Raible
See "Common Problem #3" on the following page: http://www.acegisecurity.org/faq.html BTW, I googled for "disable user after password attempts with acegi" and this was the first result. ;-) Matt On 8/1/07, jithesh <[EMAIL PROTECTED]> wrote: > > hi, > > i am using appfuse 1.9x. In my applica

[appfuse-user] Disabling user while invalid password entry

2007-08-01 Thread jithesh
hi, i am using appfuse 1.9x. In my application i need to prevent user from entering the invalid password( a min of 3 times). if he entered more than that his account should be blocked. How could i do that. i found some tips from this forum, but i was not able to do that. How should i write

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread Michael Horwitz
You have the choice with hsqldb as to whether to run in-memory only or disk based. If you run disk based then you can pre-populate the database using the standard AppFuse build. If you choose to run in-memory only then you will need to provide the mechanism to populate the database on startup - by

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
If i am using hsql, it is impossible for me to do that right? because hsql will just in the momery. when application close the DB also will be remove right? Michael Horwitz wrote: > > No. The creation and populating of the database is un-connected to > starting > or stopping of the web applicat

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread Michael Horwitz
No. The creation and populating of the database is un-connected to starting or stopping of the web application. There is a single ant target(setup-dp) which creates and populates the database if you want to do it all in one go. Mike. On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: > > > So it depen

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
So it depends on ant to start the web application right? Michael Horwitz wrote: > > DBUnit is used to load the initial dataset into the database. Both AppFuse > 1.9.4 and 2.0.x do this. In 1.9.4 the Ant task db-load will load your > database with the dataset defined in sample-data.xml. > > Mik

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread Michael Horwitz
I'm not sure I understand the question? What is it you are trying to do? It would also help to know which version of AppFuse you are using, and which versions you are referring to in your email below. Mike On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: > > > Actually i want to how to create run the

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread Michael Horwitz
DBUnit is used to load the initial dataset into the database. Both AppFuse 1.9.4 and 2.0.x do this. In 1.9.4 the Ant task db-load will load your database with the dataset defined in sample-data.xml. Mike. On 8/1/07, jimmy6 <[EMAIL PROTECTED]> wrote: > > > I am using 1.9.4 appfuse. Thus, how to cr

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
I am using 1.9.4 appfuse. Thus, how to create a predefined data to db on startup after hibernate create the table? Michael Horwitz wrote: > > I'm not sure I understand the question? What is it you are trying to do? > It > would also help to know which version of AppFuse you are using, and which

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
Actually i want to how to create run the sql script in startup. It is because i am using hsql. i remember last time appfuse was run in this way but the latest one is not right? Michael Horwitz wrote: > > This is the property that tells Hibernate which database flavour you are > using. It is rep

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread Michael Horwitz
This is the property that tells Hibernate which database flavour you are using. It is replaced by Ant during the build process with the value in your build.properties file. A list of the valid settings for this property can be found here: http://tinyurl.com/dpkau Mike On 8/1/07, jimmy6 <[EMAIL PR

[appfuse-user] @HIBERNATE-DIALECT@??

2007-08-01 Thread jimmy6
What is the @HIBERNATE-DIALECT@ mean? -- View this message in context: http://www.nabble.com/%3Cprop-key%3D%22hibernate.dialect%22%3E%40HIBERNATE-DIALECT%40%3C-prop%3E---tf4198684s2369.html#a11941559 Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] Ajaxanywhere and GzipFilter issue

2007-08-01 Thread Michael Horwitz
You may need to prevent requests going to ajaxanywhere from being decorated by sitemesh. Just place the necessary excludes in decorators.xml. Mike. On 8/1/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > I updated ehcache to version 1.3.0. The good news is I'm not experiencing > any errors

Re: [appfuse-user] Unicode rendering in javascript's with appfuse-1.4.9

2007-08-01 Thread javadiahad
hi I use jsf and facelet validatorScript .that was a bug in facelet xml parser and have solved in facelet-1.1.12 .I have upgraded my facelets from facelets-1.1.11 version to facelets-1.1.12 and then this probelm was solved . thanks mraible wrote: > > What web framework are you using? I've see