Re: git commit: CAMEL-7297 Add remote querying feature to camel-infinispan component

2014-03-17 Thread Babak Vahdat
Hi I guess after 7.0.0.Final is out, life should become a bit easier with all this when running inside Karaf/OSGi: http://blog.infinispan.org/2014/03/hotrod-client-in-osgi.html Babak -- View this message in context: http://camel.465427.n5.nabble.com/Re-git-commit-CAMEL-7297-Add-remote

Re: git commit: CAMEL-7297 Add remote querying feature to camel-infinispan component

2014-03-16 Thread Willem Jiang
Hi Bilgin, We use karaf validation maven plugin to help us to validate the feature. You can try it by using “mvn clean install -Pvalidate”  in the feature directory. I suggest you create a branch of CAMEL-7297 to keep you work there, once the feature is OK, you can merge the patch back. -- W

Re: git commit: CAMEL-7297 Add remote querying feature to camel-infinispan component

2014-03-16 Thread Bilgin Ibryam
Thanks for the headsup Willem. I've updated the features file. It looks like query infinispan-query artifact depends on hibernate-hql-lucene/1.0.0.Alpha6 hibernate-hql-parser/1.0.0.Alpha6 and that will be a problem for the upcoming release. Is there a workaround we can do, or I have to revert my

Re: git commit: CAMEL-7297 Add remote querying feature to camel-infinispan component

2014-03-16 Thread Willem Jiang
Hi Bilgin, I found your patch just introduced the dependency of infinispan-query and we need to updated the camel-infinispan feature for it. I’m not sure if the hibernate search is OSGi bundle, if not it could be blocker for us to release camel-2.13.0. -- Willem Jiang Red Hat, Inc. Web: ht