Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that all generated .class file compatibility is 1.4.

If followed correctly, the The following table will should prevent common JAXP configuration errors:

...

No Format
ERROR [main] checks.Dom3Check.[] Jul/21 16:19:06 - DOM3 check failing 
because DOM3 method not found:
java.lang.NoSuchMethodError: org.w3c.dom.Document.normalizeDocument()V
       at        org.jasig.portal.tools.checks.Dom3Check.doCheck(Dom3Check.java:40) 
No Format
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

...
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
        at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source) 
If using JDK 1.5:

You don't need this folder at all if you're running JDK 1.5 as both your development environment and your Tomcat environment.  

...