OBR

2009-05-28 Thread Stéphane Jeanjean
Hello, My application uses OBR through the API. I would like to know if there is a way to know if the bundle installation fails. Resolver.deploy() method is called after checking resolution as described in documentation. If an error occurs, for instance a network issue, there is no

Public obr repository useable with felix obr

2007-05-14 Thread GERODOLLE Anne RD-MAPS-GRE
y.xlm describes only 4 bundles (although if I browse http://oscar-osgi.sf.net/obr2 looks like all the bundles I would like to install are there). If I try either obr add-url http://www.knopflerfish.org/repo/repository.xml Or Obr add-url http://www-adele.imag.fr/users/Didier.donsez/dev/repositor

OBR update

2007-05-21 Thread David Lindelöf
Hi all, Is there a way to tell the OBR service to "reload" the repository.xml file? It seems to me that once OBR is started with a default repository set, it will never read that file again. Cheers, -- -- David Lindelöf Product Developer

OBR usage

2009-03-17 Thread Damon Jacobsen
I sent an email earlier trying to figure out some basics. I think I have gotten some sort of embedded Felix framework running. I am trying to figure out how to discover and activate bundles using OBR. I am assuming that it works similar to Maven in the sense that there is some ways to say I am

Re: OBR

2009-05-29 Thread Felix Meschberger
Hi, Stéphane Jeanjean schrieb: Hello, My application uses OBR through the API. I would like to know if there is a way to know if the bundle installation fails. Resolver.deploy() method is called after checking resolution as described in documentation. If an error occurs, for instance a

RE : OBR

2009-05-29 Thread Stéphane Jeanjean
Hi Felix, Thnanks for your answer. > > > > My application uses OBR through the API. I would like to > know if there > > is a way to know if the bundle installation fails. > > > > Resolver.deploy() method is called after checking resolution as > > des

OBR causes

2009-10-18 Thread Henrik Niehaus
Hi *, I'm struggling with an obr problem. I always get an java.lang.IllegalStateException: Invalid BundleContext when I call Resolver.deploy the first time. The start situation looks like this: -> ps START LEVEL 1 ID State Level Name [ 0] [Active ] [0] Syste

Gradle & OBR?

2015-02-24 Thread Johan Ström
Hi, while not strictly a Felix question, I'd like to crosspost a question I have regarding Gradle, OSGi and OBR here, as I hope there might be someone out there who has a good answer.. :) (Originally posted on: http://stackoverflow.com/questions/28698190/gradle-osgi-and-obr-or-other-repos

OBR Repository

2022-03-04 Thread Jonathan Mayne
Hi guys, I notice that the following OBR repository link is returning a 404. http://felix.apache.org/obr/releases.xml <http://felix.apache.org/obr/releases.xml> Is there any way to get that back or any alternative link you could suggest? Thanks so much for your help, Jonny. -- NOT

Re: Public obr repository useable with felix obr

2007-05-14 Thread Richard S. Hall
limit what was included in the default repo, since we didn't really define how we were going to handle repositories yet. There may or may not be issues there with respect to licensing, etc., so it still needs to be thought about. If I try either obr add-url http://www.knopflerfish.org/rep

Re: OBR update

2007-05-21 Thread Richard S . Hall
If I remember correctly, if you "obr add-url" the URL of the repository you want to refresh, then it will be refreshed. -> richard On May 21, 2007, at 1:49 PM, David Lindelöf wrote: Hi all, Is there a way to tell the OBR service to "reload" the repository.xml file? I

OBR best practice

2008-01-07 Thread Pierre De Rop
Hello everyone; We are using the felix OBR (1.0.0) for deploying bundles into our application server. So, we store all our bundles into an OBR http server, and we uses a GUI obr browser which allows to install some bundles from the OBR into the application server. Now, assuming that the

OBR deploy-file

2008-04-25 Thread Patrick Shea
I'm trying to use the obr:deploy-file goal but the plugin never upload my jar to the remote repository, it just updates the repository.xml Here's my config: org.apache.felix maven-

OBR undeploy-file

2008-04-29 Thread anne.gerodolle
Hi everybody, I've seen there is a "clean" goal on the local repository, which suppresses the references to non-existent files. Is there something similar for a remote repository ? Slightly different, is there a way to "undeploy" a bundle from a remote OBR (i.e. to

OBR uninstall command?

2009-03-10 Thread Allen Lau
Hi, I'm looking into how one would go about implementing an "uninstall" command for OBR. Just started investigating and it seems that there is no way in the standard packages to figure out the runtime dependency graph for a bundle. Any pointers to where I should look? Thanks, Allen

Re: OBR usage

2009-03-17 Thread Richard S. Hall
populate the OBR repo using a URL to a repository.xml file. You can then use the OBR service interface to discover available bundles. You can tell OBR which bundles you are interested in using the Resolver interface, then it will resolve their transitive dependencies and deploy them for you into

Re: OBR usage

2009-03-17 Thread Damon Jacobsen
for the > original RFC 112, which Peter Kriens made available from one of his blogs. > There is our web page on our impl: > >http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html > > The approach is fairly simple. You populate the OBR repo using a URL to a >

Re: OBR usage

2009-03-18 Thread Richard S. Hall
Typically, OBR is used by installing the bundle into a running framework, but I suppose it is possible to use it like you are trying to do. You will have to make sure to export its classes from the system bundle. To set the URL to the repository.xml file, you must specify it with

Re: OBR usage

2009-03-18 Thread Damon Jacobsen
or loading, unloading and updating modules as necessary. Perhaps OBR is not even necessary for this functionality. I am just exploring all options for usage of OSGi. Damon On Wed, Mar 18, 2009 at 5:55 AM, Richard S. Hall wrote: > Typically, OBR is used by installing the bundle into a running frame

Re: OBR usage

2009-03-18 Thread Richard S. Hall
OBR is only necessary for cases where you want to calculate the transitive closure of dependencies for a given [set of] bundle[s]. In your case, you know your updated modules, so you can probably just go ahead an update them and do a refresh and then you are done. -> richard On 3/18/09 11

Re: OBR usage

2009-03-18 Thread Damon Jacobsen
Now that I have gotten this running, I tend to agree with you. Thank you so much for your help. Damon On Wed, Mar 18, 2009 at 8:24 AM, Richard S. Hall wrote: > OBR is only necessary for cases where you want to calculate the transitive > closure of dependencies for a given [set of] bundle[

Re: OBR usage

2009-03-18 Thread Stevens Gestin
ith you. Thank you so > much for your help. > > Damon > > On Wed, Mar 18, 2009 at 8:24 AM, Richard S. Hall >wrote: > > > OBR is only necessary for cases where you want to calculate the > transitive > > closure of dependencies for a given [set of] bundle[s]. In y

OBR "requires" clause

2009-03-23 Thread James Kingsbery
I'm trying to understand something about the way OBR works, and I was wondering if someone could give me a pointer. I've tried checking this mailing list, Google, etc., but didn't come across an answer. I have an OSGi environment that uses Felix OBR Repository Admin. I h

Re: RE : OBR

2009-05-29 Thread Felix Meschberger
Hi, Stéphane Jeanjean schrieb: Hi Felix, Thnanks for your answer. My application uses OBR through the API. I would like to know if there is a way to know if the bundle installation fails. Resolver.deploy() method is called after checking resolution as described in documentation. If an

Re: OBR causes

2009-10-19 Thread Richard S. Hall
It sounds like OBR is somehow getting updated too. -> richard On 10/18/09 11:37, Henrik Niehaus wrote: Hi *, I'm struggling with an obr problem. I always get an java.lang.IllegalStateException: Invalid BundleContext when I call Resolver.deploy the first time. The start situation lo

Re: OBR causes

2009-10-20 Thread Henrik Niehaus
Richard, you are totally right. I had my custom obr and the apache felix obr configured. The resolver seemed to resolve the obr bundle as a depency of one of my bundles. I removed the felix obr from my config and now it works. Thanks, Henrik Richard S. Hall schrieb: > It sounds like OBR

webconsole in obr

2010-02-16 Thread Sahoo
, Sahoo [1] http://felix.apache.org/site/apache-felix-web-console.html#ApacheFelixWebConsole-Variants [2] http://felix.apache.org/obr/releases.xml - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands

OBR refresh problem

2010-03-05 Thread Nick Wilson
I'm looking at using OBR for deploying bundles to one of our products. I've written our own OBR server and I'm using the Felix OBR code to connect to it. The problem I'm having is that if I upload a new bundle to the OBR server then RepositoryAdmin will not find it. It looks l

felix obr -> r5?

2013-03-29 Thread Andrei Pozolotin
** *Richard, hello:** * 1) I am curious if there are plans to move felix obr to osgi r5 any time soon? 2) I want obr to work in karaf + nexus with authentication, but there are issues: https://github.com/barchart/barchart-service/wiki/OBR Do you think it is

Re: Gradle & OBR?

2015-02-24 Thread Achim Nierbeck
Hi, just for information. If you combine Karaf with the Karaf subproject Cave you receive a OBR server. This way you can use a Karaf+Cave server as a central OBR server. It'll automatically convert all maven coordinates to OBR. Together with the OBR resolver in Karaf (as additional bundle

Re: Gradle & OBR?

2015-02-25 Thread Johan Ström
Hi, let's see if understand this correct. The OBR resolver would allow me to write a super-simple feature file which just points to my main bundle, and then the OBR resolver will ask the OBR repo to resolve all deps? If so, that would certainly remove one headache (populating feature files

Re: Gradle & OBR?

2015-02-25 Thread Achim Nierbeck
menu Cave-> Documentation (HTML) -> [1] regards, Achim [1] - http://karaf.apache.org/manual/cave/latest/index.html 2015-02-25 13:37 GMT+01:00 Johan Ström : > Hi, > > let's see if understand this correct. The OBR resolver would allow me to > write a super-simple feature file wh

Re: Gradle & OBR?

2015-02-25 Thread Jean-Baptiste Onofré
Hi Johan, for 2, yes Cave can act as a Maven repository. The same Cave repo can be Maven repo (using the Maven structure) and OBR repo. The cave user guide is there: http://karaf.apache.org/manual/cave/latest/index.html By the way, you should better ask this kind of questions on the Karaf

Re: Gradle & OBR?

2015-02-25 Thread Ferry Huberts
There is OBR (and R5) indexing support in my bndtools Gradle plugin (https://marketplace.eclipse.org/content/bndtools-plugins-pelagic). Check the code here: https://github.com/fhuberts/bndtoolsPlugins. Read https://github.com/fhuberts/bndtoolsPlugins/blob/master

Re: Gradle & OBR?

2015-03-16 Thread Bruce Edge
>There are references to using Nexus, but only Nexus Pro supports OBR >from what I can see? > You can create OBR repos using the free nexus. I¹m using this to expose my bundles to sling. Just create a new virtual repo that maps an existing maven2 repo. Remember to create an OBR group a

OBR vs Maven

2015-06-04 Thread Simon Kitching
Hi All, Can anyone provide me with a link to a comparison of OBR and Maven? I can find reasonable amounts of information about what OBR does, but nothing about the motivation to create it given that Maven already existed... Thanks, Simon

Re: OBR best practice

2008-01-08 Thread Richard S. Hall
It sounds like what you want is some way to install "applications". OBR was not intended to support applications...I figured this would be a layer above OBR. I think that some people have experimented with approaches for deploying sets of bundles, perhaps they can respond. A

Re: OBR best practice

2008-01-10 Thread Pierre De Rop
Thanks Richard; Fortunately, we are also using bindex; and I have made a quick test which seems to work: * I have inserted the header "Import-Service: ..." in B1.jar * and "Export-Service: ..." in B2Impl.jar And after having deployed B1.jar from the OBR, I can now

Re: OBR best practice

2008-01-10 Thread Pierre De Rop
Richard; I think I understand what is going on: In the OBR, I have: * B1.jar (with "Import-Package: com.b2" and Import-Service: B2") -> installed from OBR * B2.jar (with "Export-Package: com.b2") -> installed from OBR * B2Impl.jar (with "Export

Re: OBR best practice

2008-01-11 Thread Felix Meschberger
Hi Pierre, Am Freitag, den 11.01.2008, 00:03 +0100 schrieb Pierre De Rop: > Richard; > > I think I understand what is going on: > In the OBR, I have: > > * B1.jar (with "Import-Package: com.b2" and Import-Service: B2") -> > installed from O

Re: OBR best practice

2008-01-11 Thread Felix Meschberger
Hi, Am Dienstag, den 08.01.2008, 14:25 -0500 schrieb Richard S. Hall: > It sounds like what you want is some way to install "applications". OBR > was not intended to support applications...I figured this would be a > layer above OBR. Such a layer above OBR could be an exten

Re: OBR best practice

2008-01-11 Thread Richard S. Hall
Pierre De Rop wrote: I think I understand what is going on: In the OBR, I have: * B1.jar (with "Import-Package: com.b2" and Import-Service: B2") -> installed from OBR * B2.jar (with "Export-Package: com.b2") -> installed from OBR * B2Imp

Re: OBR best practice

2008-01-11 Thread Pierre De Rop
Ok, Richard; Thank's a lot for your help. I think I have now a clear understanding about the OBR. As you suggested, may be the best thing to do is to make a sort of "application installer" on top of the BundleRepository service. Regards; /Pierre. Richard S. Hall wrote: Pier

Bundle and OBR plugins

2008-01-29 Thread Patrick Shea
ifest (bundle plugin) 2. Update local obr repository (obr plugin) 3. Update remote obr repository (obr plugin) We could add a switch (obr local/remote/off) to turn on/off obr processing. This plugin would be tied to the "bundle" project type like the current

Deploying a remote obr

2008-04-21 Thread anne.gerodolle
Hi everybody, I'm trying to use the deploy goal of maven-bundle-plugin, in order to deploy a remote OBR. However, I must have made a mistake somewhere, because I end with an empty repository. Here is what I do : I'm using the attached pom.xml file, trying to create a very simple bundle

Re: OBR deploy-file

2008-04-25 Thread Stuart McCulloch
mvn deploy bundle:deploy -DremoteOBR etc (you need to at least run install/deploy before bundle:deploy so Maven will attach the project artifact - otherwise we won't have its metadata available) Here's

obr for felix bundles?

2008-05-09 Thread peter.doornbosch
Hi, I wonder if there is an obr repository for the (current versions of the) felix bundles. When i start felix (1.0.4), obr is configured with the url http://oscar-osgi.sourceforge.net/obr2/repository.xml, which contains only a few really old bundles Regards, Peter

Re: OBR undeploy-file

2008-05-11 Thread Stuart McCulloch
ould be possible by checking for non-working or invalid bundle URLs in the remote repository feel free to open a JIRA request for this feature - if you have a suggested patch for this then that would be even better :) Slightly different, is there a way to "undeploy" a bundle from a r

Felix OBR newbie question.

2008-05-16 Thread Mathieu Plourde
Hello all, I'm a newbie using Felix and I'm wondering how to use the OBR ( http://felix.apache.org/site/apache-felix-osgi-bundle-repository-obr.html). In the application I'm working on, I want to be able to add my own repositories. So far I've registered the Apache Felix Bu

obr deployment error handling

2008-08-20 Thread Hampel, Michael
Hello, I have a question regarding the error handling in the ResolverImpl.deploy() method. As the method catches all Exceptions that might occur when installing or starting a bundle and also has no return value to check for problems, I am not able to react on failures in my calling code. I have a

Deploy bundles from OBR

2010-09-10 Thread niiba...@gmail.com
Hello! Is there any way to deploy some bundles from OBR at Felix startup? Something like obr:/-. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

OBR search and installation

2010-12-03 Thread john . dunlap
I have a vanilla 3.0.2 felix install up and running. However, I cannot seem to figure out how to install the bundles which are listed by the OBR commands. Every example I've found has me manually installing bundles from my local machine, which strikes me as defeating the purpose of h

error management in OBR

2011-03-31 Thread Cédric Casenove
in context: http://old.nabble.com/error-management-in-OBR-tp31284597p31284597.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For

source code in obr

2011-04-26 Thread Lance Frohman
Sorry if this was already covered, but I could not find much information on it. We are using OBR, and I want to allow the source code of bundles to be available. The OBR documentation mentions this. The felix web site http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html says

OBR in the cluster

2011-08-01 Thread Arjun Panday
Peter, Marcel, Richard, Following a few discussions we've had on the subject, I've put together a blog post, as a return of experience of our usage of the OBR to build homogeneous clusters of JVMs: http://techjoune.blogspot.com/2011/07/osgi-obr-in-cluster-return-of.html I hope y

Felix OBR & P2 repository

2012-02-06 Thread Pierre-Gildas MILLON
Hi everyone, Has anybody ever tried to use a p2 (Equinox) repository with Felix bundlerepository ? If my understanding is correct, the bundlerepository looks for a OBR XML File but can it deal with an eclipse update site ? If anyone had some example source, it would be much appreciated. Regards

Installing WebConsole using OBR?

2009-01-16 Thread Allen Lau
I'm trying to install the Felix Web Management Console in Felix 1.4.1 using the obr client and this is popping up. -> obr deploy "Apache Felix Web Management Console" Unsatisfied requirement(s): --- (service=org.osgi.service.http.HttpService)

OBR bundle installation order?

2009-01-19 Thread Allen Lau
Hi, Was wondering if there was a way to force the order of bundle installation with OBR? Basically I want to have the dependent bundles installed and optionally started first before the target bundle. For example. I have Bundle B1, B2, B3 where B1 depends on B2 which depends on B3. If I use

Re: OBR uninstall command?

2009-03-10 Thread Stuart McCulloch
2009/3/11 Allen Lau > Hi, > > I'm looking into how one would go about implementing an "uninstall" command > for OBR. > Just started investigating and it seems that there is no way in the > standard > packages to figure out the runtime dependency graph for a

Re: OBR uninstall command?

2009-03-10 Thread Allen Lau
g into how one would go about implementing an "uninstall" > command > > for OBR. > > Just started investigating and it seems that there is no way in the > > standard > > packages to figure out the runtime dependency graph for a bundle. > > > > Any pointe

Re: OBR "requires" clause

2009-03-24 Thread Richard S. Hall
OBR should look at the install bundles (and the system bundles) when resolving dependencies. However, it is only able to reconstruct standard capabilities from a bundle (i.e., import-package, export-package, etc.). -> richard On 3/23/09 1:01 PM, James Kingsbery wrote: I'm t

OBR list not updating

2009-04-15 Thread Skinner Chad
If I configure felix to use my local maven repository as and OBR and then run "obr list" it will display the bundles. However, if you run maven and install bundles into the repository "obr list" will not show the new bundles. If felix is restarted then the bundles are li

Issue with OBR filters?

2009-05-28 Thread Allen Lau
org.slf4j ;version=[1.5.6,1.5.6] During runtime of obr deploy "package", the deploy fails: Unsatisfied requirement(s): --- (&(package=org.slf4j)(version>=1.5.6)(version<=1.5.6)(provider=paxlogging)(mandatory:<*provider)) I already have the pax-log

OBR Deploy and failure

2009-06-08 Thread Stéphane Jeanjean
Hello, I try to deploy a bundle using the OBR API by using the deploy() method. When something is wrong with the dependencies the resolve() method returns false, so I try to know what is the problem with getUnsatisfiedRequirements() as I can see it in the sample here : http://felix.apache.org

bindex or obr problem?

2010-02-10 Thread Hampel, Michael
Hello, we have the following problem starting a bundle with obr: In the bundle's manifest we have a header entry: Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0 bindex is generating this xml entry (within the element): Execution Environment (|(ee=OSGi/Minimum-1.0)) Wh

Re: webconsole in obr

2010-02-17 Thread Felix Meschberger
g/site/apache-felix-web-console.html#ApacheFelixWebConsole-Variants > > [2] http://felix.apache.org/obr/releases.xml > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For ad

Re: webconsole in obr

2010-02-17 Thread Sahoo
-console.html#ApacheFelixWebConsole-Variants [2] http://felix.apache.org/obr/releases.xml - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: OBR refresh problem

2010-03-05 Thread Richard S. Hall
On 3/5/10 6:05, Nick Wilson wrote: I'm looking at using OBR for deploying bundles to one of our products. I've written our own OBR server and I'm using the Felix OBR code to connect to it. The problem I'm having is that if I upload a new bundle to the OBR server then Repo

RE: OBR refresh problem

2010-03-05 Thread Nick Wilson
Thanks Richard, I'll add a feature request to JIRA. Regards, Nick -Original Message- From: Richard S. Hall [mailto:he...@ungoverned.org] Sent: 05 March 2010 13:43 To: users@felix.apache.org Subject: Re: OBR refresh problem On 3/5/10 6:05, Nick Wilson wrote: > I'm looking

Regression in OBR 1.6.0?

2010-04-03 Thread Allen Lau
Just trying out the 1.6.0 client. Seems like the new client does not allow installation of old bundles for some reason. Using the old 1.4.3 client, I can see obr list -v Felix Web Apache Felix Web Management Console [org.apache.felix.webconsole] (2.0.6, 2.0.4, 2.0.2, 1.2.10, 1.2.8, 1.2.2

Maven + OBR API problem

2010-04-19 Thread Nick Wilson
I'm having a problem using Maven to build an EAR file for an application that makes calls to the OBR API. What seems to be happening is that as soon as I add the OBR API as a maven dependency... org.apache.felix org.osgi.servic

Repository Admin, OBR, Features...

2010-05-05 Thread Chris Blunck
itives in my results. I understand that the org.apache.felix.karaf.features.cfg configuration is used by the Features bundle to determine where to look for feature XML files. I also understand that feature XML files can use obr as a protocol. And I understand OBR. The part I'm missing is:

Re: felix obr -> r5?

2013-03-31 Thread Richard S. Hall
On 3/29/13 12:41 , Andrei Pozolotin wrote: ** *Richard, hello:** * 1) I am curious if there are plans to move felix obr to osgi r5 any time soon? I haven't heard of anyone working on it specifically, but I had heard that some people want to do so. -> richard

Re: felix obr -> r5?

2013-03-31 Thread Andrei Pozolotin
where can I find these "some people"? :-) Original Message Subject: Re: felix obr -> r5? From: Richard S. Hall To: users@felix.apache.org Date: Sun 31 Mar 2013 02:55:55 PM CDT > > On 3/29/13 12:41 , Andrei Pozolotin wrote: >> ** *Richard, hello:**

Re: felix obr -> r5?

2013-03-31 Thread Richard S. Hall
On 3/31/13 16:21 , Andrei Pozolotin wrote: where can I find these "some people"? :-) I'm trying to skunk them out... ;-) -> richard Original Message Subject: Re: felix obr -> r5? From: Richard S. Hall To: users@felix.apache.org Date: Sun 31 Mar 2013

Re: felix obr -> r5?

2013-03-31 Thread Neil Bartlett
ouil) at updating both maven-bundle-plugin and the Nexus OBR plugin to output R5 format indexes. Regards, Neil > > Original Message -------- > Subject: Re: felix obr -> r5? > From: Richard S. Hall > To: users@felix.apache.org > Date: Sun 31 Mar 2013 02:55:

Re: felix obr -> r5?

2013-03-31 Thread Andrei Pozolotin
Neil: 1) great! you must be one of those "some people" :-) 2) I'd like to help with your nexus/maven/obr initiative. where is your code? 3) here is the issues I ran into so far: https://github.com/barchart/barchart-service/wiki/OBR Andrei Original Message Sub

Re: felix obr -> r5?

2013-04-02 Thread Felix Meschberger
Hi, Am 31.03.2013 um 22:41 schrieb Andrei Pozolotin: > Neil: > > 1) great! you must be one of those "some people" :-) Andrei, this is open source --- so you could be one of those, too ;-) Regards Felix > > 2) I'd like to help with your nexus/maven/obr in

Re: felix obr -> r5?

2013-04-02 Thread Andrei Pozolotin
-- Subject: Re: felix obr -> r5? From: Felix Meschberger To: users@felix.apache.org Date: Tue 02 Apr 2013 07:12:29 AM CDT > Hi, > > Am 31.03.2013 um 22:41 schrieb Andrei Pozolotin: > >> Neil: >> >> 1) great! you must be one of those "some people" :-) >

Re: OBR vs Maven

2015-06-04 Thread Raymond Auge
the major difference is that maven cannot tell you what you need based on only packages you import. you have to know ahead of time. bundle aware repositories like OBR or R5 can tell you which bundles you need - Ray On Thu, Jun 4, 2015 at 2:27 PM, Simon Kitching wrote: > Hi All, > > C

Re: OBR vs Maven

2015-06-04 Thread Raymond Auge
On Thu, Jun 4, 2015 at 2:32 PM, Raymond Auge wrote: > the major difference is that maven cannot tell you what you need based on > only packages you import. you have to know ahead of time. > > bundle aware repositories like OBR or R5 can tell you which bundles you > need > rath

Re: OBR vs Maven

2015-06-04 Thread Jean-Baptiste Onofré
Hi Simon, Maven is build time, OBR is runtime. You can also take a look on: - Karaf and features - Karaf Cave OBR Regards JB On 06/04/2015 08:27 PM, Simon Kitching wrote: Hi All, Can anyone provide me with a link to a comparison of OBR and Maven? I can find reasonable amounts of information

Re: OBR vs Maven

2015-06-04 Thread Simon Kitching
by the exec-maven-plugin which will: * download all the necessary dependencies (compile, provided and runtime); * create a classpath that points to them; and * launch the application's main method using just the information in the pom-file. It seems entirely possible to build an OSGi provision

Re: OBR vs Maven

2015-06-04 Thread Simon Kitching
Hi, Yes, being able to derive at least some of the dependencies by introspecting the code, and then finding bundles that provide those packages via the repo-index is one of the advantages over OBR; it reduces the work of adding such dependencies to the pom manually. However that's

Re: OBR vs Maven

2015-06-04 Thread Neil Bartlett
Maven does not provide anything like the metadata provided by OBR, which boils down to the requirements and capabilities of every artefact. As you acknowledge, maven dependency information is frequently wrong, especially in the runtime scope. This is because it is written manually and based

Re: OBR vs Maven

2015-06-04 Thread Neil Bartlett
On Thursday, 4 June 2015 at 20:10, Simon Kitching wrote: > Hi, > > Yes, being able to derive at least some of the dependencies by > introspecting the code, and then finding bundles that provide those > packages via the repo-index is one of the advantages over OBR; it > r

Re: OBR vs Maven

2015-06-06 Thread Roland Tepp
To my experience, the biggest difference between OBR (or P2) and Maven is that with Maven repositories, you declare explicit dependencies between modules/artifacts whereas in OBR you only declare what your module needs (packages and their version ranges) in order to function, without explicitly

Re: OBR vs Maven

2015-06-17 Thread Simon Kitching
Hi Roland, On 06/06/2015 12:48 PM, Roland Tepp wrote: To my experience, the biggest difference between OBR (or P2) and Maven is that with Maven repositories, you declare explicit dependencies between modules/artifacts whereas in OBR you only declare what your module needs (packages and their

OBR command not working

2016-09-16 Thread Paulo Renato de Athaydes
Hi, I am trying to use the OBR command but it is not working for me. http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html#obr-shell-command I can deploy any bundle that does not have any dependency, but bundles which have a dependency (including one

Creating a "partial" OBR

2017-10-07 Thread David Leangen
Hi! I have a few felix projects that I have patched and would like to test, but I need to create an OBR containing just those projects. I am a bit stumped as to how to go about it, though. Specifically, there are 3 projects: * converter/converter * converter/serializer * converter

Strange behavior of OBR

2021-05-13 Thread Manuel Fiorelli
following tests using Apache Karaf 4.3.1 with the *obr *feature installed. Please consider the following repository containing two versions of the same bundle, 1.0 and 1.5, both exporting the service *java.util.EventListener.* The version 1.0 should not resolve, as it imports a package that is not p

Retaining bundles installed in OSGI virtual machine from remote OBR, in local OBR

2008-08-18 Thread Krishanu
. Once a bundle(s) have been deployed, it should be available in the local repository for future reference. What I have done so far: I am using felix as an OSGI implementation. I am having a local OBR and a remote OBR. I have generated the repository.xmls using Bindex tool. Local obr: Bundle1

Setting up an OBR Repository

2007-09-12 Thread David Leangen
Where can I find some doc that describes how to use Felix OBR to set up my own bundle repository? The doc explains how to link to existing repos, but not how to create my own. Thanks! - To unsubscribe, e-mail: [EMAIL

Cannot find org.apache.felix:maven-obr-plugin

2007-09-24 Thread Rodrigo Madera
Hello all, I am now getting a: [INFO] The plugin 'org.apache.felix:maven-obr-plugin' does not exist or no valid version could be found Failure on all my builds... Does anyone know anything about why this may be happening? Thanks, Rodrigo

Maven-bundle-plugin and obr

2007-12-21 Thread GERODOLLE Anne RD-MAPS-GRE
n exception "no class def found : org/apache/felix/sanfbox/obr/plugin/PathFile" . I would say it did not occur before, although I'm not completely sure. Seeing that exception, I became aware that a repository.xml was being created or updated by "mvn install". I'm surprise

OBR resource uri is wrong...

2008-01-24 Thread Patrick Shea
Unless I don't fully understand, when I deploy my bundle to my maven remote repository, the repository.xml file still refers to the file in my local repository. So when I try to install my bundle through servicemix runtime it gets the repository.xml and tries to get the file from the uri that p

Re: Bundle and OBR plugins

2008-01-29 Thread Stuart McCulloch
On 30/01/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > I've been trying to use these two plugins together but I got the > impression that maven would not let two plugins take over the lifecycle > during the same build. the maven OBR plugin does not specify a lif

Re: Bundle and OBR plugins

2008-01-29 Thread Patrick Shea
The problem with using executions is that it forces you to add the obr plugin to all bundle projects and that could be a lot. For me it's all the same, build bundle, deploy bundle and since there's no point of deploying a bundle to an OBR without being a bundle to start with I think

Re: Bundle and OBR plugins

2008-01-29 Thread Stuart McCulloch
On 30/01/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > The problem with using executions is that it forces you to add the obr > plugin to all bundle projects and that could be a lot. No that's not quite right - you can add this execution to a single parent pom that the ot

Re: Bundle and OBR plugins

2008-01-29 Thread Patrick Shea
be packaged as an osgi bundle and have it's info added to the obr repository. Pretty much what maven does

  1   2   3   4   5   6   >