|
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)))
|
|