Versions Compared

Key

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

...

This will call the ANT tasks from within Maven giving the component to install as the one built in the install phase.

Service Unit Analyzers 

One of the aspects of packaging of Service Unit is providing the services element of the jbi.xml,  this is an element that contains consumes and provides (to show the services that will be used or exposed).  The JBI tooling has been extended to allow a component to intercept the construction of a service unit (for that component) in order to "analyze" the service unit and thus create the consumes and provides.

The exact mechanism for a component determining the consumes and provides for a service unit is dependent on the component and how it handles service units,  however the tooling does provide that a component can provide the configuration element serviceUnitAnalyzer this will refer to a classname within the component packeg.