Forum Discussion

javabean's avatar
13 years ago

Maven with SoapUi plugin and JMS endpoints

Hi,

I want to test webservices by running SoapUi from a Maven build. Some endpoints are JMS endpoints. Is there a smart way to do this without requiring HermesJMS on the build server ? I can think of coding a custom action to fire JMS events, but this is not the preferred way (since standalone tests work with HermesJMS).

Cheers,

javabean.
  • flyhard's avatar
    flyhard
    New Contributor
    I think we solved our issue, but we had to include hermesjms in the resources folder of our project despite it being in the project dependencies.

    It feels like the Maven plugin is really of no importance to Smartbear since they have a couple of unadressed issues with the plugin (hermesJMS, log files in wrong locations...)

    BTW, I have decribed our solution in the stackoverflow post.