Re: [equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Raymond Auge
Ed I feel your response is an indictment of anyone who ever made a bad (design) decision and later tries to correct it. But that's what API changes are! At some point something has to give. If you ever wish to improve things you have to at some point deprecate the old stuff. That's just evolution.

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-31 Thread Raymond Auge
guessing maven+Tycho) aps need to consume from p2 only. Makes the whole ecosystem an island. It's a shame, but I digress. - Ray > Best regards, Lars > > On Tue, Jul 28, 2020 at 3:46 PM Raymond Auge > wrote: > > > > Aries JAX-RS whiteboard [1] has jaxb working on al

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-28 Thread Raymond Auge
Aries JAX-RS whiteboard [1] has jaxb working on all java versions. [1] https://github.com/apache/aries-jax-rs-whiteboard On Tue., Jul. 28, 2020, 9:07 a.m. Neil Bartlett, wrote: > Hi Lars, > > Dmytro is correct, the jaxb-api and javax.activation bundles are required > to provide the JAXB API on

Re: [equinox-dev] In which thread are OSGI services started

2019-09-04 Thread Raymond Auge
Lars, One way to _guarantee ordering_ (in the sense that you are assured something else has already occurred) is by using a _static_ @Reference to a service. The other service must have been "registered" and in terms of DS it would have to also have been activated before you're @Reference would be

Re: [equinox-dev] 4,11 Plans

2018-12-18 Thread Raymond Auge
It would be great to update equinox.http.servlet to http.whiteboard 1.1.0. I'd also like to prototype support for ServletContainerInitializer[1] (for possible later proposal to the http.whiteboard spec). Under what heading should I place these? - Ray [1] https://docs.oracle.com/javaee/7/api/java

Re: [equinox-dev] Tycho Surefire Test fails to load Schemafactory

2018-11-24 Thread Raymond Auge
Technically you shouldn't have to do anything different than what ServiceLoader would normally do: classLoader.getResource(" META-INF/services/javax.xml.validation.SchemaFactory"); - Ray On Sat, Nov 24, 2018 at 1:16 PM Guillaume Dufour wrote: > Hello Equinox Team, > > I try to help by fixing a

Re: [equinox-dev] Provide new OSGi service API without obsolete API(Dictionary)?

2018-07-05 Thread Raymond Auge
Peter, I have not forgotten :) Sincerely, - Ray On Thu, Jul 5, 2018 at 1:07 PM, Peter Kriens wrote: > Fierce > > Men, you guys must really have forgotten me! :-) > > P > > > On 5 Jul 2018, at 17:39, Raymond Auge wrote: > > There is fierce debate raging aro

Re: [equinox-dev] Provide new OSGi service API without obsolete API(Dictionary)?

2018-07-05 Thread Raymond Auge
There is fierce debate raging around this topic ever since I've been around OSGi. I would recommend putting your opinions forth on the public OSGi bugzilla tracker https://osgi.org/bugzilla/ Sincerely, - Ray On Thu, Jul 5, 2018 at 11:00 AM, Lars Vogel wrote: > Thanks, Todor and Tom. > > @Tom,

Re: [equinox-dev] logging jobs

2018-03-28 Thread Raymond Auge
iew of eclipse. I can ask somewhere else if that's not relevant question here. Sincerely, - Ray > > Tom > > > > > - Original message - > From: Raymond Auge > Sent by: equinox-dev-boun...@eclipse.org > To: Equinox development mailing list > Cc: > Sub

[equinox-dev] logging jobs

2018-03-28 Thread Raymond Auge
Is there a way to log all eclipse runtime jobs somewhere? thanks, - Ray ___ equinox-dev mailing list equinox-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/li

[equinox-dev] OSGi API Snapshots are Live!

2017-02-28 Thread Raymond Auge
Hello everyone, I thought it would please you to know that the OSGi Alliance's integration build now publishes snapshots of individual and aggregate API artifacts to Sonatype's public OSS Maven repository [1]. Tim Ward wrote a nice blog post about it [2]. [1] https://oss.sonatype.org/content/rep

Re: [equinox-dev] What is the best way to get the version of a bundle

2016-12-13 Thread Raymond Auge
Pascal, from which perspective would you like to get the bundle version? >From the Bundle itself: org.osgi.framework.Version version = org.osgi.framework.Bundle.getVersion(); Through the resolver API (arguably a little trickier): Map> results = org.osgi.service.resolver.Resolver.resolve(org.osg

Re: [equinox-dev] effective project settings

2016-12-13 Thread Raymond Auge
NVM, what I needed was really: mvn help:effective-pom Sincerely, - Ray On Tue, Dec 13, 2016 at 2:33 PM, Raymond Auge wrote: > Is there a cli way to dump the effective settings of a project? > > The maven org.apache.maven.plugins:maven-help-plugin:2.2:effective-settings > re

[equinox-dev] effective project settings

2016-12-13 Thread Raymond Auge
Is there a cli way to dump the effective settings of a project? The maven org.apache.maven.plugins:maven-help-plugin:2.2:effective-settings reports almost nothing probably due to the fact that it doesn't know how to speak tycho very well. Does tycho have something like this? Sincerely, -- *Raymo

Re: [equinox-dev] Http Whiteboard implementation over Tomcat 8

2016-10-28 Thread Raymond Auge
e and dynamic. It's already very service oriented. I'd recommend reviewing the http whiteboard spec to really grasp how it works. Sincerely, - Ray On Oct 28, 2016 2:53 PM, "Raymond Auge" wrote: > It's not really possible to do that in http whiteboard AND support bo

Re: [equinox-dev] Http Whiteboard implementation over Tomcat 8

2016-10-28 Thread Raymond Auge
ier on Jetty. Combine this with the > programmatic servlet/filter/listener creation in Servlet 3.0 and it seems > like a compelling design. Basically the whiteboard will only have to bridge > Servlet 3.0 with the OSGi service registry. > > Does such a (radical) redesign seem f

Re: [equinox-dev] Http Whiteboard implementation over Tomcat 8

2016-10-27 Thread Raymond Auge
The bundle you need is: http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/org.eclipse.equinox.http.servlet_1.3.0.v20160517-1559.jar I you are using PDE projects then you can just use this repository as normal. IF you are using bndtools >=3.3 you can use this repository c

Re: [equinox-dev] little help with http.servlet.tests

2016-04-13 Thread Raymond Auge
> (i.e. delete) your "localMavenRepo". I've found that occasionally it keeps > copies of something that is incorrect, but incorrect in such a way that > makes it hard to notice. > > Hope one of these suggestions help. > > > > > > > > From:Ra

[equinox-dev] little help with http.servlet.tests

2016-04-12 Thread Raymond Auge
Hello everyone, I've just noted that for some very strange reason the tests in rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests fail from the command line when run through maven: mvn clean integration-test -DskipTests =false It's failing to locate commons-fileupload: [ERROR] Ca

Re: [equinox-dev] Merge of equinox committer groups

2016-03-01 Thread Raymond Auge
+1 - Ray On Tue, Mar 1, 2016 at 10:31 AM, Thomas Watson wrote: > I have no objections to merging in p2. But I would like Pascal and other > p2 committers to agree first. > > Tom > > > > > > From:Stefan Xenos > To:Equinox development mailing list > Date:03/01/2016 08:2

Re: [equinox-dev] enabling tests for org.eclipse.equinox.http.servlet

2016-02-16 Thread Raymond Auge
Will do! - Ray On Tue, Feb 16, 2016 at 5:42 PM, David M Williams wrote: > I am not opposed, but I am not sure what you want to happen will happen > that easily. Perhaps a bug in Eclipse, Platform, Releng would be in order? > > > > > From:Raymond Auge > To:

[equinox-dev] enabling tests for org.eclipse.equinox.http.servlet

2016-02-16 Thread Raymond Auge
Now that the tests are well baked for this bundle, I'm wondering if it's ok to enable them in the platform build. I believe simply adding bundles/org.eclipse.equinox.http.servlet.tests to the rt.equinox.bundles/pom.xml should do it right? Is anyone opposed to that? -- *Raymond Augé*

Re: [equinox-dev] adding a dependency for tests

2016-02-15 Thread Raymond Auge
Never mind, I figured it out. I added the specific p2 repo to the pom: orbit-R20100519200754 http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/ p2 Sincerely, - Ray On Mon, Feb 15, 2016 at 3:39 PM, Raymond Auge wrote

[equinox-dev] adding a dependency for tests

2016-02-15 Thread Raymond Auge
Hey everyone, I'm addressing a limitation of org.eclipse.equinox.http.servlet and to test I need apache commons-fileupload. I see that we have org.apache.commons.fileupload:1.2.2 in orbit. Locally I've modified my target platform (with Tom's help) to add a Software Site of http://download.eclip

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

2016-02-03 Thread Raymond Auge
Have you tried to osgi framework properties? e.g. https://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 wrote: > Hello, > > I'm try

[equinox-dev] Servlet 3.1 portal java contracts JavaServlet bundle

2015-07-22 Thread Raymond Auge
Anyone here can help with this question? https://dev.eclipse.org/mhonarc/lists/orbit-dev/msg04189.html Basically, I'm asking if it would be possible to make the orbit servlet 3.1 API jar provide the JavaServlet contract. -- *Raymond Augé* (@rot

Re: [equinox-dev] What's special about the felix bundles in the mars distro

2015-07-20 Thread Raymond Auge
Actually, maybe not since you get a prompt... - Ray ___ equinox-dev mailing list equinox-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Getting equinox artifacts using maven

2015-07-17 Thread Raymond Auge
I have interest! On Fri, Jul 17, 2015 at 2:27 PM, Scott Lewis wrote: > On 7/3/2015 5:14 AM, Mikael Barbero wrote: > > Hi Christian, > > There is a bug about this issue > https://bugs.eclipse.org/bugs/show_bug.cgi?id=471373 > > From the message > https://dev.eclipse.org/mhonarc/lists/dash-dev/

[equinox-dev] script for building subset of platform releng

2015-07-06 Thread Raymond Auge
Hey All, I've been maintaining a bash script for building a subset of platform that I'm interested in. Since the platform build doesn't build dependent pieces needed for tests this was becoming a pain to keep track of. The script allows to easily build only what I need and then run the maven inte

Re: [equinox-dev] tycho surefire method tests

2015-07-02 Thread Raymond Auge
FYI, I'm trying to debug a test which passes from Eclipse junit runner, but fails when run from maven. On Thu, Jul 2, 2015 at 10:26 AM, Raymond Auge wrote: > Is there a way to execute individual method integration-tests using the > tycho-surefire-plugin? > > It seems it does

[equinox-dev] tycho surefire method tests

2015-07-02 Thread Raymond Auge
Is there a way to execute individual method integration-tests using the tycho-surefire-plugin? It seems it doesn't work with the syntax available to the surefire plugin. i.e. this works: mvn clean integration-test -Dtest=ServletTest -DskipTests=false This does not work: mvn clean integration-t

Re: [equinox-dev] failures on build

2015-06-11 Thread Raymond Auge
On Thu, Jun 11, 2015 at 3:30 PM, David M Williams wrote: > > [ERROR] Failed to resolve target definition /home/rotty/workspace/ > > eclipse.platform.releng.aggregator/ > > eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target: > > Could not find "org.aspectj.runtime/1.8.5.20150128171000"

[equinox-dev] failures on build

2015-06-11 Thread Raymond Auge
Hey All, I started seeing this error in my builds: [ERROR] Failed to resolve target definition /home/rotty/workspace/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target: Could not find "org.aspectj.runtime/1.8.5.20150128171000" in the repositories of

Re: [equinox-dev] tycho-surefire tests

2015-04-22 Thread Raymond Auge
On Wed, Apr 22, 2015 at 3:56 PM, Mickael Istria wrote: > Hi Raymond, > Please add a comment about your tentative here: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=443174 . Also, feel free to > reopen the bug. > I believe that skipTests=true in the parent pom is a bad practice (that > was hel

Re: [equinox-dev] tycho-surefire tests

2015-04-22 Thread Raymond Auge
22, 2015 at 1:15 PM, Stephan Herrmann < stephan.herrm...@berlin.de> wrote: > have you chased the chain of parent poms looking for a > definition of property skipTest *and/or* maven.test.skip? > > Stephan > > > On 04/22/2015 07:06 PM, Raymond Auge wrote: > >> Doe

[equinox-dev] tycho-surefire tests

2015-04-22 Thread Raymond Auge
Does anyone here know how to make these tests work? I can't for the life of me figure out how to get these tests to run for org.eclipse.equinox.http.servlet.tests I've added a pom.xml (since there wasn't one) http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instan

Re: [equinox-dev] Can I get the latest equinox dependencies from a Maven Repo

2015-04-08 Thread Raymond Auge
> Best Regards > /Thusitha > > 2015-04-08 18:34 GMT+05:30 Raymond Auge : > >> They are not :( >> >> On Wed, Apr 8, 2015 at 8:49 AM, Thusitha Thilina Dayaratne < >> thusithathil...@gmail.com> wrote: >> >>> Hi, >>> >>> We

Re: [equinox-dev] Can I get the latest equinox dependencies from a Maven Repo

2015-04-08 Thread Raymond Auge
They are not :( On Wed, Apr 8, 2015 at 8:49 AM, Thusitha Thilina Dayaratne < thusithathil...@gmail.com> wrote: > Hi, > > We are using equinox heavily on one of our OSGi project. At the moment > I've downloaded the Luna SDK and installed those latest bundles locally and > using them. > > It would

Re: [equinox-dev] Is there a org.eclipse.equinox.http.helper version that supports javax.servlet version 3.1

2015-03-31 Thread Raymond Auge
I guess I should have asked straight up... are you embedding tomcat? On Tue, Mar 31, 2015 at 9:01 AM, Raymond Auge wrote: > I don't think equinox.http has much dependency on the JSP version. You > should be able to use whichever JSP version (bundles) will work with the > servlet v

Re: [equinox-dev] Is there a org.eclipse.equinox.http.helper version that supports javax.servlet version 3.1

2015-03-31 Thread Raymond Auge
were not >> updated until post Luna for the Mars release. So you will have to try out >> the Mars milestones as Raymond suggests. If I recall correctly the >> org.eclipse.equinox.http.helper bundle is an incubator project that never >> graduated. It is no longer mai

Re: [equinox-dev] update committers list

2015-03-31 Thread Raymond Auge
Thanks Lars! - Ray On Tue, Mar 31, 2015 at 7:41 AM, Lars Vogel wrote: > Without knowing for sure, I would assume that you can change it yourself > via this repo: https://git.eclipse.org/c/www.eclipse.org/equinox.git/ > > On Tue, Mar 31, 2015 at 1:34 PM, Raymond Auge > wrote: &g

Re: [equinox-dev] Is there a org.eclipse.equinox.http.helper version that supports javax.servlet version 3.1

2015-03-31 Thread Raymond Auge
On Tue, Mar 31, 2015 at 2:04 AM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi > > Other than that org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442 is > also importing > javax.servlet;version="[2.4, 3.1)" > javax.servlet.http;version="[2.4, 3.1)" > javax.servlet.jsp;version="[2

[equinox-dev] update committers list

2015-03-31 Thread Raymond Auge
Who should I speak with about updating the committers list here: https://www.eclipse.org/equinox/bundles/ -- *Raymond Augé* (@rotty3000) Senior Software Architect *Liferay, Inc.* (@Liferay) Board Member & EEG Co-Chair,

Re: [equinox-dev] Is there a equinox.http.servlet version that supports javax.servlet version 3.1

2015-03-30 Thread Raymond Auge
Of particular interest to me would be reports of any issues using websocket, with perhaps some sample code reproducing those issues we could convert into test cases. :) I haven't had time to test those features, but since they don't really touch the parts needed to implement http whiteboard I'm ho

Re: [equinox-dev] equinox console optionality of available commands

2015-03-26 Thread Raymond Auge
commands (where the default is to leave everything published like now)? - Ray > > Tom > > > > > > From:Raymond Auge > To:Equinox development mailing list > Date:03/26/2015 01:35 PM > Subject:[equinox-dev] equinox console o

[equinox-dev] equinox console optionality of available commands

2015-03-26 Thread Raymond Auge
Would people object to a change in equinox.console which would optionally allow for specific commands not to be published? For instance, when running equinox embedded we're controlling the lifecycle of the framework along with the lifecycle of the embedding application. I would like to not expose

Re: [equinox-dev] [platform-ui-dev] Eclipse Startup Performance

2015-03-26 Thread Raymond Auge
I have to say that any such test which doesn't use an exact fixed set of bundles against each different framework will introduce ALL the invariants that each modified bundle brings with it. How could one possibly make any judgement on that. - Ray On Thu, Mar 26, 2015 at 12:34 PM, Lars Vogel wro

Re: [equinox-dev] Gerrit job failure

2015-03-18 Thread Raymond Auge
Was it necessary to update the maven version requirement to 3.1.1? - Ray On Wed, Mar 18, 2015 at 6:15 PM, Raymond Auge wrote: > I'm now getting build failures all over the place due to: > > Detected Maven Version: 3.0.5 is not in the allowed range 3.1.1. > > - Ray > >

Re: [equinox-dev] Gerrit job failure

2015-03-18 Thread Raymond Auge
I'm now getting build failures all over the place due to: Detected Maven Version: 3.0.5 is not in the allowed range 3.1.1. - Ray On Wed, Mar 18, 2015 at 4:55 PM, Marc-André Laperle < marc-andre.lape...@ericsson.com> wrote: > Great! The build was successful. Thank you! > >

Re: [equinox-dev] Jetty version for Luna?

2015-03-12 Thread Raymond Auge
gah... and one listener that is still the center of some debate. ...but everything else [tic] - Ray On Wed, Mar 11, 2015 at 2:32 PM, Raymond Auge wrote: > > > On Wed, Mar 11, 2015 at 2:31 PM, Raymond Auge > wrote: > >> So far, that is the case. >> >> All

Re: [equinox-dev] Jetty version for Luna?

2015-03-11 Thread Raymond Auge
On Wed, Mar 11, 2015 at 2:41 PM, Scott Lewis wrote: > On 3/11/2015 11:31 AM, Raymond Auge wrote: > >> So far, that is the case. >> >> All the Mars builds since M4 have the latest, greatest >> equinox.http.servlet which implements, as of last week, all known part

Re: [equinox-dev] Jetty version for Luna?

2015-03-11 Thread Raymond Auge
So far, that is the case. All the Mars builds since M4 have the latest, greatest equinox.http.servlet which implements, as of last week, all known parts of the R6 http.whiteboard draft. Feedback is very welcome. - Ray On Wed, Mar 11, 2015 at 1:57 PM, Scott Lewis wrote: > On 9/18/2014 10:04

Re: [equinox-dev] Jetty version for Luna?

2015-03-11 Thread Raymond Auge
On Wed, Mar 11, 2015 at 2:31 PM, Raymond Auge wrote: > So far, that is the case. > > All the Mars builds since M4 have the latest, greatest > equinox.http.servlet which implements, as of last week, all known parts of > the R6 http.whiteboard draft. > sorry, minus some capabil

Re: [equinox-dev] issue with optional imports

2014-10-16 Thread Raymond Auge
t; > > > > From:Raymond Auge > To:Equinox development mailing list > Date:10/15/2014 11:28 AM > Subject:Re: [equinox-dev] issue with optional imports > Sent by:equinox-dev-boun...@eclipse.org > -- > >

Re: [equinox-dev] issue with optional imports

2014-10-15 Thread Raymond Auge
I've encountered the very same thing using 3.10.100.v20140909-1314 (built from source) This happens even if the same bundle providing the optional package is reinstalled. Thus, if the bundle is there when first resolving the "client" bundle, everything is great. The moment either bundle is re-res

Re: [equinox-dev] Equinox console not working

2014-10-09 Thread Raymond Auge
However, the equinox console with (accompanied by felix gogo bundles) has lots of bug fixes so I recommend it. - Ray On Thu, Oct 9, 2014 at 7:35 AM, Alex Blewitt wrote: > The built-in console was removed, as per the release notes. > > Built-in Equinox OSGi console removed >

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
Get a stackdump using jstack (get pid from jps) You'll see the very same result from the earlier dumps I posted. NOTE: ODDLY, This only seems to happen with org.apache.felix.gogo.command. On Mon, Sep 29, 2014 at 2:39 PM, Raymond Auge wrote: > I've reproduced the issue with a minim

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
Could you try out your scenario with a Karaf container with Equinox > set as its OSGi core? > > --J > > On Mon, Sep 29, 2014 at 2:57 PM, Raymond Auge > wrote: > > Ok, so I did have: > > > > a) some fileinstall artifact handlers in a bundle being refreshed > >

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
Hargrave wrote: > Stacktrace? > -- > > *BJ Hargrave* > Senior Technical Staff Member, IBM > OSGi Fellow and CTO of the *OSGi Alliance* <http://www.osgi.org/> > *hargr...@us.ibm.com* > > office: +1 386 848 1781 > mobile: +1 386 848 3788 > > > > >

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
at 1:12 PM, Raymond Auge wrote: > Ok, sooo I think I understand the issue. > > We have a protocol handler deployed for fileinstall's custom artifact > handling. > > I guess that must be pulling FI into the fresh. > > I'll take that bundle out and see if I get

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
Ok, sooo I think I understand the issue. We have a protocol handler deployed for fileinstall's custom artifact handling. I guess that must be pulling FI into the fresh. I'll take that bundle out and see if I get the same problem or not. - Ray On Mon, Sep 29, 2014 at 1:06 PM, Ra

Re: [equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
What > is the "concurrency issue with package refresh"? > -- > > *BJ Hargrave* > Senior Technical Staff Member, IBM > OSGi Fellow and CTO of the *OSGi Alliance* <http://www.osgi.org/> > *hargr...@us.ibm.com* > > office: +1 386 848 1781 > mobile:

[equinox-dev] fileinstall & equinox solution

2014-09-29 Thread Raymond Auge
Will there ever be a solution to the fileinstall on equinox issue? It seems that fileinstall has not worked on equinox for some time due to the concurrency issue with package refresh. I believe 3.1.10 is the last version that works on equinox. -- *Raymond Augé*

Re: [equinox-dev] setting framework events log level

2014-09-24 Thread Raymond Auge
to have to reduce the default log level to WARN. - Ray > > Tom > > > > > > From:Raymond Auge > To:Equinox development mailing list > Date:09/23/2014 05:16 PM > Subject:[equinox-dev] setting framework events log level > Sent by:

[equinox-dev] setting framework events log level

2014-09-23 Thread Raymond Auge
Hey all, I'd like to know if there's a way of adjusting at which level framework events are logged? By default your everyday framework event is logged at INFO. Is it possible to adjust that to DEBUG? -- *Raymond Augé* (@rotty3000) Senior Softwa

[equinox-dev] qualifiers in the tycho build

2014-09-22 Thread Raymond Auge
Is it possible to use a qualifier like: b1-SNAPSHOP i.e. 1.2.0.b1-SNAPSHOT //osgi syntax OR 1.2.0-b1-SNAPSHOT //mvn syntax When I change to either format the build invariably blows up with "invalid version" and "non-numeric" value and what not. I've tried changing the pom and the manifest in

Re: [equinox-dev] jetty version

2014-09-18 Thread Raymond Auge
Please disregard. I solved my issue. On Thu, Sep 18, 2014 at 7:57 AM, Raymond Auge wrote: > has the jetty version changed in the last little while? > > How would I be able to test a downgrade? > > -- > *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>

[equinox-dev] jetty version

2014-09-18 Thread Raymond Auge
has the jetty version changed in the last little while? How would I be able to test a downgrade? -- *Raymond Augé* (@rotty3000) Senior Software Architect *Liferay, Inc.* (@Liferay) ___

Re: [equinox-dev] milestones in a maven repo

2014-08-28 Thread Raymond Auge
incerely, - Ray On Fri, Aug 22, 2014 at 11:19 AM, Raymond Auge wrote: > Someone is at least publishing the framework to MC even though it seems to > be very delayed. > > 3.10.0-v20140606-1445 <http://search.maven.org/#browse%7C-973017594> was > published just on Aug 1

Re: [equinox-dev] milestones in a maven repo

2014-08-22 Thread Raymond Auge
t; > On 22/08/2014 1:26 PM, Raymond Auge wrote: > > Hey All, > > I'd like to ask again what is the barrier to getting milestone builds > into a maven repo? > > I mean https://repo.eclipse.org/content/repositories/eclipse/ exists. > Why not extend it's use f

[equinox-dev] milestones in a maven repo

2014-08-22 Thread Raymond Auge
Hey All, I'd like to ask again what is the barrier to getting milestone builds into a maven repo? I mean https://repo.eclipse.org/content/repositories/eclipse/ exists. Why not extend it's use for publishing milestones? Wouldn't it quite literally be a single extra command invoked during the rele

Re: [equinox-dev] possible regression in equinox

2014-07-30 Thread Raymond Auge
What's more is that we actually used this not only for equinox, but also for other osgi bundles using framework properties (and also relied on the null state). - Ray On Wed, Jul 30, 2014 at 10:57 PM, Raymond Auge wrote: > Hey all, > > I think I found a regression in equinox

[equinox-dev] possible regression in equinox

2014-07-30 Thread Raymond Auge
Hey all, I think I found a regression in equinox when using the framework API. :( The scenario is quite simple to reproduce. java.util.ServiceLoader loader = java.util.ServiceLoader.load(FrameworkFactory.class); Map properties = new HashMap(); properties.put("blah", null); Framework newFramewor

Re: [equinox-dev] Access Tomcat lib jar from Equinox Servlet Bridge

2014-07-29 Thread Raymond Auge
On Tue, Jul 29, 2014 at 1:53 PM, David Cao wrote: > Tomcat 6. We are taking the route to embed Equinox in Tomcat using the > bridge project. > > Kind regards, > --David > On Jul 29, 2014 5:35 PM, "Raymond Auge" wrote: > >> Before answering that, who's (who d

Re: [equinox-dev] Access Tomcat lib jar from Equinox Servlet Bridge

2014-07-29 Thread Raymond Auge
Before answering that, who's (who do you expect to be) the provider of the JSP servlet you're going to use? On Tue, Jul 29, 2014 at 1:23 PM, David Cao wrote: > Hello there, > > My OSGi'rized webapp has a run-time dependency on "*jsp-api.jar*" under > Tomcat 6 lib. Is there a way I can inherit p

Re: [equinox-dev] Resource not found inside bundle

2014-07-28 Thread Raymond Auge
-- > > *BJ Hargrave* > Senior Technical Staff Member, IBM > OSGi Fellow and CTO of the *OSGi Alliance* <http://www.osgi.org/> > *hargr...@us.ibm.com* > > office: +1 386 848 1781 > mobile: +1 386 848 3788 > > > > > > From:Raymond Auge > To:

Re: [equinox-dev] Resource not found inside bundle

2014-07-28 Thread Raymond Auge
That file is not in the classpath of the bundle and so you can't use the "resource" API. However, you can use the "entry" API (which talks about the bundle rather than about the bundle's classpath). e.g. URL url = bundle.getEntry("api_mapping.xml"); IF you have a class however, and you need to

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
2014 at 1:36 PM, Raymond Auge wrote: > So, Cristiano you have shed some light on the issue. > > When using the felix framework we need these dependencies: > > org="org.apache.felix" rev="4.4.0" /> > org="org.apache.felix" rev="4.4.0"

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
these properties because arquillian is doing no such thing on it's own. I guess the felix framework either finds an extension in the classpath and uses it. - Ray On Thu, Jul 17, 2014 at 1:26 PM, Raymond Auge wrote: > Ok, let me step back for a minute and make sure I'm not totally off bas

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
Ok, let me step back for a minute and make sure I'm not totally off base. Will report back in a moment. - Ray On Thu, Jul 17, 2014 at 1:24 PM, Raymond Auge wrote: > Well, I'm going purely based on what I've debugged so far. > > We were using arquillian contai

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
auncher vs the framework. > > Tom > > [1] > http://felix.apache.org/site/apache-felix-framework-configuration-properties.html > > > [image: Inactive hide details for Raymond Auge ---07/17/2014 02:01:25 > PM---Actually, it's supported in Felix from the Framework

Re: [equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
think does something simple with loading bundles from a bundles/ folder by > default. But then again, I would not be surprised if that is only > supported by the felix launcher and not directly by the felix > implementation of the Framework API. > > Tom > > > > [image: Inactiv

[equinox-dev] osgi.bundles property

2014-07-17 Thread Raymond Auge
So am I right that equinox doesn't support the 'osgi.bundles' property via the framework API? It looks like these are only supported via the EclipseStarter which isn't used when calling the Framework API. Can I get a confirmation? -- *Raymond Augé*

Re: [equinox-dev] Resolver Problem with guava and e4 (javax.annotation)

2014-07-11 Thread Raymond Auge
That being said, is it not possible to provide a system fragment bundle which attempts to correct that?: Fragment-Host: system.bundle Bundle-RequiredExecutionEnvironment: ?java8[profile]? Export-Package: javax.annotation;version=1.2,javax.blah;version=x.y.z,.. If we could to that, then a fragment

Re: [equinox-dev] [http] eclipse help

2014-06-10 Thread Raymond Auge
Ok, Eclipse help is now completely working. - Ray On Tue, Jun 10, 2014 at 3:49 PM, John Arthorne wrote: > > http://git.eclipse.org/c/platform/eclipse.platform.ua.git/tree/org.eclipse.help.webapp > > John > > > > > From:Raymond Auge > To:Eq

Re: [equinox-dev] [http] eclipse help

2014-06-10 Thread Raymond Auge
NVM.. I found it! eclipse.platform.ua/org.eclipse.help.webapp thx, - Ray On Tue, Jun 10, 2014 at 3:43 PM, Raymond Auge wrote: > Anyone know where the eclipse help webapp source is housed? > > - Ray > > > On Tue, Jun 10, 2014 at 2:58 PM, Raymond Auge > wrote: > &

Re: [equinox-dev] [http] eclipse help

2014-06-10 Thread Raymond Auge
Anyone know where the eclipse help webapp source is housed? - Ray On Tue, Jun 10, 2014 at 2:58 PM, Raymond Auge wrote: > I just fixed some bugs which prevented eclipse help from working with the > new http prototype. > > One thing, even though the app appears to work well in t

[equinox-dev] [http] eclipse help

2014-06-10 Thread Raymond Auge
I just fixed some bugs which prevented eclipse help from working with the new http prototype. One thing, even though the app appears to work well in the UI, there appears to be no content. Can someone tell me if I should see the actual help content? I get no errors anywhere nor do I get any type

Re: [equinox-dev] PDE DS annotations?

2014-06-04 Thread Raymond Auge
s/show_bug.cgi?id=376950 > > > On 6/4/2014 7:04 PM, Raymond Auge wrote: > > Does anyone know if PDE supports DS annotations? > > It seems not in Kepler, but I'm holding out hope until I hear no from > you all. > > -- > *Raymond Augé* <http://www.liferay.com/w

[equinox-dev] PDE DS annotations?

2014-06-04 Thread Raymond Auge
Does anyone know if PDE supports DS annotations? It seems not in Kepler, but I'm holding out hope until I hear no from you all. -- *Raymond Augé* (@rotty3000) Senior Software Architect *Liferay, Inc.* (@Liferay)

[equinox-dev] [http] proposed donation of new http service implementation

2014-06-04 Thread Raymond Auge
Hello everyone, I'd like to propose the donation of an implementation of the draft *RFC 189 Http Whiteboard Service*. This donation builds on top of the existing equinox bundles: rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet rt.equinox.bundles/bundles/org.eclipse.equinox.http.servl

Re: [equinox-dev] deadlock in fileinstall on equinox

2014-04-29 Thread Raymond Auge
It would seem that this could be solved it it were possible to pass the property: felix.fileinstall.optionalImportRefreshScope=managed but this property cannot be passed except via config admin, so you can't bootstrap the system as it is. - Ray On Tue, Apr 29, 2014 at 1:28 PM, Raymond

[equinox-dev] deadlock in fileinstall on equinox

2014-04-29 Thread Raymond Auge
Hey All (cross posted as I'm not sure where the answer will come from), versions: - fileinstall 3.4.0 - equinox 3.8.0.v20120529-1548 I'm seeing a deadlock where on first start the fileinstall bundle is getting stuck with itself as per the following two stack traces: "Refresh Packages" daemon pr

Re: [equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
undles call ungetService when they are done with a service >> that they may not use again for a while seems reasonable to me. >> >> -> richard >> >> >> >>If they are getting/ungetting the service each time they are >>interacting with the service th

Re: [equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
ervice instance object. > The should be using something like a ServiceTracker to avoid this kind of > anti-pattern. > > Tom > > > > [image: Inactive hide details for Raymond Auge ---04/28/2014 04:26:50 > PM---I agree that I should NOT have to implement this code. Howev]

Re: [equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
I agree that I should NOT have to implement this code. However, I'm having to do so in order to work around this apparent issue. - Ray On Mon, Apr 28, 2014 at 5:23 PM, Raymond Auge wrote: > > > > On Mon, Apr 28, 2014 at 5:17 PM, Thomas Watson wrote: > >> You seem t

Re: [equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
but the client bundle (in this case the felix webconsole) is requesting the HttpService mutliple times (in the same thread) and each time the equinox framework is invoking the HttpServiceFactory method returning different HttpServiceImpl instance. - Ray > > > Tom > > > > [i

Re: [equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
+1 386 848 1781 > mobile: +1 386 848 3788 > > > > > > From:Raymond Auge > To:Equinox development mailing list > Date:2014/04/28 16:24 > Subject:[equinox-dev] bug or not > Sent by:equinox-dev-boun...@eclipse.org > -

[equinox-dev] bug or not

2014-04-28 Thread Raymond Auge
Hey all, I have to write code as follows in a ServiceFactory impl in order for my factory to always return the same instance per bundle running on equinox 3.8.0.v20120529-1548 === public HttpService getService( Bundle bundle, ServiceRegistration registr

[equinox-dev] http progress

2014-04-17 Thread Raymond Auge
FYI Work is progressing well. Please see https://github.com/rotty3000/rt.equinox.bundles/tree/rfc-189 Note there is still much discussion and unanswered questions regarding the RFC which has not yet finalized. But based on reasonable assumptions I believe managing any coming changes should be rea

  1   2   >