LibraryLink ToToggle FramesPrintFeedback

Chapter 8. Introduction to the FUSE Services Framework Binding Component

A service unit that configures the FUSE Services Framework binding component will contain the following artifacts:

For information on using the Maven tooling to package endpoints into a JBI service unit see Appendix C: Using the Maven JBI Tooling.

You can package FUSE Services Framework binding component endpoints in an OSGi bundle. To do so you need to make two minor changes:

[Important]Important

When you deploy FUSE Services Framework binding component endpoints in an OSGi bundle, the resulting endpoints are deployed as a JBI service unit.

For more information on using the OSGi packaging see Appendix D.

The elements used to configure FUSE Services Framework binding component endpoints are defined in the http://servicemix.apache.org/cxfbc/1.0 namespace. You will need to add a namespace declaration similar to the one in Example 8.2 to your xbeans.xml file's beans element.


In addition, you need to add the schema location to the Spring beans element's xsi:schemaLocation as shown in Example 8.3.