Project:
View Revisions: Issue #39487 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0039487: can't serve SOAP webservices compiled with JDK10+ | ||
Revision | 2018-11-12 10:00 by alostale | ||
Steps To Reproduce | Using JDK10+: 1. Enable SOAP server [1] 2. Create a SOAP webservice having at least one method with at least one parameter 3. Deploy it to Tomcat: ant installWebservice 4. Try to use it from a client -> ERROR: HTTP 500: Error looking for parameter names in bytecode: unexpected bytes in file. 5. Try to access to /services path -> ERROR: Error looking for paramter names in bytecode: unexpected bytes in file. --- [1] http://wiki.openbravo.com/wiki/Development_Build_Tasks#SOAP_Webservice_Server_Tasks [^] |
||
Revision | 2018-10-19 08:14 by alostale | ||
Steps To Reproduce | Using JDK10+: 1. Enable SOAP server [1] 2. Create a SOAP webservice having at least one method with at least one parameter 3. Deploy it to Tomcat: ant installWebservice 4. Try to use it from a client -> ERROR: HTTP 500: Error looking for paramter names in bytecode: unexpected bytes in file. 5. Try to access to /services path -> ERROR: Error looking for paramter names in bytecode: unexpected bytes in file. --- [1] http://wiki.openbravo.com/wiki/Development_Build_Tasks#SOAP_Webservice_Server_Tasks [^] |
Copyright © 2000 - 2009 MantisBT Group |