Uploaded image for project: 'File Manager Application'
  1. File Manager Application
  2. FILEMAN-142

Deprecated usage legacy-style HQL ordinal parameters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 2.0.8
    • None
    • Unknown

    Description

      Every access to the File Manager extension throws log messages similar to:
       {{ - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject obj where doc.space = ? and doc.fullName = obj.name and obj.className in ('FileManagerCode.FolderClass', 'FileManagerCode.DriveClass') and doc.name in (?)] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject obj where doc.space = ?1 and doc.fullName = obj.name and obj.className in ('FileManagerCode.FolderClass', 'FileManagerCode.DriveClass') and doc.name in (?2)]}}
      {{}}
      Can the plugin be updated to get rid of the flood of log messages caused by the old deprecated HQL queries?

      Attachments

        Activity

          People

            Unassigned Unassigned
            webminster Alan Sparks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: