Uploaded image for project: 'Commons JCI'
  1. Commons JCI
  2. JCI-6

[jci] FileResourceStore does not store class files correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 36237

    Description

      The FileResourceStore stores class files in BASE_DIR/my.package.MyClass while
      the rest of the Java world would expect it in BASE_DIR/my/package/MyClass.class.
      To communicate with the rest of the Java world - in my case with XSP inside
      Cocoon - it would be necessary to change the FileResourceStore accordingly.

      When writing this I wonder what happens with non-to-be-compiled-resources. Their
      name will be also converted to class file names, and - as long as the rest of
      the Java world is not involved - they can be stored and read again - even if
      their name will be garbled.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joerg.heinicke@gmx.de Jörg Heinicke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: