[ https://issues.apache.org/jira/browse/FELIX-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Felix Meschberger resolved FELIX-1984. -------------------------------------- Fix Version/s: configadmin-1.2.8 Resolution: Fixed Defined proper version imports in Rev. 993644. Now the import headers look like (formatted for readability): Import-Package: org.apache.felix.cm;version="[1.0,1.1)", org.apache.felix.cm.file;version="[1.0,1.1)", org.osgi.framework;version="1.3", org.osgi.service.cm;version="[1.3,1.4)" DynamicImport-Package: org.osgi.service.log;version="1.3" Note, that a stack dump is now written during the build. This has no influence on the correctness of the build. See http://markmail.org/message/hwoy2y4r4ikbhzgo > Components starts disabled > -------------------------- > > Key: FELIX-1984 > URL: https://issues.apache.org/jira/browse/FELIX-1984 > Project: Felix > Issue Type: Bug > Components: Configuration Admin > Affects Versions: configadmin-1.2.4 > Environment: felix-2.0.2 > Reporter: Artur Opala > Assignee: Felix Meschberger > Fix For: configadmin-1.2.8 > > Attachments: configuration-status-20100113-1209+0100.zip > > > From SCR version 1.2.0 all components starts with state 'disabled', SCR 1.0.8 > worked fine. Configuration dump attached as zip file. > {code} > 0=[pl.eurobank.osgi.springframework.web.SpringServletContextListener] > Bundlepl.eurobank.osgi.springframework-bundle (11) > State=disabled > DefaultState=enabled > Activation=delayed > ServiceType=service > Services=javax.servlet.ServletContextListener > Properties= > component.id=0 > component.name=pl.eurobank.osgi.springframework.web.SpringServletContextListener > service.pid=pl.eurobank.osgi.springframework.web.SpringServletContextListener > 1=[pl.eurobank.osgi.launcher.bundle.internal.LauncherSupportActivator] > Bundlepl.eurobank.osgi.launcher-bundle (18) > State=disabled > DefaultState=enabled > Activation=immediate > Reference=bundleProviderService, Satisfied > Service Name: pl.eurobank.osgi.deployment.BundleProviderService > Multiple: single > Optional: optional > Policy: dynamic > No Services bound > Reference=httpService, Satisfied > Service Name: org.osgi.service.http.HttpService > Multiple: single > Optional: optional > Policy: dynamic > No Services bound > Reference=logReader, Satisfied > Service Name: org.osgi.service.log.LogReaderService > Multiple: single > Optional: optional > Policy: dynamic > No Services bound > Properties= > component.id=1 > component.name=pl.eurobank.osgi.launcher.bundle.internal.LauncherSupportActivator > service.pid=pl.eurobank.osgi.launcher.bundle.internal.LauncherSupportActivator > 2=[pl.eurobank.osgi.struts.internal.TestFilter] > Bundlepl.eurobank.osgi.struts-1-2-bundle (19) > State=disabled > DefaultState=enabled > Activation=delayed > ServiceType=service > Services=javax.servlet.Filter > Properties= > alias=/test2/* > component.id=2 > component.name=pl.eurobank.osgi.struts.internal.TestFilter > contextPath=/bar > init.testparam=testvalue > service.pid=pl.eurobank.osgi.struts.internal.TestFilter > service.ranking=50 > 3=[pl.eurobank.osgi.struts.internal.IndexServlet] > Bundlepl.eurobank.osgi.struts-1-2-bundle (19) > State=disabled > DefaultState=enabled > Activation=delayed > ServiceType=service > Services=javax.servlet.Servlet > Properties= > alias=/index > component.id=3 > component.name=pl.eurobank.osgi.struts.internal.IndexServlet > contextPath=/ > init.testparam=testvalue > service.pid=pl.eurobank.osgi.struts.internal.IndexServlet > 4=[pl.eurobank.osgi.struts.internal.StrutsProxyServlet] > Bundlepl.eurobank.osgi.struts-1-2-bundle (19) > State=disabled > DefaultState=enabled > Activation=delayed > ServiceType=service > Services=javax.servlet.Servlet > Properties= > alias=*.ebk > component.id=4 > component.name=pl.eurobank.osgi.struts.internal.StrutsProxyServlet > service.pid=pl.eurobank.osgi.struts.internal.StrutsProxyServlet > 5=[pl.eurobank.osgi.jsp.internal.JspProxyServlet] > Bundlepl.eurobank.osgi.jsp-bundle (20) > State=disabled > DefaultState=enabled > Activation=delayed > ServiceType=service > Services=org.osgi.util.tracker.BundleTrackerCustomizer, java.io.Serializable, > javax.servlet.Servlet, javax.servlet.ServletConfig > Properties= > alias=*.jsp > component.id=5 > component.name=pl.eurobank.osgi.jsp.internal.JspProxyServlet > service.pid=pl.eurobank.osgi.jsp.internal.JspProxyServlet > 6=[pl.eurobank.multipulpit.system.menu.MenuService] > Bundleeb-multipulpit-system (25) > State=disabled > DefaultState=enabled > Activation=immediate > ServiceType=service > Services=pl.eurobank.multipulpit.system.menu.MenuService > Properties= > component.id=6 > component.name=pl.eurobank.multipulpit.system.menu.MenuService > service.pid=pl.eurobank.multipulpit.system.menu.MenuService > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.