...
Finally, the component and its configuration must be packaged as an extension contribution with a manifest (sca-contribution.xml) similar to the following:
Code Block | ||||
---|---|---|---|---|
| ||||
<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:f3="urn:fabric3.org" f3:extension="true"> <import.java package="org.fabric3.spi.*"/> <deployable composite="f3:TestWsHandlerExtensionComposite"/> </contribution> |
...