Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-25 Thread Gary Darnton
n-war. > > Matt > > On 7/25/07, Gary Darnton <[EMAIL PROTECTED]> wrote: >> >> Thanks Matt but I can't start jetty after ignore that error >> >> [INFO] [dbunit:operation {execution: test}] >> [INFO] [war:war] >> [INFO] Exploding webapp...

Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-25 Thread Gary Darnton
; The error you're seeing in RC1 is a known issue that can be ignored. > > http://issues.appfuse.org/browse/APF-804 > > Matt > > On 7/25/07, Gary Darnton <[EMAIL PROTECTED]> wrote: >> >> I was using m5 and struts 2.0.6 -> Everything ok! >> Af

Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-25 Thread Gary Darnton
f these issues when I upgraded. If you create a new > project using a 2.0-rc1-SNAPSHOT archetype - does the issue still > happen? > > Matt > > > On 7/25/07, Gary Darnton <[EMAIL PROTECTED]> wrote: >> >> After upgrade struts to 2.0.9, I've got the error

[appfuse-user] RE: RE: Freemarker error when including struts plugin dependencies

2007-07-25 Thread Gary Darnton
The same issue to me, I am using struts core 2.0.9 and m5. Everything goes well with 2.0.6. Travers Snyman wrote: > > Hi Arvinder, > I am using struts 2.0.6 core but my plugins Jfreechart and Jasperreports > I included 2.0.8 as plugin versions in my pom dependencies. That is > probably why se

[appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-07-25 Thread Gary Darnton
After upgrade struts to 2.0.9, I've got the error below any form. And you can not insert, update, or delete any thing! After convert to 2.0.6 ... everything OK :D FreeMarker template error! Method public java.util.List org.apache.struts2.components.Form.getValidators(java.lang.String) threw an e

Re: [appfuse-user] AppFuse 2.x with JBoss

2007-07-25 Thread Gary Darnton
lasspath. > > If 2 turns out to be true, you can either try upgrading Ehcache in the > relevant place or disable the gzip filter in your application's web.xml. > Either will work. > > Mike. > > On 7/24/07, Gary Darnton <[EMAIL PROTECTED]> wrote: >> >

[appfuse-user] AppFuse 2.x with JBoss

2007-07-24 Thread Gary Darnton
Hi All, I got the exception when I tried to deploy my package in Jboss 4.2.0 (There was no problem when I run Jetty). Any ideas??? Thanks. 2007-07-24 17:51:02,078 DEBUG [net.sf.ehcache.constructs.web.ResponseUtil] http://localhost:8080/TSN-1.0-SNAPSHOT/ resulted in an empty response. 2007-07-24

Re: [appfuse-user] Problem with exception UnsatisfiedDependencyException and Integration test

2007-07-19 Thread Gary Darnton
gards Michael Horwitz wrote: > > You can skip testing in Maven by running with the command line switch - > Dmaven.test.skip=true. From the error stack trace below it looks like you > are missing a definition in Spring for the personAction bean? > > Mike. > > On 7/19/07,

[appfuse-user] Problem with exception UnsatisfiedDependencyException and Integration test

2007-07-18 Thread Gary Darnton
Hi all, I got a problem when I try to run command: mvn test -Dtest=PersonActionTest The error occur as below. Even I tried to put this code in applicationContext.xml file If I dont want to run test when I run jetty:run-war. How should I do? All suggestion are appreciated. Regards, G