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 <[email protected]> wrote: > 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 < > [email protected]> wrote: > >> 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: >> >> <pluginManagement> >> <plugins> >> <plugin> >> <groupId>org.apache.felix</groupId> >> <artifactId>maven-bundle-plugin</artifactId> >> <version>2.1.0-SNAPSHOT</version> >> <executions> >> <execution> >> <id>update-remote-obr</id> >> <phase>deploy</phase> >> <goals> >> <goal>deploy</goal> >> </goals> >> <configuration> >> <remoteOBR>trialox</remoteOBR> >> </configuration> >> </execution> >> </executions> >> </plugin> >> </plugins> >> </pluginManagement> >> >> using version 2.0.1 things work. >> >> Cheers, >> reto >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com

