Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of oracle *ddl.xml and *dml.xml files in geoserver/role and geoserver/usergroup #328

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

humpy125
Copy link

@humpy125 humpy125 commented Dec 8, 2023

When working through the Mapstore integration with Geoserver, for an Oracle 19c database, I found the process failed when creating the User Group Service and Role Service due to errors in the userddl.xml and roleddl.xml files included in the geostore-master.zip file I downloaded.

I have modified these files so they now work. I have also changed the table names so they are now prefixed with gs_

Fixed issues with creating tables and assigning the primary keys for Oracle 19c database
Updated the sql to use group_name instead of groupname
Fixed sql  so that the tables with primary keys are created correctly for Oracle 19c database
Prefixed the table names with gs_
Changed the sql to use group_name instead of groupname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant