I'm trying to create a web service, a first for me, and I've got my component all set up, nothing fancy, and now I'm trying to actually add the web service in the openbd admin interface.
I'm getting this error though: *Unrecognized error code: Failed to compile web service generated client classes for http://localhost/api/api.cfc?wsdl. The compiler error messages follow: Note: sun.tools.javac.Main has been deprecated. error: Invalid class file format in /opt/openbdjam/jdk/jre/lib/rt.jar(java/rmi/Remote.class). The major.minor version '51.0' is too recent for this tool to understand. /opt/openbdjam/webroot/WEB-INF/bluedragon/work/temp/ws/231/090e3093991cea779e3be3d71c4edfe0/api/api_cfc/Api.java:10: Interface java.rmi.Remote of interface api.api_cfc.Api not found. public interface Api extends java.rmi.Remote { ^ error: Invalid class file format in /opt/openbdjam/jdk/jre/lib/rt.jar(java/lang/Object.class). The major.minor version '51.0' is too recent for this tool to understand. /opt/openbdjam/webroot/WEB-INF/bluedragon/work/temp/ws/231/090e3093991cea779e3be3d71c4edfe0/api/api_cfc/ApiCfcSoapBindingStub.java:0: Class java.lang.Object not found in class org.apache.axis.client.Stub. /** ^ 4 errors, 1 warning *I'm using the latest JAM on 64 bit Ubuntu. I don't know what to make of this, the included JAR is too new compared to the functions being called? -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
