Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.3
-
None
-
All
Description
The binding builders for component services and composite services are currently combined into a single builder. These should be separated into two separate builders. This would provide flexibility to run these builders at different stages of the builder sequence if necessary, or to run them in a different order, or possibly to omit one of them in some cases. This is not possibly with the current code structure, which requires that they are always run together with the component services builder being run first.