Noob Question [message #931791] |
Wed, 03 October 2012 10:29  |
Eclipse User |
|
|
|
Hi there,
Trying to use the repo admin service, from the gogo command shell. Thinking that I need to add my OBR xml descriptor. When trying to run;-
osgi> repos add /home/seth/.m2/repository/repository.xml
No repository admin service available
Do I need to start this service first or something. Running Virgo 3.5 on 64bit Linux.
Many thanks in advance,
Seth
|
|
|
|
|
|
Re: Noob Question [message #939207 is a reply to message #936965] |
Wed, 10 October 2012 10:26   |
Eclipse User |
|
|
|
Ok, now seen that pars aren't going to cut it for us. We're producing crazy length dependency chains (think up to 6 levels deep), and these need to be managed. PARs are not guaranteed to deploy in the order of their contents, and with this in mind, we need to move to plans.
Anyway, the next problem is that we will have hundreds of necessary jars for our application, all nicely installed in our Maven repo, but without a mechanism for gathering and deploying them (when using plans).
What I really want is a hibred of plans and pars.
par to gather + deploy
and
plan to tell the server which order to load the resources in
Is there such a thing? I've seen in the docs, that I can use plans to deploy pars, but this doesn't solve the problem of pars not deploying in order.
Has anyone else handled this problem in a clean and elegant way?
|
|
|
|
|
|
|
Re: Noob Question [message #941288 is a reply to message #941276] |
Fri, 12 October 2012 07:18  |
Eclipse User |
|
|
|
Interesting. We're using blueprint, but we still need to deploy the dependencies of a bundle before deploying the bundle itself - otherwise it fails to deploy.
In a similar fashion, we're separating (in different bundles) our interfaces from the implementation, in an attempt to decouple, and ease re-release. With this in mind, again, we need to deploy the interface, before the implementation.
I'm a little confused how using blueprint, solves these problems, or are we speaking at cross-purposes?
|
|
|
Powered by
FUDForum. Page generated in 0.07406 seconds