saurabhpb
11 years agoOccasional Contributor
Property transfer gets failed when run through maven
Hello,
I am using Soap-UI Pro 5.1.1 and facing Issue while running Soap-UI Scripts through maven plugin - command line.
The Property Transfer Step always gets failed with below Error:-
Error:com.eviware.soapui.impl.wsdl.teststeps.PropertyTransferException: java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface
----------------- Messages ------------------------------
Error performing transfer [TransferAttributeName] - java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface
----------------------------------------------------
TransferAttributeName transferred [[java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface]] from [searchBySQL.Response] to [Properties.AttributeNames]
The Property Transfer Runs fine when run through GUI and it has 2 X-Query Transfers which transfers values to Properties Step. Please refer attached screenshots for reference.
I have a doubt that may be I am referring incorrect plugin repository so attaching pom.xml also.
Command which i am using to run the soapui project is below:-
mvn com.smartbear.soapui:soapui-pro-maven-plugin:test
Could you please help me in resolving this Issue?
Regards,
Saurabh
I am using Soap-UI Pro 5.1.1 and facing Issue while running Soap-UI Scripts through maven plugin - command line.
The Property Transfer Step always gets failed with below Error:-
Error:com.eviware.soapui.impl.wsdl.teststeps.PropertyTransferException: java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface
----------------- Messages ------------------------------
Error performing transfer [TransferAttributeName] - java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface
----------------------------------------------------
TransferAttributeName transferred [[java.lang.ClassCastException: org.apache.xmlbeans.impl.xquery.saxon.XBeansXQuery cannot be cast to org.apache.xmlbeans.impl.store.SaxonXBeansDelegate$QueryInterface]] from [searchBySQL.Response] to [Properties.AttributeNames]
The Property Transfer Runs fine when run through GUI and it has 2 X-Query Transfers which transfers values to Properties Step. Please refer attached screenshots for reference.
I have a doubt that may be I am referring incorrect plugin repository so attaching pom.xml also.
Command which i am using to run the soapui project is below:-
mvn com.smartbear.soapui:soapui-pro-maven-plugin:test
Could you please help me in resolving this Issue?
Regards,
Saurabh