Re: [appfuse-user] JPA Problem -> Continued

2007-03-28 Thread VJ22
But I have my column as model_id you think tht cud be a problem tooThe appfuse application does work fine using the same convention... benoit wrote: > > See your Db admin, this error come from oracle. Maybe oracle > is configured to allow a particular naming convention like > IDENT

Re: [appfuse-user] JPA Problem -> Continued

2007-03-28 Thread Benoit Moraillon
See your Db admin, this error come from oracle. Maybe oracle is configured to allow a particular naming convention like IDENT instead of ID VJ22 a écrit : When I try to persist this class, it gives me the following error ORA-00904: "MODEL0_"."ID": invalid identifier Totally Lost. VJ

Re: [appfuse-user] JPA Problem -> Continued

2007-03-28 Thread VJ22
When I try to persist this class, it gives me the following error ORA-00904: "MODEL0_"."ID": invalid identifier Totally Lost. VJ22 wrote: > > Hello All, > > Got stuck with a bit of a problem trying to use JPA..I have got a > simple model class called Model which maps to an underlyin