Re: [appfuse-user] Tutorial Not Working Properly

2009-10-07 Thread Matt Raible
What's the error you're seeing? On Wed, Oct 7, 2009 at 9:39 PM, Otniel wrote: > I'm having problem in follow persistence tutorial at > http://www.appfuse.org/display/APF/Persistence#Persistence-createschema. > I'm extending the BaseObject into my class like thid > import org.appfuse.model.BaseObj

[appfuse-user] Tutorial Not Working Properly

2009-10-07 Thread Otniel
I'm having problem in follow persistence tutorial at http://www.appfuse.org/display/APF/Persistence#Persistence-createschema. I'm extending the BaseObject into my class like thid import org.appfuse.model.BaseObject; public class Person extends BaseObject{ ... } But i found thats an error in my ID