Re: [equinox-dev] Console behavior change?

2012-12-14 Thread Kirchev, Lazar
Hi, The behavior with Indigo is the same. By default the p2.console bundle is listed as LAZY and if you issue a p2 command all you get is the help messages for all registered commands - which the old console does when it cannot find the command. The new console prints it cannot find the

[equinox-dev] Uses constraints conflict

2011-08-31 Thread Kirchev, Lazar
Hello, I have a resolution problem due to a uses constraints conflict. My setup includes a large number of bundles and a lot of the exports contain uses directives. Upon initial startup one of the bundles fails to resolve due to a uses constraint conflict. However, if I refresh this bundle

Re: [equinox-dev] Uses constraints conflict

2011-08-31 Thread Kirchev, Lazar
don't have to do any reductions and can fully permeate the possible solutions and find the one that provides a valid class space. Tom [cid:image001.gif@01CC6883.0F481B10]Kirchev, Lazar ---08/31/2011 11:11:16 AM---Hello, From: Kirchev, Lazar l.kirc...@sap.com To: Equinox development

Re: [equinox-dev] Uses constraints conflict

2011-08-31 Thread Kirchev, Lazar
[mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Kirchev, Lazar Sent: Thursday, September 01, 2011 8:43 AM To: Equinox development mailing list Subject: Re: [equinox-dev] Uses constraints conflict Thanks a lot Tom. This sounds reasonable. I think it is exactly the case – the possible combinations

[equinox-dev] A new console project in Equinox incubator

2011-08-19 Thread Kirchev, Lazar
Hello, In the last several months a new console project has been developed in the Equinox incubator - http://eclipse.org/equinox/incubator/console/index.php This shell is based upon Apache Gogo shell and provides enhancements over it, such as ssh connectivity and more. Recently the shell

[equinox-dev] Custom manifest headers

2011-08-19 Thread Kirchev, Lazar
Hello, I was experimenting with some bundles on Equinox and Felix and I observed a case when one and the same bundle would start on Felix, but not on Equinox. The reason was a custom manifest header, Eclipse-GenericRequire. Since this is Eclipse-specific header, Felix ignores it and starts the

Re: [equinox-dev] Equinox tagged for the next Juno Integration build

2011-06-27 Thread Kirchev, Lazar
Hello, Where can I find the build artifacts? On http://download.eclipse.org/equinox/ only 3.7 build artifacts are available. Regards, Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson Sent: Tuesday, June 28, 2011 12:14 AM To:

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-06-02 Thread Kirchev, Lazar
I opened a feature request for this. The bug id is 348062. Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Kirchev, Lazar Sent: Thursday, May 26, 2011 11:32 AM To: Equinox development mailing list Subject: Re: [equinox-dev] ConfigAdmin

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-26 Thread Kirchev, Lazar
in. Instead of forking or writing your own implementation I suggest you open a bug report so we can discuss an enhancement and possible ways of implementing it. Tom [cid:image001.gif@01CC1B8E.54988750]Kirchev, Lazar ---05/25/2011 06:44:11 AM---Hello, From: Kirchev, Lazar l.kirc...@sap.com

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-25 Thread Kirchev, Lazar
Hello, What we actually need is to be able to use a custom configuration storage along with the ConfigAdmin's internal storage, without moving configurations from the custom storage to the internal storage. The goal is to use the ConfigAdmin's internal storage for global configurations, while

Re: [equinox-dev] framework adaptor hooks not detected

2011-04-11 Thread Kirchev, Lazar
Hi, You should add to the Fragment-Host manifest header the directive extension:=framework : Fragment-Host: org.eclipse.osgi; extension:=framework HTH Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Olle Mårtensson Sent: Saturday, April 09,

Re: [equinox-dev] Automating the Equinox OSGi Console

2011-03-24 Thread Kirchev, Lazar
, update, start and stop won’t help. In this case you could access the API thorough JMX, or make the bootstrapper a bundle. Regards, Lazar From: Allain Turgeon [mailto:allain.turg...@radian6.com] Sent: Wednesday, March 23, 2011 6:54 PM To: Kirchev, Lazar Subject: Re: [equinox-dev] Automating

Re: [equinox-dev] Automating the Equinox OSGi Console

2011-03-23 Thread Kirchev, Lazar
Hi, You can start Equinox with telnet support and then the bootstrapper class can issue install/update commands through a telnet connection. Regards, Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Allain Turgeon Sent: Wednesday, March 23,

Re: [equinox-dev] Debuging standalone equinox with eclipse remote java application

2011-01-03 Thread Kirchev, Lazar
Hi, Try placing the debug parameters (-Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=y -Xdebug) before the -jar option. Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Nitiraj Singh Rathore Sent: Monday, January 03, 2011 10:03 AM

Re: [equinox-dev] shell refactoring proposal - Gogo jars in orbit

2010-12-09 Thread Kirchev, Lazar
in Orbit and away we go. To that end, I have recruited DJ to manage Gogo in Orbit. He entered CQ 4690http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4690 and will put Gogo in the Orbit builds etc when it is approved. Jeff On 2010-12-08, at 3:37 AM, Kirchev, Lazar wrote: Gogo jars are approved

Re: [equinox-dev] shell refactoring proposal - Gogo jars in orbit

2010-12-08 Thread Kirchev, Lazar
Gogo jars are approved for use in equinox incubator (CQ 4561), but now what should be done in order to include them in orbit? File another CQ to request this? Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Jeff McAffer Sent: Thursday,

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-03 Thread Kirchev, Lazar
in a separate bundle there is a bug opened: https://bugs.eclipse.org/bugs/show_bug.cgi?id=169 ecblank.gif From: ecblank.gif Kirchev, Lazar l.kirc...@sap.commailto:l.kirc...@sap.com ecblank.gif To: ecblank.gif Equinox development mailing list equinox-dev@eclipse.orgmailto:equinox-dev@eclipse.org

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-03 Thread Kirchev, Lazar
bundle on top. Tom [cid:image001.gif@01CB9309.ACDC5260]Kirchev, Lazar ---12/03/2010 03:58:32 AM---Technically if the framework is configured with the Gogo bundles to be installed and started, and is run without the –console From: Kirchev, Lazar l.kirc...@sap.com To: Equinox development

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-02 Thread Kirchev, Lazar
For the extraction of the console in a separate bundle there is a bug opened: https://bugs.eclipse.org/bugs/show_bug.cgi?id=169603 and a patch is provided there. One of the reasons for considering the moving of the console out of the framework is that adding new features to the console while it

RE: [equinox-dev] Question about Quickstart Guide, launching the framework

2010-06-23 Thread Kirchev, Lazar
Hi Daniel, You can find more about the osgi.bundles property on http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html In order for the framework to find the bundle in osgi.bundles, they should be written either with the absolute

[equinox-dev] Equinox tests in OSGI_4_3_RI branch

2010-05-13 Thread Kirchev, Lazar
Hello, In the OSGI_4_3_RI branch equinox tests are transferred as they are in the HEAD branch. Due to the changes in the framework, some of the tests do not compile - there are modified constructors of non-API classes, ambiguous methods, etc. I would like to ask is the porting of the tests

RE: [equinox-dev] Accessing the equinox console as a service

2010-05-03 Thread Kirchev, Lazar
Hello Mathieu, You create the ConsoleSession with your own input and output streams, so you have full control over them. You can find an example how to use ConsoleSession in https://bugs.eclipse.org/bugs/show_bug.cgi?id=279562 There the example is for adding telnet support, but similar

RE: [equinox-dev] Starting the system bundle

2010-04-15 Thread Kirchev, Lazar
: [equinox-dev] Starting the system bundle Lazar, Please open a bug against Equinox. Tom [cid:image001.gif@01CADC85.0BB51BA0]Richard S. Hall ---04/14/2010 11:02:09 AM---On 4/14/10 10:48, Kirchev, Lazar wrote: From: Richard S. Hall he...@ungoverned.org To: Equinox development mailing list

[equinox-dev] Starting the system bundle

2010-04-14 Thread Kirchev, Lazar
Hello, We are implementing logic which depends on the system bundle being put in ACTIVE state after all bundles, which should be running, are started. However, it turned out that actually the system bundle is put in ACTIVE state just before the bundles are started. This is evident from the

RE: [equinox-dev] Starting the system bundle

2010-04-14 Thread Kirchev, Lazar
/ hargr...@us.ibm.commailto:hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From: Kirchev, Lazar l.kirc...@sap.com To: equinox-dev@eclipse.org equinox-dev@eclipse.org Date: 2010/04/14 08:21 Subject: [equinox-dev] Starting the system bundle Sent by: equinox-dev-boun

RE: [equinox-dev] Problem with defining a custom adaptor hook in a framework extension

2009-10-13 Thread Kirchev, Lazar
@13102009-189E]Kirchev, Lazar ---10/13/2009 12:52:43 AM---I did not explained it clearly. I launch the framework with java -jar equinox.jar - I haven't tryed with the launcher. And it From: Kirchev, Lazar l.kirc...@sap.com To: Equinox development mailing list equinox-dev@eclipse.org Date: 10/13

[equinox-dev] Problem with defining a custom adaptor hook in a framework extension

2009-10-12 Thread Kirchev, Lazar
Hello, I am trying to define a custom adaptor hook in a framework extension, but it seems as if the hookconfigurators.properties file in the extending fragment bundle jar is not read. When debugging the HooksRegistry code I found that the hookconfigurators.properties file in the bundle is not

RE: [equinox-dev] Getting info for dynamic imports through the console

2009-07-08 Thread Kirchev, Lazar
information about dynamically imported packages from the console. You should open a bug and contributions are welcome ;-) Tom Kirchev, Lazar ---07/08/2009 08:38:37 AM---But then why if the bundle imports dynamically packages, which are not provided by any other bundle, the diag command returns t From

RE: [equinox-dev] Huge log file if org.eclipse.equinox.log.jar is not started when trying to start a DS with a reference to an inexisting interface

2009-07-02 Thread Kirchev, Lazar
the bug description, once with the log service started, and once with it stopped. Kind regards, Lazar From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Kirchev, Lazar Sent: Tuesday, June 30, 2009 3:12 PM To: equinox

[equinox-dev] Unclear warning in DS when a service component provides inexisting/unimplemented interface

2009-06-30 Thread Kirchev, Lazar
Hello, We are using declarative services and we came across the following situation. There are two components, A and B. A provides an interface and B references this interface. If the interface which A provides does not exist, or is not implemented, when the framework tries to create an instance

[equinox-dev] Determine missing references of a declarative service

2009-06-17 Thread Kirchev, Lazar
Hello, We are using DS and we need to find missing references of a declarative service. There is no console command to provide this info. Is there some way to achieve this non-programatically? Regards, Lazar ___ equinox-dev mailing list

RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGiframeworkfromterminating ifno application is running

2009-06-16 Thread Kirchev, Lazar
. Thanks. Tom Kirchev, Lazar ---06/11/2009 09:08:37 AM---Thanks, the osgi.framework.activeThreadType property works fine for us. From: Kirchev, Lazar l.kirc...@sap.com To: Equinox development mailing list equinox-dev@eclipse.org Date: 06/11/2009 09:08 AM Subject

RE: [equinox-dev] Keeping the OSGiframeworkfromterminating ifnoapplication is running

2009-06-16 Thread Kirchev, Lazar
the documentation can be found in CVS. Tom Kirchev, Lazar ---06/16/2009 02:57:39 AM---Hello, I opened a bug for this ducumentation issue - From: Kirchev, Lazar l.kirc...@sap.com To: Equinox development mailing list equinox-dev@eclipse.org Date: 06/16/2009 02:57 AM

RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGi frameworkfromterminating ifno application is running

2009-06-11 Thread Kirchev, Lazar
ifno application is running That is correct. Another option is to have one of your bundles start an non-daemon thread itself. This has issues though because once your bundle stops (which should stop its own thread) then the VM will stop. Tom Kirchev, Lazar ---06/10/2009 09:17:53 AM---Thanks

[equinox-dev] Keeping the OSGi framework from terminating if no application is running

2009-06-10 Thread Kirchev, Lazar
Hello, I have a question regarding the configuration property osgi.noshutdown and the corresponding command line parameter -noExit. According to the documentation for this property, if true, the VM will not exit after the eclipse application has ended. We are launching Equinox from command line,

RE: [LIKELY JUNK]Re: [equinox-dev] Keeping the OSGi framework fromterminating ifno application is running

2009-06-10 Thread Kirchev, Lazar
to shutdown any OSGi framework is to call Bundle.stop() on the system bundle (bundle id = 0) BundleContext context = getContext() context.getBundle(0).stop(); HTH. Tom Kirchev, Lazar ---06/10/2009 07:27:22 AM---Thank you, Ali, this works just fine. From: Kirchev, Lazar l.kirc...@sap.com

RE: [equinox-dev] Support for the console in Equinox

2009-04-30 Thread Kirchev, Lazar
this to be a separate bundle. Once that is done the trick is to figure out how to support the old -console option in Equinox ;-) If you are interested in implementing RFC 147 in Equinox perhaps we should start an incubator project to get started? Tom Kirchev, Lazar ---04/28/2009 01:30:43 AM---Hello

RE: [equinox-dev] Support for the console in Equinox

2009-04-30 Thread Kirchev, Lazar
and decide if they are appropriate to put into the core framework (but as I stated before, the console already is bloating the framework considerably and I don't really want to add any more to that bloat). Tom Kirchev, Lazar ---04/30/2009 02:18:26 AM---Hi, First of all, in which release of the framework

[equinox-dev] Support for the console in Equinox

2009-04-28 Thread Kirchev, Lazar
Hello, I would like to ask what will happen to FrameworkConsole after the Commind Line Interface is placed in a separate service (according to RFC 147)? Will FrameworkConsole remain in the framework or not? We are currently using the console remotely (via telnet), and it is not very