I am trying to create a schema that maps to a table and columns in either an Oracle or MS-SQL database but i keep getting the following error when I try to update the schema:
Invalid mapping specification: invalid or unexpected primary key definition
I made sure the primary key value attribute of the schema is the same as the primary key in my Oracle and MS-SQL tables, but I still get the error. Please help!