restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

OData. Parser crash while generating form metadata.

Open tbw777 opened this issue 8 years ago • 1 comments

5.zip Hello. I can't parse this $metadata (content in 5.xml). If I removing sap:label attribute with extended characters (with errors on it while parsing) I see errors too. Please upgrade your parser.

Exception in thread "main" java.lang.NoClassDefFoundError: freemarker/template/Configuration at org.restlet.ext.odata.Generator.generate(Generator.java:241) at org.restlet.ext.odata.Generator.main(Generator.java:140) Caused by: java.lang.ClassNotFoundException: freemarker.template.Configuration at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more

Also I need to set csrf at header and basic auth, how I can do this?

Thank you.

tbw777 avatar Jul 07 '16 09:07 tbw777