Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jürgen Kindler
P.S.: I've configured Karaf to use Equinox, not Felix. Cheers Juergen -- Jürgen Kindler

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Guillaume Nodet
Can you give the output of osgi:headers for the easyb bundle once installed manually ? FileInstall only installs correct jars and r4 compatible bundle. This means that the MANIFEST.MF has to be the first or second entry in the jar (eventually after META-INF/ ) On Thu, Jan 6, 2011 at 13:09,

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jürgen Kindler
Hi Guillaume, I'm currently checking the consistency of the jar. Anyway after installing, it looks like this (so the jar cannot be completely broken): ka...@root list START LEVEL 100 , List Threshold: 50 ID State Blueprint Level Name [ 32] [Active ] [] [

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jürgen Kindler
I've checked the jar now as well: jar -tf easyb-0.9.8.jar META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org.easyb.plugin.SyntaxExtension org/ org/easyb/ org/easyb/ant/ org/easyb/ant/AbstractJavaTask.class org/easyb/ant/AbstractStoryTask.class

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jürgen Kindler
X'-( Seems like the archive was broken anyway ... I re-jar'd it and now it works ':-) (phew) -- Jürgen Kindler

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jean-Baptiste Onofré
Hi Jürgen, I got the same issue: - the jar resulting to felix maven plugin was fine - the maven assembly plugin corrupt the jar during copy goal I have updated to the latest assembly plugin version. Maybe you have the same behavior ? Regards JB On 01/06/2011 02:52 PM, Jürgen Kindler wrote:

Re: Problems with Karaf hotdeploy

2011-01-06 Thread Jürgen Kindler
JB, no... I guess in my case the problem is called muCommander :-( I added the metadata manually by replacing the manifest directly inside muCommander. Usually this works fine On 1/6/11 14:54, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Jürgen, I got the same issue: - the jar resulting to