Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-26 Thread Christoph Emmersberger
Thanks Willem for your reply. I pushed your answer back on the original thread covering the camel-extra release process: http://camel-extra.1091541.n5.nabble.com/Camel-Extra-2-11-1-release-td21i20.html#a48 Kind regards, Christoph On Sep 25, 2013, at 6:02 AM, Willem jiang wrote: > Hi, > > T

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-24 Thread Willem jiang
Hi, The wrap bundle doesn't work as you want. You can need to apply the customer OSGi meta inform to control the import and export packages yourself to workaround the issue. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blo

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-24 Thread Christoph Emmersberger
Some more progress, ... Current feature config: camel wrap:mvn:javax.mail/mail/1.4 wrap:mvn:javax.servlet/servlet-api/2.4 wrap:mvn:commons-codec/commons-codec/1.3 wrap:mvn:jdom/jdom/1.0 wrap:mvn:javax.servlet/jsp-api/2.0 wrap:mvn:commons-jxpath/commons-jxp

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-24 Thread Christian Müller
May be add wrap:mvn:com.mysema.querydsl/querydsl-annotations/0.2.8 Hope this helps... Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.o

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-24 Thread Christoph Emmersberger
Dear all, I also made some progress, but it seems that there is still something missing. The feature config looks now like: camel mvn:org.springframework/spring-expression/3.1.4.RELEASE mvn:org.springframework/spring-asm/3.1.4.RELEASE mvn:org.springframework/spring-co

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-24 Thread Christoph Emmersberger
Yes, this was exactly what I encountered. I just had the feeling, that I might not want to include all those dependencies to get the component started. Of course, upgrading might help. As far as I've seen, there are already some changes towards proper OSGi bundle build in some new dependency ver

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-22 Thread Christian Müller
Didn't found enough time to finish this task. The dependency tree is huge: spring-data-neo4j-rest cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Spring Data Neo4j - Rest Binding 2.

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-21 Thread Christian Müller
I made some progress, but still need some more time... Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html htt

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-20 Thread Christoph Emmersberger
Just as an additional starting point: Claus mentioned the Spring Data dependencies in this thread: http://camel.465427.n5.nabble.com/DISCUSS-Rename-camel-redis-and-camel-neo4j-to-include-spring-in-their-name-td5728870.html - Christoph On Sep 20, 2013, at 8:28 AM, Christian Müller wrote: > Wi

Re: Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-19 Thread Christian Müller
Will have a look at the weekend. Best, Christian Am 20.09.2013 07:57 schrieb "Christoph Emmersberger" < cemme...@googlemail.com>: > Dear all, > > I'm currently facing some issues when installing the 'camel-spring-neo4j' > component, currently available as 2.11-SNAPSHOT version. I've seen, that >

Feature installation of 'camel-extra' component 'camel-spring-neo4j'

2013-09-19 Thread Christoph Emmersberger
Dear all, I'm currently facing some issues when installing the 'camel-spring-neo4j' component, currently available as 2.11-SNAPSHOT version. I've seen, that the feature is incomplete, and wanted to fix this. However, it turns out, when resolving one dependency, the next pulls. So my basic ques