Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Andreas Pieber
cheater :P but as long as it works... well better than nothing. kind regards, Andreas On Tue, Jan 22, 2013 at 8:50 AM, Achim Nierbeck wrote: > oops > > though some good news for the ASM stuff, I was able to create a workaround > for Pax-Web. A fragment Bundle attached to xbean binds the ver

Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Achim Nierbeck
oops though some good news for the ASM stuff, I was able to create a workaround for Pax-Web. A fragment Bundle attached to xbean binds the version to [3.1, 4.0). Now Pax-Web 3.0.0.M2 will be usable with Karaf 3.0 again :-) regards, Achim 2013/1/22 Andreas Pieber > Outsch, I just set the

Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Andreas Pieber
Outsch, I just set the release date of Karaf 3 in my private Calendar to 2014... :-) Kind regards, Andreas On Mon, Jan 21, 2013 at 6:11 PM, Achim Nierbeck wrote: > looks like this issue at xbean is going to block aries and pax-web > https://issues.apache.org/jira/browse/XBEAN-230 > > regards, Ac

Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Achim Nierbeck
looks like this issue at xbean is going to block aries and pax-web https://issues.apache.org/jira/browse/XBEAN-230 regards, Achim 2013/1/21 Achim Nierbeck > hmm, interesting. > Aries Annotations won't work with this either ... > > regards, Achim > > > 2013/1/21 j...@nanthrax.net > > It was a

Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Achim Nierbeck
hmm, interesting. Aries Annotations won't work with this either ... regards, Achim 2013/1/21 j...@nanthrax.net > It was a requirement for Aries Proxy update. > > Regards > JB > > -- > Jean-Baptiste Onofré > jbono...@apache.org > http://blog.nanthrax.net > Talend - http://wwx.talend.com > > ---

Re: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread j...@nanthrax.net
It was a requirement for Aries Proxy update. Regards JB -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://wwx.talend.com - Reply message - From: "Achim Nierbeck" To: Subject: Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why? Date: Mon, Jan

Re: svn commit: r1436343 - in /karaf/branches/karaf-2.2.x/deployer: blueprint/src/main/java/org/apache/karaf/deployer/blueprint/ features/src/main/java/org/apache/karaf/deployer/features/ spring/src/m

2013-01-21 Thread Guillaume Nodet
You're obviously right. I'll move it to the utils module and use an inlined package in the 3 bundles. On Mon, Jan 21, 2013 at 5:00 PM, Andreas Pieber wrote: > just my 0.02€ but maybe we don't want to duplicate the same code thrice? > :-) > > Kind regards, > Andreas > > On Mon, Jan 21, 2013 at

Re: svn commit: r1436343 - in /karaf/branches/karaf-2.2.x/deployer: blueprint/src/main/java/org/apache/karaf/deployer/blueprint/ features/src/main/java/org/apache/karaf/deployer/features/ spring/src/m

2013-01-21 Thread Andreas Pieber
just my 0.02€ but maybe we don't want to duplicate the same code thrice? :-) Kind regards, Andreas On Mon, Jan 21, 2013 at 2:41 PM, wrote: > Author: gnodet > Date: Mon Jan 21 13:41:10 2013 > New Revision: 1436343 > > URL: http://svn.apache.org/viewvc?rev=1436343&view=rev > Log: > [KARAF-2134] D

Re: Apache Karaf 2.3 - And spring in the out of the box features files

2013-01-21 Thread Guillaume Nodet
Fwiw, it causes CXF not to install anymore on 2.3.1-SNAPSHOT because it's looking for a spring31 feature. On Thu, Jan 10, 2013 at 9:25 AM, Claus Ibsen wrote: > On Sat, Jan 5, 2013 at 12:25 PM, Freeman Fang > wrote: > > Hi Claus, > > > > I'm +1 for this change, could you please file a jira to t

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Guillaume Nodet
I've raised and fixed KARAF-2134 for this issue. On Mon, Jan 21, 2013 at 12:13 PM, Charles Moulliard wrote: > You better know than me this part of the code. So you can go. > > > On Mon, Jan 21, 2013 at 12:10 PM, Guillaume Nodet > wrote: > > > Right, so it's really the FeaturesDeployer class whi

Karaf 2.3.x and Karaf 3.0.x support ASM in Version 4.1, why?

2013-01-21 Thread Achim Nierbeck
Hi guys, anyone know why we moved to version 4.1 of ASM in Karaf 2.3 and 3.0? Cause this is an issue for Pax-Web right now (at least if working with xbean-finder) and surely will also be an issue for Aries Annotation support. To my knowledge the Aries Annotation scanner also uses xbean-finder in v

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Charles Moulliard
You better know than me this part of the code. So you can go. On Mon, Jan 21, 2013 at 12:10 PM, Guillaume Nodet wrote: > Right, so it's really the FeaturesDeployer class which does not support mvn > urls well. > I can have a look at it if you want. > > > On Mon, Jan 21, 2013 at 12:08 PM, Charle

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Guillaume Nodet
Right, so it's really the FeaturesDeployer class which does not support mvn urls well. I can have a look at it if you want. On Mon, Jan 21, 2013 at 12:08 PM, Charles Moulliard wrote: > Nevertheless the camel-example-sql bundle content which has been deployed > on karaf 2.3 is not correct. Here i

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Charles Moulliard
Nevertheless the camel-example-sql bundle content which has been deployed on karaf 2.3 is not correct. Here is what I see from the bundle in the cache : RedHat-MacBook:target chmoulli$ cd ~/MyApplications/apache-karaf-2.3.0/data/cache/bundle99/version0.0/ RedHat-MacBook:version0.0 chmoulli$ jar -t

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Charles Moulliard
Content of the jar created by camel example sql is correct RedHat-MacBook:target chmoulli$ jar -tf camel-example-sql-2.11-SNAPSHOT.jar META-INF/MANIFEST.MF META-INF/ META-INF/DEPENDENCIES META-INF/LICENSE META-INF/LICENSE.txt META-INF/NOTICE META-INF/NOTICE.txt META-INF/maven/ META-INF/maven/org.a

Re: Bundle.findEntries issue with Features deployment

2013-01-21 Thread Guillaume Nodet
I think the problem is in the generated bundle, which I suppose create a wrong jar. Can you run a jar -tf on the generated bundle ? On Mon, Jan 21, 2013 at 11:35 AM, Charles Moulliard wrote: > Hi, > > For a reason that I don't know, when I try to deploy a bundle containing a > feature file, the

Bundle.findEntries issue with Features deployment

2013-01-21 Thread Charles Moulliard
Hi, For a reason that I don't know, when I try to deploy a bundle containing a feature file, the process does not succeed Command used install -s feature:mvn:org.apache.camel/camel-example-sql/2.11-SNAPSHOT Bundle contains the features file here under META-INF/org.apache.karaf.shell.features/f

Issues with Attachments: week of 2013-01-21

2013-01-21 Thread jb
KARAF - Monday, January 21, 2013 9 Issues with Attachments (sorted oldest to newest) [KARAF-1563] Support clean-all & clean-cache directly in karaf main jar - Created: 2012-06-19 - Updated: 2013-01-16 - Type: Improvement - Fix Versions: [2.4.0, 3.0.0.RC1]