Configuration

Role Configuration

<role
  name="org.apache.fulcrum.servicemanager.ServiceManagerService"
  default-class="org.apache.fulcrum.servicemanager.ServiceManagerServiceImpl"
  shorthand="ServiceManagerService"
/>
          

Component Configuration

If needed you can define an arbitrary configuration which is not used by the ServiceManagerService but picked up by your application.

<ServiceManagerService>
  <foo>bar</foo>
</ServiceManagerService>