Setting startlevel + 10 doesn't seem to be working right. Can you take a look?
Thanks, Jarek On Wed, Jul 13, 2011 at 5:56 AM, Yi Xiao <[email protected]> wrote: > I thought in the GEP side, can provide two way to resolve the second issue: > 1 As Rex mentioned, add a section in GEP's server page to control all the > bundles' start level, the default value is startlevel + 10 or higher > 2 Provide a menu Item like start, stop module when right click the module in > server view, named "change bundle start level" to control the specific > bundle's start level. But in this scenario, need to save every bundle's > start level in GEP side. > > On Wed, Jul 13, 2011 at 3:55 PM, Rex Wang (JIRA) <[email protected]> wrote: >> >> [ >> https://issues.apache.org/jira/browse/GERONIMO-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064415#comment-13064415 >> ] >> >> Rex Wang commented on GERONIMO-5764: >> ------------------------------------ >> >> fix #1 at revision: 1145896, we won't start the fragment bundle when >> launch the framework. >> >> For #2, I agree with you. Currently we install car's dependent bundles in >> car's activator, which is not that osgi-friend. That is, if the recorded >> bundle has the same start level with the car, there is no guarantee which >> one will start first. This could cause the recorded bundle fail to resolve >> and start. I believe setting the startlevel properly can resolve this. >> On the other hand, GEP need find a place to record each bundle's start >> level, or just by default use the initial bundle startlevel + 10 ? >> >> -Rex >> >> > Support Bundles Deployment in deployment command line >> > ----------------------------------------------------- >> > >> > Key: GERONIMO-5764 >> > URL: https://issues.apache.org/jira/browse/GERONIMO-5764 >> > Project: Geronimo >> > Issue Type: New Feature >> > Security Level: public(Regular issues) >> > Components: commands, console, deployment >> > Affects Versions: 3.0 >> > Reporter: viola.lu >> > Assignee: Rex Wang >> > Priority: Critical >> > Fix For: 3.0 >> > >> > Attachments: GERONIMO-5764-install-bundle.patch, >> > GERONIMO-5764-install-uninstall-bundle.patch, >> > GERONIMO-5764-record-bundle.patch, GERONIMO-5764.patch >> > >> > >> > Now we have to deploy a regular bundle via karaf shell: osgi:install >> > file:/[bunlde_path], not deployer command line, so open this jira to track >> > this feature enablement. >> >> -- >> This message is automatically generated by JIRA. >> For more information on JIRA, see: http://www.atlassian.com/software/jira >> >> > > > > -- > Best regards! > > John Xiao >
