bug in mvn 2.0.9 and felix plugin?

2008-10-03 Thread Marina Vatkina
I'm observing a different behavior of the felix plugin between maven 2.0.7 and 2.0.9 in generating manifest file entries when embedding dependency from one jar into another. The contents of the jar stays the same. With maven 2.0.7 the following configuration correctly adds javax.xml.rpc.handle

Re: Prevent modification of MANIFEST by maven Felix

2008-10-03 Thread Peter Kriens
You can do -removeheaders. This allows you to remove any header. You can also say -noextraheaders. This will refrain bnd from adding any headers except in the input. See http://www.aQute.biz/Code/Bnd Bnd is extremely careful not to update the jar unless there is a resource in it that was ch

Re: Felix, Knopflerfish or Equinox?

2008-10-03 Thread Richard S. Hall
chihi asma wrote: Hi every body, I have to integrate an OSGi framework into a gateway, so I have to chose one between Felix, Knopflerfish and Equinox. As it seems, Eqiunox is the most suitable (less memory and CPU consumption and it implements all the specification 4) Can any one help me by tel

Re: Felix, Knopflerfish or Equinox?

2008-10-03 Thread Youssef
chihi asma wrote: Hi every body, I have to integrate an OSGi framework into a gateway, so I have to chose one between Felix, Knopflerfish and Equinox. As it seems, Eqiunox is the most suitable (less memory and CPU consumption and it implements all the specification 4) Can any one help me by tel

Felix, Knopflerfish or Equinox?

2008-10-03 Thread chihi asma
Hi every body, I have to integrate an OSGi framework into a gateway, so I have to chose one between Felix, Knopflerfish and Equinox. As it seems, Eqiunox is the most suitable (less memory and CPU consumption and it implements all the specification 4) Can any one help me by telling me how to c