Forum Discussion

TGeppert's avatar
TGeppert
Occasional Contributor
10 years ago
Solved

ResponseEditor plugins are added twice to the SoapUI Pro Panel

Hallo,

 

there is a bug in the soapui core adding EditorViewFactory(s) twice to the EditorViewFactoryRegistry. This results in double instantiation of ResponseEditor plugins (and Tabs in the Gui).
See class SwingSoapUICore in method afterStartup first 3 lines:

for (EditorViewFactory factory : SoapUI.getFactoryRegistry().getFactories(EditorViewFactory.class))

{ EditorViewFactoryRegistry.getInstance().addFactory(factory); }

but this is also done previously in the Constructor of EditorViewFactoryRegistry also with exactly the same 3 lines.

 

Best regards,

Agnieszka

  • It seems we've fixed this issue in 1.4.0 release. Could you check it with 1.4?

4 Replies

  • It seems we've fixed this issue in 1.4.0 release. Could you check it with 1.4?

    • TGeppert's avatar
      TGeppert
      Occasional Contributor

      Hallo,

       

      yes it works with version 1.4 of SoapUI NG.

       

      Many thanks and best regards,

       

      Agnieszka

       

       

       

       

  • Hi Agnieszka,

     

    I’ve reported this behavior to our R&D team. They will need to investigate it. Let’s wait for the news from them.