We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the below, the 'ref=component' is painted red, even though the setter has the appropriate type declaration.
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd" default-timeout="5000"> <reference-list id="component" member-type="service-reference" interface="com.basistech.rosette.osgi.RosetteComponentService" filter="(component-name=template-tokenization)" /> <bean id="impl" class="com.basistech.ws.sdk.dummy.impl.DummyWorkerComponentServiceImpl"> <property name="componentService" ref="component"/> <!--suppress BlueprintDOM --> <property name="bundleContext" ref="blueprintBundleContext"/> </bean> <service id="service" ref="impl" interface="com.basistech.ws.worker.api.WorkerComponentService"> <service-properties> <entry key="component-name" value="template-tokenization"/> </service-properties> </service> </blueprint>
The text was updated successfully, but these errors were encountered:
Camelry isn't aware of this yet; This would be a nice feature to add however.
Sorry, something went wrong.
No branches or pull requests
In the below, the 'ref=component' is painted red, even though the setter has the appropriate type declaration.
The text was updated successfully, but these errors were encountered: