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

Error when editing a meeting on Oracle Database #22

Open
ilieandriuta opened this issue Aug 7, 2018 · 0 comments
Open

Error when editing a meeting on Oracle Database #22

ilieandriuta opened this issue Aug 7, 2018 · 0 comments

Comments

@ilieandriuta
Copy link

STEPS TO REPRODUCE

Preconditions: An user is already created (e.g. U1).

  1. Login with Admin
  2. Go to Meeting App from Apps Panel
  3. Click on 'Create'
  4. Type a name for the new meeting event
  5. Select 'Meeting' page type
  6. Click 'Create'
  7. Pick a leader (e.g. Admin), at least one participating member (e.g. U1) and a participating group (e.g. XWikiAllGroup)
  8. Click 'Save & View'
  9. Click 'Edit'

EXPECTED RESULTS

The meeting's page enters in edit mode and the members and groups names are displayed properly.

ACTUAL RESULTS

When entered in edit mode, the members and the groups names have 'XWiki.' prefix and the following error is displayed in console:

2018-08-07 15:44:35,942 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/participants/values?fp=XWiki.U1&limit=10] WARN  o.h.u.JDBCExceptionReporter    - SQL Error: 932, SQLState: 42000
2018-08-07 15:44:35,942 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/participants/values?fp=XWiki.U1&limit=10] ERROR o.h.u.JDBCExceptionReporter    - ORA-00932: inconsistent datatypes: expected - got CLOB

2018-08-07 15:44:35,953 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/groups/values?fp=XWiki.XWikiAllGroup&limit=10] WARN  o.h.u.JDBCExceptionReporter    - SQL Error: 932, SQLState: 42000
2018-08-07 15:44:35,953 [http://localhost:1062/xwiki/rest/wikis/xwiki/classes/Meeting.Code.MeetingClass/properties/groups/values?fp=XWiki.XWikiAllGroup&limit=10] ERROR o.h.u.JDBCExceptionReporter    - ORA-00932: inconsistent datatypes: expected - got CLOB

Meeting create screenshot:
meetings_pro_oracle_create_screen

Meeting edit screenshot:
meetings_pro_oracle_edit_screen

Please also see: https://jira.xwiki.org/browse/XWIKI-14634

@ilieandriuta ilieandriuta added this to the 1.8.5 milestone Aug 7, 2018
@acotiuga acotiuga modified the milestones: 1.8.5, 1.9 Sep 18, 2018
@acotiuga acotiuga modified the milestones: 1.9, 2.0 Nov 1, 2018
@mflorea mflorea removed this from the 2.0 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants