People,
I am building a new Web service for a client. I've successfully got it working for IIS, but I'm having an issue with the Java/Tomcat build. I noticed in the 10.5 instructions (there are very few useful 10.0 instructions) that the set up requires Java 7. I noticed that with Java 8, the WSGEN process fails with an error message to the effect that com.sun.mirror.apt.AnnotationProcessorFactory cannot be found. My understanding is that this is a deprecated class in Java 7 and outright removed in Java 8. Does OpenText have a path forward for supporting developing/extending Web Services using Java 8? Also, in the 10.5 instructions, the sample ANT build file specifies a few Java jar files. the only one of the three I could find bundled with 10.5 is the csapi.jar file. None of the other jar files in that example are bundled with Content Server. Where can I obtain all the jar files mentioned in the ant build file mentioned in the 10.5 documentation?
Finally, should I assume that for a 10.0 web service, Java 8 is completely unsupported?
-Hugh Ferguson