Forum Discussion

rponsss's avatar
rponsss
New Contributor
10 years ago

Problem adding properties in a project with a custom plugin

I developed a custom TestStep that works fine. But now i want to add some properties with the "Properties" step . Initially it works fine but when i add my TestStep the Properties Panel crashes, and throws me the following exception:
ClassCastException: java.util.ArrayList cannot be cast to com.eviware.soapui.model.propertyexpansion.PropertyExpansion

With crashes i mean that, for example, the Properties panel does not allow me to write in the label of values

My TestStep is declared like this public class MyTestStep extends WsdlTestStepWithProperties implements PropertyExpansionContainer

any idea what is happening?
No RepliesBe the first to reply