Openfire (ARCHIVED)

fix bug within DefaultGroupProvider

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 3.6.2
  • Fix Version/s: 3.6.3
  • Component/s: None
  • Acceptance Test - Add?:
    No
  • Description:
    Hide

    Renaming of the SQL statements was not successful within "JM-1291 Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database.". An 'f' is missing.

    Fix line 38 in DefaultGroupProvider and change `"UPDATE oGroupProp SET groupName=? WHERE groupName=?";´ to `"UPDATE ofGroupProp SET groupName=? WHERE groupName=?";´

    See also http://www.igniterealtime.org/community/message/184156#184156

    Show
    Renaming of the SQL statements was not successful within "JM-1291 Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database.". An 'f' is missing. Fix line 38 in DefaultGroupProvider and change `"UPDATE oGroupProp SET groupName=? WHERE groupName=?";´ to `"UPDATE ofGroupProp SET groupName=? WHERE groupName=?";´ See also http://www.igniterealtime.org/community/message/184156#184156

Activity

Gaston Dombiak made changes - 12/06/08 08:33 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Fix Version/s 3.6.3 [ 10833 ]

People

Dates

  • Created:
    12/04/08 10:35 PM
    Updated:
    12/06/08 08:33 PM
    Resolved:
    12/06/08 08:33 PM