Skip to content
New issue

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

Exclude non OSGi bundles from deployment so that there are no Auto-deploy install BundleExceptions #29

Open
denis-anisimov opened this issue Mar 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@denis-anisimov
Copy link

See original report here:#28

When the project is started a number of exceptions are shown:
Auto-deploy install: org.osgi.framework.BundleException: Could not create bundle object. - java.io.FileNotFoundException: META-INF/MANIFEST.MF

Those exception doesn't affect anyhow the project execution and can be safely ignored.

They happens because a number of project dependencies are copied into deploy folder (and Felix tries to deploy them) but they are not OSGi bundles.

Most likely those jars are WebJars. So they should be excluded from a plugin which copies them into deploy folder.

@denis-anisimov denis-anisimov added the enhancement New feature or request label Mar 6, 2019
@pleku pleku added this to Inbox (needs triage) in Vaadin Flow enhancements backlog (Vaadin 10+) Sep 14, 2019
@pleku pleku moved this from Inbox (needs triage) to Maybe in Vaadin Flow enhancements backlog (Vaadin 10+) Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant