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
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