jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java
changeset 16953 a44e04deb948
parent 12458 d601e4bba306
child 17534 21dc0b2762da
equal deleted inserted replaced
16416:bcebd3fdefc9 16953:a44e04deb948
   995          "Internal XSLTC error:  a method in the translet exceeds the Java " +
   995          "Internal XSLTC error:  a method in the translet exceeds the Java " +
   996          "Virtual Machine limitation on the length of a method of 64 " +
   996          "Virtual Machine limitation on the length of a method of 64 " +
   997          "kilobytes.  This is usually caused by templates in a stylesheet " +
   997          "kilobytes.  This is usually caused by templates in a stylesheet " +
   998          "that are very large.  Try restructuring your stylesheet to use " +
   998          "that are very large.  Try restructuring your stylesheet to use " +
   999          "smaller templates."
   999          "smaller templates."
  1000         }
  1000         },
       
  1001 
       
  1002          {ErrorMsg.DESERIALIZE_TRANSLET_ERR, "When Java security is enabled, " +
       
  1003                         "support for deserializing TemplatesImpl is disabled." +
       
  1004                         "This can be overridden by setting the jdk.xml.enableTemplatesImplDeserialization" +
       
  1005                         " system property to true."}
  1001 
  1006 
  1002     };
  1007     };
  1003 
  1008 
  1004     /** Get the lookup table for error messages.
  1009     /** Get the lookup table for error messages.
  1005      *
  1010      *