-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
8.0.0
-
None
Minor issue seen on import of beginner/camel-cbr quickstart from Fuse runtime distribution.
After import you see this problem marker:
Referenced file contains errors (http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
I think it's ignorable, but the error is disconcerting to the user. It's easy to resolve - by changing the namespace in the first line from '<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"' to (simply going from http to https) '<blueprint xmlns="https://www.osgi.org/xmlns/blueprint/v1.0.0"'
Marking as minor.
- is blocked by
-
ENTESB-6115 xsd schemalocation for osgi blueprint is using http instead of https
- Closed