Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 591 Bytes

ref-scanning-exclusions.adoc

File metadata and controls

10 lines (8 loc) · 591 Bytes

Framework package and JAR scanning

The framework uses two kind of filterings when scanning your component. One based on the JAR content - the presence of TALEND-INF/dependencies.txt and one based on the package name. Make sure that your component definitions (including services) are in a scanned module if they are not registered manually using ComponentManager.instance().addPlugin(), and that the component package is not excluded.