[appfuse-user] AppFuse Tutorial has incorrect spring config?

2010-11-25 Thread Milbourne, Anthony
I think I have found an error in the tutorial again (I know the last one wasn't strictly an error - but I think this one is :-). As I mentioned, I am using the 2.1.0-M1 version of the modular spring archetype and I have followed the tutorials with JPA and SpringMVC. On the web stage of the tutori

Re: [appfuse-user] AppFuse Tutorial has incorrect spring config?

2010-11-25 Thread Matt Raible
The completed code for this tutorial doesn't seem to have a "formView" property, so I don't think this is necessary. http://www.google.com/codesearch/p?hl=en#WTe62-tihmk/tutorial-spring/src/main/webapp/WEB-INF/dispatcher-servlet.xml&q=PersonFormController%20package:http://appfuse-demos\.googlecod

[appfuse-user] @ManyToOne problem at testing

2010-11-25 Thread ramzi khlil
Hi all, I created two entity with ManyToOne relationship between them. When I run mvn install on root tests related to those entities failed. Do I missing something to prevent this ? I'm using *AppFuse 2.1.0 Milestone 1 on Ubuntu *Regards* *