Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3491

Unable to use direct char[] access of java.lang.String error on appengine

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.6
    • 2.0.13, 2.1.7
    • General
    • None
    • appengine

    Description

      hi all

      i am getting the following error when running on appengine.

      Unable to use direct char[] access of java.lang.String

      i found some src code that alowed for onfiguration of the the chararray access.

      http://svn.apache.org/repos/asf/myfaces/core/trunk/shared/src/main/java/org/apache/myfaces/shared/util/StringCharArrayAccessor.java

      it uses a poperty to disable using the char access.
      static volatile boolean enabled = !Boolean
      .getBoolean("oam.stringchararrayaccessor.disabled");
      where is this property set?
      it is not documented anywhere.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lpiccoli lucio piccoli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: