RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-17 Thread Willem Jiang
/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 17, 2014 at 5:12:19 PM, nono (yan.w...@db-is.com) wrote: > > on my karaf > list|grep cxf , show below, which is higher than 2.6. so i dont > need > META-INF.cxf anymore? > camel-cxf-transport (2.9.0.fuse-7

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-17 Thread nono
on my karaf list|grep cxf , show below, which is higher than 2.6. so i dont need META-INF.cxf anymore? camel-cxf-transport (2.9.0.fuse-70-084) camel-cxf (2.9.0.fuse-70-084) -- View this message in context: http://camel.465427.n5.nabble.com/what-does-META-INF-cxf-mean-in-import-package-of

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-16 Thread Willem Jiang
You to need to specify package import of "META-INF.cxf” if you use CXF 2.6.x. CXF bus can look up the files itself since then. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-16 Thread Siano, Stephan
s.com] Sent: Samstag, 15. Februar 2014 21:05 To: users@camel.apache.org Subject: what does META-INF.cxf mean? in import-package of osgi com.microsoft.sqlserver.jdbc, META-INF.cxf, * does it mean under META-INF, there is a file called cxf which defined imp

what does META-INF.cxf mean? in import-package of osgi

2014-02-15 Thread nono
com.microsoft.sqlserver.jdbc, META-INF.cxf, * does it mean under META-INF, there is a file called cxf which defined imported packages? Any hints? -- View this message in context: http://camel.465427.n5.nabble.com/what-does-META-INF-cxf-mean-in

Re: META-INF.cxf

2011-11-15 Thread Gnanaguru S
Hi Williem. I failed to notice. I can see the version when i do features list. Thanks again. Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/META-INF-cxf-tp4974554p4993775.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: META-INF.cxf

2011-11-15 Thread Gnanaguru S
Hi Willem, Can you help out in finding the version of camel in servicemix. Is there any command for it ? Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/META-INF-cxf-tp4974554p4993764.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: META-INF.cxf

2011-11-14 Thread Willem Jiang
Can you check which version of camel that your servicemix is installed ? You can use that version of camel-example-cxf-blueprint instead of the one of Camel 2.9.0. As Camel 2.9.0 is not released yet, I don't think you can deploy that bundle into any version of ServiceMix. On 11/14/11 11:41 PM

Re: META-INF.cxf

2011-11-14 Thread Gnanaguru S
Hi Raul, It was installed. Just verified it. Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/META-INF-cxf-tp4974554p4993465.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: META-INF.cxf

2011-11-14 Thread Raul Kripalani
Have you installed the camel feature? Could you run the following command "features:list -i | grep camel" on the Karaf shell? Thanks, Raúl. On 14 November 2011 15:41, Gnanaguru S wrote: > > Hi , > > I was successull in building now. But servicemix returns this issue while > deploying. > > karaf@

Re: META-INF.cxf

2011-11-14 Thread Gnanaguru S
Hi , I was successull in building now. But servicemix returns this issue while deploying. karaf@root> osgi:install -s mvn:org.apache.camel/camel-example-cxf-blueprint Error executing command: Unresolved constraint in bundle camel-example-cxf-blueprint [215]: Unable to resolve 215.0: missing requ

Re: META-INF.cxf

2011-11-11 Thread Christian Müller
Hello Guru! I think Ashwin catch it. Could you check this? Best, Christian On Thu, Nov 10, 2011 at 10:47 PM, Gnanaguru S < gnanaguru.sattanat...@wipro.com> wrote: > > Hi Chris, > > Thanks for your elaborate mail on this. I will enhance the way i ask > questions. ( I directly post on forum usin

Re: META-INF.cxf

2011-11-10 Thread Gnanaguru S
Hi Chris, Thanks for your elaborate mail on this. I will enhance the way i ask questions. ( I directly post on forum using the website following the previous posts ?. I will try to post this other way also to resolve this ). I downloaded camel package from camel website. There is a example calle

Re: META-INF.cxf

2011-11-09 Thread Ashwin Karpe
Hi, You need to check for 3 things a> Does your maven bundle plugin import META-INF.cxf ? b> Does your bundle plugin have the following ? org.apache.cxf.bundle c> Do you have the cxf-osgi & camel-cxf bundles deployed ? The cxf bundle is deployed by cx

Re: META-INF.cxf

2011-11-09 Thread Christian Müller
Hello Guru! I read some of your mails, including this one. I think you should have first a look at [1] before you ask further questions... What do expect from anyone with this very minimal information? We are not "Guru's" and know anything you didn't provide an information. We may have better exp

Re: META-INF.cxf

2011-11-09 Thread Gnanaguru S
Hi I am using camel 2.8.0 . Bundle state is Active & Failed ! Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/META-INF-cxf-tp4974554p4977550.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: META-INF.cxf

2011-11-09 Thread Willem Jiang
Which version of Camel are you using ? Can you check the cxf bundle states ? On Wed Nov 9 14:15:34 2011, Gnanaguru S wrote: I am trying to deploy a camel example. facing this issue. ( the bundle was active but failed) 11:43:53,714 | ERROR | xtenderThread-19 | ContextLoaderListener

Re: META-INF.cxf

2011-11-08 Thread Gnanaguru S
I am trying to deploy a camel example. facing this issue. ( the bundle was active but failed) 11:43:53,714 | ERROR | xtenderThread-19 | ContextLoaderListener| ? ? | 85 - org.springframework.osgi.extender - 1.2.1 | Application context refresh failed (OsgiBundleXmlAppli cationContext

Re: META-INF.cxf

2011-11-08 Thread Charles Moulliard
META-INF.cxf is a directory of the bundle cxf containing shema definition of the beans, ... Have you installed cxf and camel-cxf features ? On Tue, Nov 8, 2011 at 4:25 PM, Gnanaguru S wrote: > > Hi > > We are trying to create a new cxf-camel example. After generating the jar > a

Re: META-INF.cxf

2011-11-08 Thread Willem Jiang
requirement [225.0] package; (*package=META-INF.cxf)* at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3455)[org.apache.felix.framework-3.0.9-fuse-01-08.jar:] at org.apache.felix.framework.Felix.startBundle(Felix.java:1728)[org.apache.felix.framework-3.0.9-fuse-01-08.jar

META-INF.cxf

2011-11-08 Thread Gnanaguru S
executing command org.osgi.framework.BundleException: Unresolved constraint in bundle coefusewsdl [225]: Unable to resolve 225.0: missing requirement [225.0] package; (*package=META-INF.cxf)* at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3455)[org.apache.felix.framework-3.0.9