Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langxml
<beans xmlns:sm="http://orgservicemix.apache.servicemixorg/config/1.0">
  <sm:serviceunit id="jbi">
    <sm:activationSpecs>
      <sm:activationSpec ...>
        <sm:component>
          <bean class="..." ...>
            ...
          </bean>
        </sm:component>
      </sm:activationSpec>
      ...
    </sm:activationSpecs>
  </sm:serviceunit>
</beans>

...