[appfuse-user] login debug messages

2007-05-28 Thread nmall
Hi, I was just looking at why the login page was taking so long and I find that it goes thru' almost the same cycle several times bfore it creates the login page . Any idea why appfuse does this. Thanks a lot for any clarifications!! DEBUG - Bound request context to thread: GET /myproject/login.

[appfuse-user] Deleting tables

2007-05-28 Thread jithesh
Hai,. Thanx for giving tips to my previous qtionsI am using appfuse 1.9x. The problem i am facing is with the ant builder. when i run the ant setup it deletes all existing tables and data , and recreates it. So each time it does so the data is lost. How can i run the ant comma

[appfuse-user] spring and JNDI datasource definition

2007-05-28 Thread nmall
Hi, I have defined my jdbc datasource as follows in my applicaitonContext.xml (see below) and am loading all the beans in the same file. I am getting an error when running mvn jetty:run-war with javax.naming.NameNotFound exception. I added jetty-env.xml (with this datasource repro below ) and a

Re: [appfuse-user] Tomcat SSL

2007-05-28 Thread Philip Barlow
Hi Nigel, Would you be willing to put up a short walk through of adding SSL to appfuse on the wiki? I would be very interested in this, particularly with Struts.I'm sure i'm not the only one. Have a look here and searc for HTTPS: http://tomcat.apache.org/tomcat-5.5-doc/apr.html Nigel in NZ

[appfuse-user] shale-test help ?

2007-05-28 Thread Steve Tynor
I'm making some progress in getting the JSF 1.2 unit tests to run by using the shale-test framework as Matt suggested last week. I'm stuck now with the FacesUtils.getManagedBean() function returning null. Can someone more familiar with either Shale-test or JSF help me out here? In PasswordHin

Re: [appfuse-user] How to use touch script in windows:

2007-05-28 Thread Nathan Anderson
I think you need to use Cygwin to be able to use the touch script in windows. Nathan - Original Message - From: "Fan" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Sunday, May 27, 2007 6:55:57 PM (GMT-0800) America/Los_Angeles Subject: [appfuse-user] How to use touch script

Re: [appfuse-user] Appfuse/ Appgen/ JSF

2007-05-28 Thread Nathan Anderson
I don't think AppGen will do it for you out of the box. Maybe Matt or someone would know if it is possible to modify AppGen to do what you want. But you should be able to integrate some nice validation manually: http://raibledesigns.com/wiki/Wiki.jsp?page=ValidationAndListJSF Nathan - O

[appfuse-user] Any plans for ZK Archetype?

2007-05-28 Thread sparqle
I am posting this here and I could not find a feature request area: Are there any plans for a ZK Archetype that includes ZK integration with Spring/Acegi/Hibernate/iBatis/JPA etc? ZK is rapidly gaining popularity due to its simplicity from a Java developer's perspective. JSF/Spring MVC/Struts are

Re: [appfuse-user] svn: PROPFIND request failed

2007-05-28 Thread Azarias Tomás
Hi Matt, I am having the same problem when running "mvn appfuse:full-source" And I can access "https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0_M5/data/common/src/ " with guess user. [INFO] [AppFuse] Installing source from data modules... [ERROR] 175002 : svn: PROPFIND request failed o

Re: [appfuse-user] Canoo Webtest and http_proxy

2007-05-28 Thread fadhli
Hi nothingman, Credit really goes to Michael Horwitz. He found out the error only happens on Windows machine ;). Anyway, please do update if you found anything on the maven mailing list. Regards fadhli On 5/28/07, nothingman <[EMAIL PROTECTED]> wrote: Hi fadhlirahim, yes if run maven in off

Re: [appfuse-user] Canoo Webtest and http_proxy

2007-05-28 Thread nothingman
Hi fadhlirahim, yes if run maven in offline-mode (mvn -o integration-test) the integration-test works! I think it's a maven problem as states in the thread that you suggest me... I'll try to investigate on maven mailing list... Thank you very much! -- Nothingman fadhlirahim wrote: > > I d

Re: [appfuse-user] How to avoid maven-appfuse not deleting the database on every build

2007-05-28 Thread Balaji D Loganathan
Thanks a Lot Matt. :) That worked very well. I used "REFRESH" and removed existing entries from sample-data.xml to avoid override. Regards Balaji mraible wrote: > > If you don't want the database deleted, you'll need to remove > true from your pom.xml. You'll probably want to change > CLEAN_IN

[appfuse-user] validation.xml generated redundant company attribute validations in user attribute validations

2007-05-28 Thread Sumac
- validation.xml generated redundant company attribute validations in user attribute validations: --- User.java public class User extends BaseObject implements Serializable, UserDetails { // protected Address address = new Addres