[appfuse-user] Failed to read auto-increment value

2008-10-05 Thread md10024
Hi, I am getting started with Spring MVC Basic on a WinXP development platform. I'm new to Maven but have used Appfuse for several different projects. I have two issues/questions: When I run this command mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfu

Re: [appfuse-user] Problem trying to run my application in Tomcat

2008-10-05 Thread Pablo Alcaraz
Rob Hills escribió: Hi Pablo, pabloa wrote: I have an appfuse application that works in jetty. I am trying to run it in tomcat without success. The problem is: I can access to the original appfuse pages, for example: http://localhost:8081/myapp-1.0-SNAPSHOT/mainMenu.html, but I am unable

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-05 Thread Rob Hills
Hi again, Some of the XML in my last post got scrambled, I'll try again. Is there any way to format code in the web interface of Nabble? Couldn't see anything in the help pages. Rob Hills wrote: > > method="listSomeThings"> > /WEB-INF/pages/listSomeThings.jsp > > > method="listOth

[appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-05 Thread Rob Hills
Hi All, In my AppFuse 2 + Struts app, I have one Form JSP (with one Action class) that is accessed from two different lists. When the user quits the form (save, cancel etc.) they need to return to the list they came from. The approach I've taken is to try and have the Form's Action attribute sp

Re: [appfuse-user] Problem trying to run my application in Tomcat

2008-10-05 Thread Rob Hills
Hi Pablo, pabloa wrote: > > I have an appfuse application that works in jetty. I am trying to run it > in tomcat without success. > > The problem is: I can access to the original appfuse pages, for example: > http://localhost:8081/myapp-1.0-SNAPSHOT/mainMenu.html, but I am unable > to acces

Re: [appfuse-user] Hibernate Search, how to set add listeners to session factory

2008-10-05 Thread mschipperheyn
I created the following class and config public class HibernateExtensionPostProcessor extends org.appfuse.dao.spring.HibernateExtensionPostProcessor { private Map eventListeners; private String sessionFactoryBeanName = "sessionFactory"; /** * Top level p