1 Reply Latest reply on Jun 30, 2010 5:58 PM by asookazian

    Configuring embedded JBoss for Seam tests

    gregcharles.gregcharles.bigfoot.com
      We use web services to gather some of the data used in our application. We have the ability to swap out all the web services for equivalent mocks for local testing, which is triggered by "-Dcore.mock=mock.properties" added to the JBoss startup. I've just set up an integration testing environment that runs SeamTests in an embedded JBoss environment, but I would like these tests to use the mocks rather than the actual web services. How can I pass the -D option to the embedded JBoss?