[appfuse-user] Cannot Resolve Column Errors in a project?!!!

2008-06-25 Thread cscat
Hi all, Now I am trying to run the sample 'struts2-crud' of AppFuse. I am working with IntelliJ IDEA 8 using tomcat and maven. I have successfully executed "mvn appfuse:full-source" and "mvn idea:idea" on it. I added the Person class file as illustrated in one of the struts2-crud.mov demo. But I

[appfuse-user] Cannot Resolve Column Errors in a project?!!!

2008-06-25 Thread cscat
Hi all, Now I am trying to run the sample 'struts2-crud' of AppFuse. I am working with IntelliJ IDEA 8 using tomcat and maven. I have successfully executed "mvn appfuse:full-source" and "mvn idea:idea" on it. I added the Person class file as illustrated in one of the struts2-crud.mov demo. But I

Re: [appfuse-user] how To develop project AppFuse with Netbeans ?

2008-06-25 Thread Mauri Ferreyra
Jaja! good solution!! On Wed, Jun 25, 2008 at 1:57 PM, J. David Mendoza <[EMAIL PROTECTED]> wrote: > I did it a bit differently... > 1. Create the archetype > 2. mvn eclipse:eclipse > 3. Open Netbeans 6.1 and used the eclipse importer plugin > > ;) > > David M. > > 2008/6/19 Mauri Ferreyra <[EMAI

Re: [appfuse-user] Rich Text Editor Error

2008-06-25 Thread J. David Mendoza
Have you tried changing the staticFilter web.xml parameters? staticFilter org.appfuse.webapp.filter.StaticFilter includes /scripts/dojo/*,/dwr/index.html,/struts/* The line you have to change is the one, so it looks like this... David M.

Re: [appfuse-user] how To develop project AppFuse with Netbeans ?

2008-06-25 Thread J. David Mendoza
I did it a bit differently... 1. Create the archetype 2. mvn eclipse:eclipse 3. Open Netbeans 6.1 and used the eclipse importer plugin ;) David M. 2008/6/19 Mauri Ferreyra <[EMAIL PROTECTED]>: > Hi, I ran appfuse 2.0 with netbeans 6.1 > you follow this steps: > 1-mvn archetype:create -Darchetyp

Re: [appfuse-user] Looking for a DWR example?

2008-06-25 Thread J. David Mendoza
Hello, Carlos... All you have to do to use it in a 2.x project is 1. Edit the web.xml. Look for the staticFilter, and in the params you will have to change it to this (the second line is the one you change): includes /scripts/dojo/*,/dwr/index.html,/struts/* 2. Add you're manager to t

Re: [appfuse-user] Appfuse 2.x issues

2008-06-25 Thread surein
Just copy the .m2 directory to from C:\Documents and Settings\...\.m2 to some other location give the path of repository in maven/conf/settings.xml (uncomment local repository) /path/to/local/repo give the full path like D:/MyRepo/.m2/repository set the path in system environmental variabl

Re: [appfuse-user] JNDI + using mvn jetty:run for development

2008-06-25 Thread Alex Coles
On Wed, Jun 25, 2008 at 1:59 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > This should help: > > http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin > > Matt > Thanks Matt! Looks like jettyEnvXml is what I should be looking at. Will follow up once I have it working. Alex --