Hi, when installing my bundle on the server via bundle upload I got a confirmation from Sling IDE Tooling log's but Felix complaing that descriptors cannot be found.
I already checked that maven-scr-plugin generates everything needed under target/classes folder. Please find below some logs. Logs from sling ide tooling tracing: | EventAdmin Async Event Dispatcher Thread | 2015-02-06 15:47:07.087 | org.apache.sling.ide.eclipse-core | /debug | org.apache.sling.ide.eclipse.core.debug.impl.TraceCommandExecutionEventsHandler | handleEvent | 53 | [6 febbraio 2015 15.47.06 CET] InstallJarredBundle -> C:\Progetti\myproject\workspace\aem\bundle-commerce\target\classes : OK (163 ms) | | Worker-16 | 2015-02-06 15:47:07.089 | org.apache.sling.ide.eclipse-core | /debug | org.apache.sling.ide.eclipse.core.internal.ServerBehaviourDelegateWithModulePublishSupport | publish | 87 | -->-- Publishing to server: Sling Server (external) at aem.vbox -->-- | Logs from Felix after bundle install: 06.02.2015 14:47:07.184 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent STOPPING 06.02.2015 14:47:07.184 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent STOPPED 06.02.2015 14:47:07.186 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent UNRESOLVED 06.02.2015 14:47:07.196 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent RESOLVED 06.02.2015 14:47:07.200 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent STARTING 06.02.2015 14:47:07.201 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.servlet.CheckoutDataRequest.xml' not found 06.02.2015 14:47:07.201 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.servlet.PostCheckoutRequiredData.xml' not found 06.02.2015 14:47:07.202 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.bindings.myprojectBindingsProvider.xml' not found 06.02.2015 14:47:07.203 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.workflow.myprojectRolloutCatalog.xml' not found 06.02.2015 14:47:07.204 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.impl.myprojectCommerceServiceFactoryImpl.xml' not found 06.02.2015 14:47:07.204 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.impl.CartTimeoutConfigurationImpl.xml' not found 06.02.2015 14:47:07.205 *ERROR* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce Component descriptor entry 'OSGI-INF/com.myproject.commerce.aem.commerceframework.servlet.CartServlet.xml' not found 06.02.2015 14:47:07.205 *INFO* [FelixFrameworkWiring] com.myproject.commerce.aem.myproject-commerce-aem.bundle-commerce BundleEvent STARTED Thank you very much! Stefano -- View this message in context: http://apache-sling.73963.n3.nabble.com/Sling-IDE-Tooling-Felix-not-finding-OSGI-component-descriptor-after-bundle-install-tp4047068.html Sent from the Sling - Users mailing list archive at Nabble.com.
