On Thu, Mar 12, 2009 at 2:40 PM, Martijn Hendriks <[email protected]> wrote: > The tables already existed. The testcase is this: > * Start Jackrabbit the regular way which you describe (Jackrabbit autocreates > the tables). > * Stop Jackrabbit > * Change the user credentials in the repository.xml to those of a user with > only data manipulation rights. > * Start Jackrabbit again -> this does not work. > > The check whether the tables exist in the checkSchema method in this case > finds that the schema does not yet exist and it tries to create it which > fails.
Then it seems that the user has no rights to look at the metadata (in jdbc terms) and "see" that the table exists. Maybe you can give him those rights. Regards, Alex -- Alexander Klimetschek [email protected]
