Hi,

I am using roo 1.1.2 version. I built a roo application from database schema.

I am getting "ORA-00907: missing right parenthesis" exception for some of the tables UI. I found for some of the "_Roo_Entity.aj" files has primarykey class. see below

@EmbeddedId
private EmfPageCriteriaFilterPK EmfPageCriteriaFilter.id;

I think the issue with the PK class.

Can anyone help me in this?

Thanks,