Hi, I have been fighting this for the last 3 days now and it's getting very frustrating. It seems to be a non-issue for all the tutorials I read but I can't for the life of me get appfuse:gen to create controllers and tables for classes that point to another class. In my case I have the two class attached: http://www.nabble.com/file/p17984453/CCR.java CCR.java http://www.nabble.com/file/p17984453/CCRType.java CCRType.java
I just need to be able to point from CCR to CCRtype using a key in CCR that's called "ccr_type_id". I am also trying to do the same for pointing to the "built in" User class in Appfuse from my CCR and CCRType classes. The controllers and tests are generated fine, but when I try to run the app in jetty (using mvn jetty:run), I get the following output: http://www.nabble.com/file/p17984453/output.txt output.txt I am not sure why it's failing. Are my annotations correct? Also can the annotations be simpler for such a simple relationship between classes? Any help would be greatly appreciated. Thanks, Aditya -- View this message in context: http://www.nabble.com/Appfuse%3Agen-and-related-entities-%28with-very-simple-association%29-tp17984453s2369p17984453.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
