Re: [appfuse-user] Norwegian characters are not displayed correctly

2007-03-11 Thread viggo
UTF-8 mraible wrote: > > This file probably need to be processed as UTF8 or 8859_1. Any idea > which one I should use? > > Thanks, > > Matt > > On 3/11/07, viggo <[EMAIL PROTECTED]> wrote: >> >> http://www.nabble.com/file/7086/norwegianCharacters.jpg >> -- >> View this message in context: >

[appfuse-user] Re: quick Spring question

2007-03-11 Thread Matt Raible
What functionality are you looking for? Dependency injection or automatic rollback after a method's execution? Matt On 2/22/07, Bryan Noll <[EMAIL PROTECTED]> wrote: Appfuse folks... I know what this guy does, and I like it... AbstractDependencyInjectionSpringContextTests Is there a similar

Re: [appfuse-user] Issue with Struts Form Validation

2007-03-11 Thread Matt Raible
Your assumptions are correct - if you modify struts_form.xdt to remove the following lines, child form's validation rules won't be included by default. * @struts.validator If you do have a form that you'd like to bring in validation rules for, simply add @struts.validator to the javad

Re: [appfuse-user] ASM, CIGLIB

2007-03-11 Thread Matt Raible
Have you tried using a debugger to see if your LoggingAspect is getting called? If it is, it may be your log4j.properties settings. Matt On 2/21/07, Ding, Qin <[EMAIL PROTECTED]> wrote: Matt: I copied both asm-1.5.3.jar and asm-attrs-1.5.3.jar to hibernate/lib directory and removed the asm.jar

Re: [appfuse-user] Norwegian characters are not displayed correctly

2007-03-11 Thread Matt Raible
This file probably need to be processed as UTF8 or 8859_1. Any idea which one I should use? Thanks, Matt On 3/11/07, viggo <[EMAIL PROTECTED]> wrote: http://www.nabble.com/file/7086/norwegianCharacters.jpg -- View this message in context: http://www.nabble.com/Norwegian-characters-are-not-d

Re: [appfuse-user] Just getting started; how do I turn features off?

2007-03-11 Thread Matt Raible
On 3/11/07, Jakobsen, Peder <[EMAIL PROTECTED]> wrote: Hi, I'm working a project by myself with a very short schedule, and until I discovered and ran Appfuse this weekend, I had rolled my own Hibernate-Spring-JSF-Facelets stack and was about to code the security layer. So thanks a lot Matt,

Re: [appfuse-user] Re: Using Displaytag Decorators

2007-03-11 Thread Brett Knights
Good catch. Thanks. Trent wrote: On Sat, 10 Mar 2007 22:54:58 +0800, Richard G. Reyes wrote Thanks, I'll try this. Richard On 3/9/07, Brett Knights <[EMAIL PROTECTED]> wrote: I use this: [snip] public class ListUtil { public static final SimpleDateFormat detailDateFormat = new Sim

[appfuse-user] Just getting started; how do I turn features off?

2007-03-11 Thread Jakobsen, Peder
Hi, I'm working a project by myself with a very short schedule, and until I discovered and ran Appfuse this weekend, I had rolled my own Hibernate-Spring-JSF-Facelets stack and was about to code the security layer. So thanks a lot Matt, you may have just saved my project from being delivered

Re: [appfuse-user] Re: Using Displaytag Decorators

2007-03-11 Thread Trent
On Sat, 10 Mar 2007 22:54:58 +0800, Richard G. Reyes wrote > Thanks, I'll try this. > Richard > > On 3/9/07, Brett Knights <[EMAIL PROTECTED]> wrote: > > I use this: > > [snip] > > public class ListUtil { > > public static final SimpleDateFormat detailDateFormat = new > > SimpleDateFormat("yyy

RE: [appfuse-user] Running Quartz Jobs on Acegi Secured Methods

2007-03-11 Thread Kiran Keshav
Thanks for the responses. I have resolved this as described here: http://forums.opensymphony.com/thread.jspa?messageID=131487𠆟 -Original Message- From: Kiran Keshav Sent: Mon 2/26/2007 2:40 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Running Quartz Jobs on Acegi Secure

Re: [appfuse-user] Running Quartz Jobs on Acegi Secured Methods

2007-03-11 Thread kirankeshav
Thanks for the responses. I have resolved this as described here: http://forums.opensymphony.com/thread.jspa?messageID=131487𠆟 Kind Regards, Kiran Brett Knights-2 wrote: > > I think your easiest course would be to call, in your applicatonContext > file, setJobDataAsMap. Add the user as a

[appfuse-user] SpringMVC can do Generic Controllers

2007-03-11 Thread Ivan Garcia
With SpringMVC you can create generic based controllers ... you will need, though, to extend your persistent objects from a common base class holding the id and a 'isNew' convenience method this can reduce to almost zero the amount of java code to create master/detail pages (which use to be a la

[appfuse-user] Norwegian characters are not displayed correctly

2007-03-11 Thread viggo
http://www.nabble.com/file/7086/norwegianCharacters.jpg -- View this message in context: http://www.nabble.com/Norwegian-characters-are-not-displayed-correctly-tf3385776s2369.html#a9424458 Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] Re: Using Displaytag Decorators

2007-03-11 Thread Richard G. Reyes
Hi All, Here is how I have fix my date problem. Again I am using appfuse ( webwork + hibernate ) 1.9.4. I created a decorator that extends TableDecorator... public class DateDecorator extends TableDecorator { private SimpleDateFormat sdf = new SimpleDateFormat("MM-dd- hh:mm:ss aa");

Re: [appfuse-user] Build.xml source - Newbie Question

2007-03-11 Thread -j-
What version of appfuse are you using? The 2.x stuff is based on maven rather than ant... j Sent via BlackBerry from T-Mobile -Original Message- From: paulie <[EMAIL PROTECTED]> Date: Sat, 10 Mar 2007 22:47:08 To:users@appfuse.dev.java.net Subject: [appfuse-user] Build.xml source

Re: [appfuse-user] mvn jetty:run => OutOfMemoryError: PermGen space

2007-03-11 Thread Philip Barlow
Interesting, are you deploying using Jetty and have you at any stage changed memory arguments for your JVM, Maven or anything else that might be associated with the build/test/deploy process? Also what do the following 2 commands return when typed at the command line: echo %JAVA_HOME% java -ve

Re: [appfuse-user] Build.xml source - Newbie Question

2007-03-11 Thread Matt Raible
You're probably using the wrong tutorial. The documentation for 1.x is at http://raibledesigns.com/wiki. The documentation for 2.x is at http://appfuse.org. Matt On 3/10/07, paulie <[EMAIL PROTECTED]> wrote: I have searched the code and the forum but haven't figured out where build.xml (as w

Re: [appfuse-user] warpath dependency issue with AppFuse M2 basic struts tutorial

2007-03-11 Thread wiradikusuma
Michael Horwitz wrote: > > Hi, > > This looks like a misconfiguration of the warpath plugin. Not too sure why > you are getting this from the archetypes, but please could you make sure > the > warpath plugin is configured as follows in your top level pom: > > > org.appfuse > maven-warpath