[appfuse-user] exlude files when expanding appfuse-spring-2.0-m5.war during cargo setup

2007-06-24 Thread cfoy
Hi All, I have imported the core appfuse entities into my project as per the instructions at: http://appfuse.org/display/APF/AppFuse+Core+Classes I have modified signup.jsp and userForm.jsp together with the User.java entity. I have manually tested the changes using jetty:run-war and all is we

[appfuse-user] AppFuse Application doesn't work in Geronimo

2007-06-24 Thread Lasantha Ranaweera
Hi All, I was using AppFuse frame work to building an application and tested it in Tomcat, Jetty, JBoss & Geronimo. Application works fine in all other servers other than Geronimo. So had some discussion in Geronimo developer list and got following answer. Thanks, Lasantha --- Begin Messag

Re: [appfuse-user] exlude files when expanding appfuse-spring-2.0-m5.war during cargo setup

2007-06-24 Thread Matt Raible
Using should work: http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html Also, Maven shouldn't be over writing your files if yours have a newer timestamp than those from AppFuse. Matt On 6/24/07, cfoy <[EMAIL PROTECTED]> wrote: Hi All, I have imported the core appfuse

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2007-06-24 Thread Matt Raible
This looks like a bug in Struts Menu. Can you please enter an issue in JIRA for it? http://issues.appfuse.org/browse/SM If you crack open the Struts Menu JAR in your repository (~/.m2/repository/struts-menu) and change the tlds to use 1.1 (in META-INF/struts-menu.tld) and 1.2 (in META-INF/struts

Re: [appfuse-user] Sample-data.xml need to insert timestamp ?

2007-06-24 Thread tibi
i would always insert milliseconds in an int field. saves you a lot of irritation ;) tibi Tuncay A. wrote: Ok, maybe I should use Timestamp ?? Thank you very much!! DNewfield wrote: Tuncay A. wrote: I use Oracle and field data type is: Date Then that field will only store d

[appfuse-user] Appfuse 2.0 M5 in Netbeans 5.5: (some) breakpoints not hit

2007-06-24 Thread bernatowicz
I am very new to Appfuse and Java/Netbeans, so my apologies if this turns out to be a newbie question. 1. I created a skeleton 2.0-M5 app: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -Dar

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2007-06-24 Thread Lasantha Ranaweera
Matt, Yeah I was using G 2.x for the testing. As you suggested it was gone after changing the *tlib-version* to numerical value. Created JIRA issue for your reference SM-83. Thanks, Lasantha Matt Raible wrote: This looks like a bug in Struts Menu. Can you please enter an issue in JIRA for i

Re: [appfuse-user] Appfuse 2.0 M5 in Netbeans 5.5: (some) breakpoints not hit

2007-06-24 Thread Matt Raible
I haven't worked much with NetBeans so it's hard for me to know if this is a NetBeans or AppFuse issue. In general, I rarely need to debug my JSPs. Is there any particular reason you'd like to debug yours? Matt On 6/24/07, bernatowicz <[EMAIL PROTECTED]> wrote: I am very new to Appfuse and Ja

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2007-06-24 Thread Matt Raible
Thanks - I've fixed this in Struts Menu's CVS and will try to do a release (2.4.4) to fix this in the next couple days. Matt On 6/24/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Matt, Yeah I was using G 2.x for the testing. As you suggested it was gone after changing the *tlib-version* to