Starting demo shows me WARN!!

After starting your demo service I get:


Starting IT Mill Toolkit DEMO
You can access the demo in http://127.0.0.1:8888/
Use ctrl-c to stop demo service
13:56:16.149 WARN!! [main]
 org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >13> Schema validation may not be supported
13:56:16.660 WARN!! [main]
 org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >20> Schema validation may not be supported

Don’t know why is that, demos seem to work but you should fix these annoying messages.

Not directly related to IT Mill Toolkit. This is JDK 1.4 and Jetty combination issue, most likely comes when Jetty is reading configuration with certain XML parser.

According to our testing no warnings are displayed with JDK 1.5 or JDK 1.6, but yes they exists with some JDK 1.4.