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

Create OBR repository from command line

2015-12-20 Thread info
My current deployment strategy is as follows: - increase version number in build.gradle file - use SSH gradle plugin to SCP to target - use telnet to uninstall old version and install new version I'm hoping that using a OBR will make it easier. I would like to tell Felix to check if there are p

Re: obr repository, file instead of http-uris with 2.1.0-SNAPSHOT

2010-03-23 Thread Guillaume Nodet
It should be fixed now. You need to rebuild the obr repository to avoid the use of absolute uris. On Tue, Mar 23, 2010 at 11:22, Guillaume Nodet wrote: > Ok, i'll investigate that asap. This is certainly a regression caused by > one of the big refactoring i've done recently. &

Re: obr repository, file instead of http-uris with 2.1.0-SNAPSHOT

2010-03-23 Thread Guillaume Nodet
Ok, i'll investigate that asap. This is certainly a regression caused by one of the big refactoring i've done recently. On Tue, Mar 23, 2010 at 11:17, Reto Bachmann-Gmuer < reto.bachm...@trialox.org> wrote: > Hello > > We're using the maven-bundle-plugin to have a repository.xml on our maven > r

obr repository, file instead of http-uris with 2.1.0-SNAPSHOT

2010-03-23 Thread Reto Bachmann-Gmuer
Hello We're using the maven-bundle-plugin to have a repository.xml on our maven repository, it used to work but now we started having file-uris instead of http-uri in repository.xml. The plugin is configured as follows: org.apache.felix

Re: Possible problem with Maven-bundle-plugin and remote OBR repository and Bundle-RequiredExecutionEnvironment info

2009-07-07 Thread Stuart McCulloch
n-bundle-plugin > vesion 2.0.0 when publishing in a remote OBR repository a component (and > updating the new component information), or related with Apache Felix > Bundle Repository version 1.4.0 during the process of dependencies > resolution, or a mixture of both. > > The prob

Possible problem with Maven-bundle-plugin and remote OBR repository and Bundle-RequiredExecutionEnvironment info

2009-07-07 Thread miguel . oltra
remote OBR repository a component (and updating the new component information), or related with Apache Felix Bundle Repository version 1.4.0 during the process of dependencies resolution, or a mixture of both. The problem seems to appear when a bundle with the Manifest header Bundle

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-09 Thread Kristian Köhler
Hi I added a new patch for this to the jira issue. I used Peters filter implementation with some adjustements. The none-ldap functions didn't worked for me out of the box. The implementation is now part of the bundle repository project. Kristian 2009/3/5 Richard S. Hall > Thanks for creating t

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-06 Thread Stevens Gestin
Hi, It's seems, looking at the code, that it can be done more efficiently ... Tokenizing filter and generating event to a handler will have my preference like a SAX parser. Stevens On Thu, Mar 5, 2009 at 4:19 PM, Richard S. Hall wrote: > Thanks for creating the issue and patch. I commented on t

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-05 Thread Richard S. Hall
Thanks for creating the issue and patch. I commented on the issue, that we really need to see if we can create a new Filter impl specifically for OBR, not for the framework. The framework should not include a filter with non-standard features, in my opinion. In theory, it should be possible to

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-05 Thread Kristian Köhler
Hi I created a jira issue for this ( https://issues.apache.org/jira/browse/FELIX-973) and attached a patch with an additional testcase. I decide to enhance the actual implementation and not to use yours, sorry ;-) The differences are too big i think (interface, time of parsing and exception handl

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-04 Thread Peter Kriens
, Peter Kriens On 3 mrt 2009, at 16:11, Richard S. Hall wrote: The issue is that bindex (which generates the repository.xml file) is using non-standard LDAP operators which are not supported by the OBR implementation. In this case, the "mandatory" directive on your bundle is result

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Kristian Köhler
andatory" directive on your bundle is >>>> resulting in a subset operator, I believe, which is not standard LDAP. >>>> >>>> This is a known issue, although we have no solution for it at present. >>>> >>>> -> richard >>>>

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Peter Kriens
our bundle is resulting in a subset operator, I believe, which is not standard LDAP. This is a known issue, although we have no solution for it at present. -> richard Kristian Köhler wrote: Hi I'm trying to add/install some local jar files to my local OBR repository and then use these j

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Richard S. Hall
ion for it at present. -> richard Kristian Köhler wrote: Hi I'm trying to add/install some local jar files to my local OBR repository and then use these jar-files within felix via the bundle repository. For most of the files this seems to work fine but some files are corrupting my r

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Peter Kriens
ote: Hi I'm trying to add/install some local jar files to my local OBR repository and then use these jar-files within felix via the bundle repository. For most of the files this seems to work fine but some files are corrupting my repository (file). The following 'require' eleme

Re: Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Richard S. Hall
This is a known issue, although we have no solution for it at present. -> richard Kristian Köhler wrote: Hi I'm trying to add/install some local jar files to my local OBR repository and then use these jar-files within felix via the bundle repository. For most of the files this seems to

Exception while using obr repository file generated by the bundleplugin

2009-03-03 Thread Kristian Köhler
Hi I'm trying to add/install some local jar files to my local OBR repository and then use these jar-files within felix via the bundle repository. For most of the files this seems to work fine but some files are corrupting my repository (file). The following 'require' element is g

Re: Setting up an OBR Repository

2007-09-13 Thread David Leangen
Ok, thank you! On Thu, 2007-09-13 at 10:20 +0200, Bart Elen wrote: > Hello David, > > To set up your own bundle repository, you need two things: > - A HTTP-server to host your bundles and the repository file (repository.xml). > - The Bindex tool to generate the repository.xml file: > http://w

Re: Setting up an OBR Repository

2007-09-13 Thread Bart Elen
Hello David, To set up your own bundle repository, you need two things: - A HTTP-server to host your bundles and the repository file (repository.xml). - The Bindex tool to generate the repository.xml file: http://www2.osgi.org/Repository/BIndex The Felix OBR bundle is not able to generate the

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 PROTEC

Re: Public obr repository useable with felix obr

2007-05-14 Thread Richard S. Hall
GERODOLLE Anne RD-MAPS-GRE wrote: Hi everybody, I've just downloaded the felix ready-to-use installation (the one found in the download section). Is there somewhere a repository "equivalent" to the former Oscar repository, which I could use with felix ? The url by default http://oscar-osgi.s

Public obr repository useable with felix obr

2007-05-14 Thread GERODOLLE Anne RD-MAPS-GRE
Hi everybody, I've just downloaded the felix ready-to-use installation (the one found in the download section). Is there somewhere a repository "equivalent" to the former Oscar repository, which I could use with felix ? The url by default http://oscar-osgi.sf.net/obr2/repository.xlm describes o