Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

5.18.4. Set an InVM Scope for an Individual Service

Procedure 5.1. Task

  1. Open the file in a text editor.
  2. Set the service element's invmScope attribute:
          <service category="ServiceCat" name="ServiceName" invmScope="GLOBAL"
      description="Test Service">
      <actions mep="RequestResponse">
        <action name="action" 
          class="org.jboss.soa.esb.listeners.SetPayloadAction">
          <property name="payload" value="Tom Fennelly" />
        </action>
      </actions>			
    </service>
    
  3. Save the file and exit.