Alan Burlison <[email protected]> writes:

> I'm wondering if this chaos is being caused by the fact that the derby
> database owner and the owner of the only schema in the database that
> is being replicated are different users?  The database is created by
> user "admin", then the following DB configuration is done:
>
> derby.database.propertiesOnly = true
> derby.authentication.provider = BUILTIN
> derby.database.defaultConnectionMode = noAccess
> derby.database.requireAuthentication = true
> derby.user.admin = admin
> derby.user.auth = CHANGEME
> derby.database.fullAccessUsers = admin,auth
> create schema auth authorization auth
>
> The application then creates its tables in the auth schema.  Could
> that be the issue?

No, that should not matter unless there is a bug somewhere. Maybe we
can best untangle these issues if you can provide a repro?

Dag

Reply via email to