Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-44

[jelly] ClassLoader Problems with XMLParser and XMLParser reuse

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.1-beta-1
    • core / taglib.core
    • None

    Description

      Hello,

      i had problems integrating jelly because of the ClassLoader set to the
      JellyContext is not promoted to the XMLParser. That leads to
      ClassNotFoundExceptions in resolving custom TagLibs. This should be added in
      JellyContext compileScript methods.

      The use of XMLParser in JellyContext needs a little more documentation not
      only because of
      a new XMLParser is always instantiated in compileScript(String uri) and
      compileScript(URL url) uses the per thread instance. Is it ok that the
      ImportTag therefore indirectly uses the same thread instance parser?


      the use of the thread instance parser was changed in HEAD

      Attachments

        Activity

          People

            Unassigned Unassigned
            vbraun Vincenz Braun
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: