[appfuse-user] how to implement tag

2008-03-08 Thread Sanath
Hi All, I am trying to implement a .etc I am using appfuse 2.0.1 with spring and hibernate.Is there a sample that I can see to understand the way how its implemented.I have used struts validation through validation.xml and controller level validations so far and We have decided to check o

[appfuse-user] Updating a related entity in Struts 2 throws HibernateException

2008-03-08 Thread sarat.pediredla
The problem is simple, I have an object called Task which has a property called owner that is mapped as follows, @ManyToOne(cascade={CascadeType.PERSIST,CascadeType.REFRESH,CascadeType.MERGE}) @Cascade({org.hibernate.annotations.CascadeType.SAVE_UPDATE, org.hibernate.an

[appfuse-user] ClassCastException: $Proxy25

2008-03-08 Thread gederer
Hi, I just created a new AppFuse project, and ran mvn appfuse:full-source. I also made a couple of modifications to User.java and Address.java (but, I suspect that isn't what's causing this problem). Now, when I run mvn -Dmaven.test.skip=true jetty:run, I get the following output: DEBUG [main]

[appfuse-user] Speed up Development Cycles....

2008-03-08 Thread Anthony Presley
All: Ok, it's happened. Our source code tree has grown, and our development cycle is now taking a while which is killing our productivity. I can't imagine we're the only shop that ends up with this cycle: - Develop new code / tests / etc... (say, 10 mins - 30 mins) - Compile (say, 10

Re: [appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Kai Moritz
On Saturday 08 March 2008 16:40:23 Matt Raible wrote: > Can you describe your problem in code - by showing what you're trying > to do and the error you're seeing? > Sure! package com.myapp /** * Do not know, if this path is correct, b

Re: [appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Matt Raible
Can you describe your problem in code - by showing what you're trying to do and the error you're seeing? Thanks, Matt On 3/8/08, Kai Moritz <[EMAIL PROTECTED]> wrote: > Hi Folks! > > I would like to subclass BaseFormController and reuse FileUpload while > implementing a customized file upload,

Re: [appfuse-user] Full Source Error

2008-03-08 Thread Michael Horwitz
This is a known problem with ant on windows (AppFuse full source plugin uses Ant under the covers). The issue is with the spaces in the path name to your local maven repository. The solution is to place your local repository at a path location with no spaces (e.g. C:\maven\repository) through the u

[appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Kai Moritz
Hi Folks! I would like to subclass BaseFormController and reuse FileUpload while implementing a customized file upload, which processes the uploaded file instead of saving it. But the dependencies to BaseFormController and FileUpload are not resolved. I tried to add a dependencie to appfuse-web