[equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
I'm trying to setup an Equinox server and run startApp from within the console. I'm successfully starting org.eclipse.equinox.app bundle upon framework start, and so see the application commands in the console of the OSGi server. But when I give the startApp command in console, the

Re: [equinox-dev] set bundles startup/shutdown order

2008-08-27 Thread John Arthorne
I don't think so. Bundles are stopped in reverse-prerequisite order (bundles you require will be shutdown after you). If the bundles are not related to each other there is no guarantee about what order they will be stopped in. John Jacek PospychaƂa [EMAIL PROTECTED] Sent by: [EMAIL

Re: [equinox-dev] [Equinox Security] Error while running unit tests of JCA/JAAS_framework_contribution

2008-08-27 Thread Oleg Besedin
Hi Ricardo, That page is quite outdated and probably is not a good starting point. See: http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg04701.html http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg04702.html Thanks, Oleg Ricardo Giacomin [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

Re: [equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
Hi Thomas, Thanks for the info...this does the job. One other question: Is there a way to specify these application properties from inside the console 'startApp'? Scott ___ equinox-dev mailing list equinox-dev@eclipse.org

Re: [equinox-dev] running startApp from equinox console

2008-08-27 Thread Thomas Watson
The threading/cardinality properties? There is currently no way to override the application properties specified by an applications extension. I suppose we could enhance the container to allow these types of properties to be specified in the Map which is use to launch an application (i.e. when

Re: [equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
Thanks Thomas, I don't have a strong use case for application properties override, so I'll push for now. Scott Thomas Watson wrote: The threading/cardinality properties? There is currently no way to override the application properties specified by an applications extension. I suppose we