Hi,
I have a ME4S Spring DSL enabled Project and using a PostgreSQL 9.1 database with 9.1 JDBC 4 drivers; I get this issue with an 8.3, 8.4 and 9.1 database and an 8.3, 8.4 or 9.1 JDBC 3 and 4 drivers.
The security DAO tables are generated in to the public schema rather than the product schema configured in my Connection URL.
When I scaffold Security using a Spring DSL JPA Connection and a PostgreSQL connection using a URL that includes ?schema=product
MyEclipse Database Explorer Connection Information
connection url: jdbc:postgresql://localhost:5432/p8productmanager?schema=product
driver class name: org.postgresql.Driver
The Spring DSL JPA configuration is set up to use an XA datasource and there is no setting for Schema in the XA Datasource.