Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-433

problem with SELECT * FROM VersionableType

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.5.0
    • OpenCMIS 0.6.0
    • None
    • Using matching 0.5.0 releases of Workbench and the inMemoryServer - Windows 7...

    Description

      Using matching 0.5.0 releases of Workbench and the inMemoryServer (but this happened with previous versions too)

      I can do this select and it works fine using the query function of Workbench.
      SELECT * FROM DocumentTopLevel as d where d.StringPropTopLevel = 'xxx'

      However if I do the same function using VersionableType I get a nullPointer exception at the server (which propagates back to workbench)
      SELECT * FROM VersionableType as d where d.VersionedStringProp = 'xxx'

      Not seeing anything wrong with this query. Need this to work for the IOD demo.

      Attachments

        Activity

          People

            jenshuebel Jens Hübel
            jay.brown jay brown
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: