Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Limits of "FEATURE_SECURE_PROCESSING"

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Limits of "FEATURE_SECURE_PROCESSING"

    Hello,

    I am getting error

    JAXP00010003: The length of entity "%citation.class" is "1,000,011" that exceeds the "1,000,000" limit set by "FEATURE_SECURE_PROCESSING".

    I tried it solving it by changing jdk.xml.maxEntitySizeLimit in jaxp.properties file. But still stuck with same error.

    Can anyone help please.

    Thanks!!


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Limits of "FEATURE_SECURE_PROCESSING"

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

  3. #3
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: Limits of "FEATURE_SECURE_PROCESSING"

    Go through Lesson: Processing Limits (The Java™ Tutorials > Java API for XML Processing (JAXP)), in particular, Using the Limits (The Java™ Tutorials > Java API for XML Processing (JAXP) > Processing Limits).

    If possible try not changing this in the jaxp.properties file as it will affect all applications that run off the same JDK/JRE. Use the factory methods instead.

Similar Threads

  1. Replies: 2
    Last Post: May 22nd, 2014, 01:17 PM
  2. Understanding layers of system logic. Clarity for what "SDK" & "JDK" mean
    By MilkWetGhost in forum Java Theory & Questions
    Replies: 1
    Last Post: October 3rd, 2013, 12:25 PM
  3. Replies: 2
    Last Post: June 22nd, 2013, 10:30 AM
  4. Replies: 3
    Last Post: December 7th, 2011, 02:03 AM
  5. Replies: 7
    Last Post: August 13th, 2011, 01:22 AM

Tags for this Thread