Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class ActionGroups is missing constant for SoapUIMultiActions #2

Open
marek-ciz opened this issue Jan 16, 2016 · 0 comments
Open

Class ActionGroups is missing constant for SoapUIMultiActions #2

marek-ciz opened this issue Jan 16, 2016 · 0 comments

Comments

@marek-ciz
Copy link

Hi,

couple of days ago, I created following topic in the Ready! API and SoapUI PlugIn Development section on SmartBear Community:
http://community.smartbear.com/t5/Ready-API-and-SoapUI-PlugIn/AbstractSoapUIMultiAction-isn-t-working-at-all/m-p/111751

Here I was describing my problems while trying to create an action, which should be invoked on multiple modelItems.
I was trying to fix my problems by trying different constructors of class AbstractSoapUIMultiAction, different action groups from class com.eviware.soapui.support.action.ActionGroups or completely removing ActionConfiguration from my action class, but it didn't help at all.

Today, I did some deeper search and was able to find following topic from 2009:
http://community.smartbear.com/t5/SoapUI-NG/Re-Actions-to-be-available-on-multiple-selections/td-p/10518

Here I noticed that SoapUI Pro back in old days was requiring "SoapUIMultiActions" as value for actionGroup in order to invoke action on multiple selection.
So, when I tried to put that in my ActionConfiguration.actionGroup, my plugin for Ready! API 1.5.0 worked as expected.

Therefore it looks like class ActionGroups is missing a constant with this value.

As I mentioned above, I found that class here:
com.eviware.soapui.support.action.ActionGroups

but also here (I'm 99% sure it's the same):
https://github.com/SmartBear/ready-api-plugins/blob/master/ready-api-plugin-archetype/src/main/resources/common/ActionGroups.txt

I know it's minor issue and a workaround for it is quite simple, I just wanted to let you know, that not all actions are described in this class.

Thanks in advance

Regards,
Marek Ciz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant