I am attempting to develop an entity bean that is required to map to different schemas that contain the same table names. In other words, our production database has one schema (creator), but our test database has multiple schemas. A table is defined in each schema to allow for testing at different levels.
Is it possible to map an EJB-CMP to such an environment, or am I limited to EJB-BMP?