Encountering this kind of error (CXF jaxws 3.1.1), and have no idea how to
fix it. I am passing the web-service class into

new EndpointImpl(new SpringBus(), new MyWSClass())

Caused by: java.lang.VerifyError: (class: my/package/jaxws_asm/Authorize,
method: setMetaData signature: (Lmy/package/util/jaxb/XmlMap;)V) Code stops
in the middle of instruction  starting at offset 1
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)

For this method signature

@WebMethod
public RESULT_TYPE authorize(@WebParam(name="p") String p,
@WebParam(name="applicationID") String tag,
@WebParam(name="requestingSystem") String requestingSystemString,
@WebParam(name="protectedSystemURL") URL protectedSystemURL,
@WebParam(name="requestorIpAddress") String requestorIpAddress,
@WebParam(name="metaData") XmlMap metaData){

Reply via email to