Re: [equinox-dev] Maven snapshot repository available ?

2017-04-19 Thread Cristiano Gavião
Hi Stephan, Have you seen this article: http://blog.osgi.org/2017/02/osgi-api-snapshots-are-live.html ? best regards, Cristiano On 11/04/2017 16:47, Stephan Herrmann wrote: On 11.04.2017 18:11, Cristiano Gavião wrote: Hello Stephan, hope I have understood your question... Sorry, if I

Re: [equinox-dev] Strange issue with GoGo + java8 and Oxygen

2017-04-17 Thread Cristiano Gavião
repos add file:/repositoryR5.zip" and then called "obr:list" and the error is not occurring at all... Why would Java8 SDK's *method.getParameterAnnotations()* calls would give different result while running at IDE? =-O best, Cristiano On 17/04/2017 15:40, Cristiano Gavião wrot

[equinox-dev] Strange issue with GoGo + java8 and Oxygen

2017-04-17 Thread Cristiano Gavião
Hello, Today I needed to use console in order to do some debug at IDE. So, I started an OSGi Framework launch and used obr:list command from bundlerepository bundle. Strangely, I received this: "gogo: IllegalArgumentException: Cannot coerce list() to any of [(boolean, String[])]" I did

Re: [equinox-dev] Maven snapshot repository available ?

2017-04-11 Thread Cristiano Gavião
Hello Stephan, hope I have understood your question... On 11/04/2017 11:26, Stephan Herrmann wrote: In particular: if someone references a repo with false how exactly must a snapshot be marked in order to remain invisible? if you set the repository as false it won't be considered by

Re: [equinox-dev] Maven snapshot repository available ?

2017-04-11 Thread Cristiano Gavião
On 11/04/2017 09:42, Stephan Herrmann wrote: One way around this, *might* be to publish / consume snapshots only via repo.eclipse.org, not Maven Central. In my vision, the better approach is to publish into maven central repository only the released versions of bundles. Bundles that are

[equinox-dev] Maven snapshot repository available ?

2017-04-10 Thread Cristiano Gavião
Hello all, recently I discovered that equinox and platform released bundles are *finally* being deployed at maven central repository. I got very happy to see that happen and would like to thank the responsible for this ! Certainly this will bring a great improvement to my building process

Re: [equinox-dev] receiving a FrameworkEvent.STARTED event?

2016-07-07 Thread Cristiano Gavião
our bundle to sometimes see teh STARTED event. But even then there are times you would not see the event. For example, if the bundle was installed and started after the framework was already started. Tom From: Cristiano Gavião <cvgav...@gmail.com> To: Equinox development mailing l

[equinox-dev] receiving a FrameworkEvent.STARTED event?

2016-07-06 Thread Cristiano Gavião
Hello all, I'm facing a problem and would like to ask for some information. I have a bundle whose activator is registering a FrameworkListener inside the start() method. This bundle is set to start at level 3. frameworkListener = new FrameworkListener() {

Re: [equinox-dev] it is possible to load config.ini from a different location other than -configuration ?

2016-02-04 Thread Cristiano Gavião
before even invoking the framework. But here you are not using the equinox launcher, right? Tom From: Cristiano Gavião <cvgav...@gmail.com> To: equinox-dev@eclipse.org Date: 02/03/2016 02:57 PM Subject: Re: [equinox-dev] it is possible to load config.ini from a different location othe

Re: [equinox-dev] it is possible to load config.ini from a different location other than -configuration ?

2016-02-03 Thread Cristiano Gavião
Hi again Thomas, I did a debug again. The only place in the source that I was able to find a code that loads a config.ini file was in the method: *org.eclipse.osgi.internal.framework.EquinoxContainer.loadConfig(EquinoxConfiguration, EquinoxLocations)* private static void

Re: [equinox-dev] it is possible to load config.ini from a different location other than -configuration ?

2016-02-03 Thread Cristiano Gavião
://osgi.org/javadoc/r5/core/org/osgi/framework/Constants.html#FRAMEWORK_STORAGE I think the eclipse launcher supports those as system properties. Sincerely, - Ray On Wed, Feb 3, 2016 at 1:13 PM, Cristiano Gavião <cvgav...@gmail.com <mailto:cvgav...@gmail.com>> wrote: Hello,

[equinox-dev] it is possible to load config.ini from a different location other than -configuration ?

2016-02-03 Thread Cristiano Gavião
Hello, I'm trying to set Equinox to run as a linux systemd service. I set the service to launch using java -jar org.eclipse.osgi -configuration /etc/myapp. The idea was to install config.ini (set as conffile) at /etc/myapp and let the configuration data to be created at /var/lib/myapp

Re: [equinox-dev] Unable to resolve apache mina with jdk1.8

2015-09-19 Thread Cristiano Gavião
GMT-03:00 John W Ross <jwr...@us.ibm.com>: > If you're doing this by adding an Orbit software site to your target > platform and just need things to compile, you can simply deselect "Include > required software". > > >To: equinox-dev <equinox-dev@eclipse.org>

[equinox-dev] Unable to resolve apache mina with jdk1.8

2015-09-14 Thread Cristiano Gavião
Hello, I'm trying to setup an Equinox node for work with ssh console. this node is using jdk8 and I can't install mina due a missing requirement: > Apache MINA Core 2.0.7.v201401071602 requires 'javax.crypto 0.0.0' but it > could not be found > well I don't remember to have such error before

Re: [equinox-dev] Can I get logging corresponding to 'diag'?

2015-07-10 Thread Cristiano Gavião
Hi, The best workaround I've found in order to discover what is going wrong in a test with a paxexam running with equinox due this missing logging information was to setup a remote debugging. That way you can connect into the running equinox and use some console commands as ss and bundle to

Re: [equinox-dev] Unsync equinox packages between EPP and Equinox Target Components feature?

2015-06-23 Thread Cristiano Gavião
From:Cristiano Gavião cvgav...@gmail.com To:Equinox equinox-dev@eclipse.org Date:06/22/2015 03:07 PM Subject:[equinox-dev] Unsync equinox packages between EPP and EquinoxTarget Components feature? Sent by:equinox-dev-boun...@eclipse.org

[equinox-dev] Unsync equinox packages between EPP and Equinox Target Components feature?

2015-06-22 Thread Cristiano Gavião
Hello, I've created an installation using oomph installer. I can see that in the .~/.p2/pool directory there is this package: org.eclipse.equinox.coordinator_1.3.100.v20150410-1453.jar Then I tried to install the feature in my local target platform: Equinox Target Components

Re: [equinox-dev] equinox ds

2015-02-20 Thread Cristiano Gavião
Hi Scott, Felix SCR guys already implemented some tasks related to RFC 190: https://issues.apache.org/jira/browse/FELIX-4403 https://issues.apache.org/jira/browse/FELIX-4769 https://issues.apache.org/jira/browse/FELIX-4405 https://issues.apache.org/jira/browse/FELIX-4391 Not done yet:

Re: [equinox-dev] Require-Capability and resolution directive doubts

2015-01-09 Thread Cristiano Gavião
. Then in order to resolve the problem in my real project I created a new workspace, set up a new target definition and re-imported maven projects again. I think it could be related to manifest generation and cache... thanks anyway. regards, Cristiano 2015-01-05 16:23 GMT-03:00 Cristiano Gavião

Re: [equinox-dev] Require-Capability and resolution directive doubts

2015-01-05 Thread Cristiano Gavião
the scenario. Are you stating that even with a mandatory required capability the bundle is resolving at runtime? Tom From:Cristiano Gavião cvgav...@gmail.com To:Equinox equinox-dev@eclipse.org Date:01/05/2015 09:21 AM Subject:[equinox-dev] Require

Re: [equinox-dev] persistently identify a container

2014-10-31 Thread Cristiano Gavião
in Equinox and then if it turns out to work well propose it back to the OSGi specification. sure, I can do that... Tom From:Cristiano Gavião cvgav...@gmail.com To:Equinox equinox-dev@eclipse.org Date:10/29/2014 01:10 PM Subject:Re: [equinox-dev

[equinox-dev] (no subject)

2014-10-29 Thread Cristiano Gavião
Iwould like to create a master table of installed OSGi framework containers in the network (using Zookeeper or other like it) and centralize configuration properties for them. Initially I thought about using the org.osgi.framework.Constants.FRAMEWORK_UUID property. But I found that this value is

Re: [equinox-dev] (no subject)

2014-10-29 Thread Cristiano Gavião
I wrongly pressed the button before complete the message, sorry. The question is, what is a good alternative to persistently identify a container in the network? 2014-10-29 16:07 GMT-02:00 Cristiano Gavião cvgav...@gmail.com: Iwould like to create a master table of installed OSGi framework

Re: [equinox-dev] Declarative Service and support of TargetPID ?

2014-08-28 Thread Cristiano Gavião
to start contributing to the Equinox DS implementation. Tom From: Cristiano Gavião cvgav...@gmail.com To: equinox-dev@eclipse.org Date: 08/25/2014 10:39 AM Subject: Re: [equinox-dev] Declarative Service and support of TargetPID ? Sent by: equinox-dev-boun...@eclipse.org

[equinox-dev] Declarative Service and support of TargetPID ?

2014-08-25 Thread Cristiano Gavião
Hello, I'm trying to create a Configuration using a targetPID as defined in Configuration Admin Service spec 1.5(cmpn.5.0). I created a factory config using this targetPID: servicefactory1|org.c4biz.utils.osgi.itests.samples.bundle|88.0.0 and CM seems have properly created the PID and

Re: [equinox-dev] Declarative Service and support of TargetPID ?,

2014-08-25 Thread Cristiano Gavião
-Declarative_Services_Enhancements.pdf -- *BJ Hargrave* Senior Technical Staff Member, IBM OSGi Fellow and CTO of the _OSGi Alliance_ http://www.osgi.org/_ __hargr...@us.ibm.com_ mailto:hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From: Cristiano Gavião cvgav...@gmail.com To: Equinox

Re: [equinox-dev] Declarative Service and support of TargetPID ?

2014-08-25 Thread Cristiano Gavião
correctly supports targeted pids (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=410361) Tom From: Cristiano Gavião cvgav...@gmail.com To: Equinox development mailing list equinox-dev@eclipse.org Date: 08/25/2014 08:44 AM Subject: [equinox-dev] Declarative Service and support of TargetPID

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Cristiano Gavião
Hi Raymond, I'm investigating this subject too... I thought that this feature were provided by org/apache/felix/org.apache.felix.main/4.4.1/org.apache.felix.main-4.4.1.jar. org/apache/felix/org.apache.felix.framework/4.4.1/org.apache.felix.framework-4.4.1.jar seams do not have it... at

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Cristiano Gavião
If you take a look on the org.apache.felix.main bundle you will see that it (wraps and) provides all packages that org.apache.felix.framework so, probably arquillian is loading the service from the .main instead the .framework bundle. On 17-07-2014 17:36, Raymond Auge wrote: So, Cristiano

Re: [equinox-dev] OSGi R6 Log service ?

2014-04-11 Thread Cristiano Gavião
Ah ok, understood now. thanks both ! Cristiano On 10-04-2014 10:51, Thomas Watson wrote: There are no planned updates to the Log service for the OSGi R6 specifications. What is meant by the equinox plan is that we

[equinox-dev] OSGi R6 Log service ?

2014-04-10 Thread Cristiano Gavião
Hello, I read here [1] that a R6 Log Service will be part of Luna. But I couldn't find any reference to that in bugzilla or any RFC [2]. Could someone explain me this change or point me to the right place? thanks, Cristiano [1] -

[equinox-dev] I'm getting null for org.osgi.framework.version property from equinox Luna system bundle

2014-01-18 Thread Cristiano Gavião
Hi, I'm trying to get org.osgi.framework.version property from framework DTO, this way: FrameworkDTO framework = getSystemBundleContext().getBundle().adapt( FrameworkDTO.class); frameworkVersion = (String) framework.properties .get(Constants.FRAMEWORK_VERSION);

Re: [equinox-dev] I'm getting null for org.osgi.framework.version property from equinox Luna system bundle

2014-01-18 Thread Cristiano Gavião
Technical Staff Member, IBM OSGi Fellow and CTO of the *OSGi Alliance* http://www.osgi.org/ *hargr...@us.ibm.com* hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From:Cristiano Gavião cvgav...@gmail.com To:Equinox development mailing list equinox-dev

[equinox-dev] ExtensionBundle-Activator initialization problem

2014-01-13 Thread Cristiano Gavião
Hello, I'm trying to experiment with Extension Bundle Activator but couldn't make my simple example to work. I can't see any message in the console... could someone point me what I'm missing? below are my artifacts: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name:

Re: [equinox-dev] ExtensionBundle-Activator initialization problem

2014-01-13 Thread Cristiano Gavião
Ah, now I got it working... great... thanks Tom 2014/1/13 Thomas Watson tjwat...@us.ibm.com You need to be a fragment of the system.bundle in order to be an extension bundle: Fragment-Host: system.bundle Tom [image: Inactive hide details for Cristiano Gavião ---01/13/2014 11:23:16

[equinox-dev] new added Service Scopes with DS?

2013-12-26 Thread Cristiano Gavião
Hello, I'm investigating Luna news, specifically the Introduction of Service Scopes to the OSGi Service Registry (RFC 195https://github.com/osgi/design/tree/master/rfcs/rfc0195). It seems that I couldn't get its benefits if I'm using DS right now. Am I right ? could someone tell me if there

Re: [equinox-dev] Announcing availability of Eclipse (4.4) and Equinox Luna M2

2013-09-21 Thread Cristiano Gavião
I installed the Luna M2 right now and got curious: What is the reason for CVS still being delivered with Luna instead of Git since it is the official source container of Eclipse now? regards, Cristiano 2013/9/20 David M Williams david_willi...@us.ibm.com Read what's new and noteworthy and

Re: [equinox-dev] Announcing the first Stable (Milestone) build of Eclipse 4.4 and Equinox for Luna

2013-08-10 Thread Cristiano Gavião
Hi, I've downloaded the Luna ide but couldn't install any plugin because the p2 that comes with it (Luna - http://download.eclipse.org/releases/luna) doesn't contain any. Could someone point me to the p2 site address that I should use to install plugins in LunaM1? thanks, Cristiano On

Re: [equinox-dev] gogo close is not terminating all threads ?

2013-08-08 Thread Cristiano Gavião
when using Equinox this way, only the close command is not working as expected. the solution was to set the auto-start property of Gogo bundles to true. regards, Cristiano On 07/08/13 16:18, Cristiano Gavião wrote: Hello, I'm using Kepler in Mac and JavaSE 1.7. I'm running Equinox using OSGi

[equinox-dev] gogo close is not terminating all threads ?

2013-08-07 Thread Cristiano Gavião
Hello, I'm using Kepler in Mac and JavaSE 1.7. I'm running Equinox using OSGi Framework configuration. I'm facing a condition where a gogo close command is not terminating two threads (Thread [Gogo shell] and Thread [DestroyJavaVM] ). What is happen is that after I enter a first close I