Karaf Gang,

i know there has been some work done regarding Pax Exam using a configured
Karaf platform. (or even the off-the-shelves one).

Now i am very tempted to implement something like this:

@Configuration

public void Option[] configure() {

   return options(

                  *configureKaraf*("mvn:com.mycompany/karaf-container/1.0"),
// any other pointer that resolves to a karaf instance, could also be a
folder on local disk or zipped assembly

                  // other stuff..

                  profile("mvn:com.mycompany/extra-core/1.0")

             );

}

Questions:
1. Does that reflect a valid Karaf usecase ?
2. Is that something that maybe already has been done/started with somewhere
?

Thanks & Cheers,
Toni

-- 
*Toni Menzel - http://www.okidokiteam.com*
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to