-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1.0
-
Component/s: tooling
-
Environment:
JBDS 8.1.0.GA + JBDS-IS 8.0.4.CR3 (SwitchYard 2.0.1.v20151118-1903-H31-CR3)
-
Steps to Reproduce:
-
Workaround Description:
-
Git Pull Request:
Wrong switchyard version when creating a project with integration bom.
<switchyard.osgi.version>${integration.version}</switchyard.osgi.version>
|
which is wrong for
<integration.version>1.2.0.redhat-005</integration.version>
|
In the case above we will get the following error
Error executing command: Error starting bundles:
|
Unable to start bundle 495: Unresolved constraint in bundle com.example.switchyard.hello [495]: Unable to resolve 495.0: missing requirement [495.0] osgi.wiring.package; (&(osgi.wiring.package=org.switchyard.component.bean)(version>=1.2.0)(!(version>=1.3.0)))
|