You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
In OSGI environment all static resources must be published by HttpService to be available through http. Vaadin has its own Service to publish Vaadin-dependent resources. And it publish its own resources like vaadinBootstrap.js by this Service. So, here is working code of Declarative Component for publish ChartJs resources by HttpService:
Declarative Service Component annotations could be used from org.osgi:osgi.cmpn:6.0.0. To create definition of DS component (@component annotation not processed in runtime) maven-bundle-plugin could be used.
The text was updated successfully, but these errors were encountered:
In OSGI environment all static resources must be published by HttpService to be available through http. Vaadin has its own Service to publish Vaadin-dependent resources. And it publish its own resources like vaadinBootstrap.js by this Service. So, here is working code of Declarative Component for publish ChartJs resources by HttpService:
Declarative Service Component annotations could be used from org.osgi:osgi.cmpn:6.0.0. To create definition of DS component (@component annotation not processed in runtime) maven-bundle-plugin could be used.
The text was updated successfully, but these errors were encountered: