Well, realized that camel-spring-redis feature get introduced since camel 2.11.0, but Servicemix 4.5.1 by default use camel 2.10.4 which don't have camel-spring-redis feature.
So you can play with Servicemix 5.0.0 SNAPSHOT kit [1]which already use Camel 2.11.0 [1]https://repository.apache.org/content/groups/snapshots-group/org/apache/servicemix/apache-servicemix/5.0.0-SNAPSHOT/ ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 www.camelone.org : The open source integration conference: On 2013-5-14, at 下午4:13, Freeman Fang wrote: > From Servicemix console, you should use > > features:install camel-spring-redis > > to install camel-spring-redis feature > ------------- > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > Web: http://fusesource.com | http://www.redhat.com/ > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > http://blog.sina.com.cn/u/1473905042 > weibo: @Freeman小屋 > > www.camelone.org : The open source integration conference: > > On 2013-5-14, at 下午4:00, wangyan wrote: > >> Thank you for your reply! >> >> I did not find the infomation about spring-redis, >> I also try to use: >> <dependency> >> <groupId>org.apache.camel</groupId> >> <artifactId>spring-redis</artifactId> >> <version>???</version> >> </dependency> >> Jar packets will be download to the local warehouse, >> The result is still: >> >> Resource >> Path >> Location >> Type >> Missing >> artifact >> org.apache.camel:spring-redis:jar:2.11.0 >> >> No spring-redis >> feature my servicemix, >> The use of >> features:list | grep spring-redis and osgi:list| | grep >> spring-redis >> Could not find any >> infomation. >> 王 岩 >> 移动应用事业部 >> 北京超图软件股份有限公司 >> 地址:北京市朝阳区酒仙桥北路甲10号院201号楼E门3层 >> 邮编:100015 >> 手机:15726687191 >> 邮箱:[email protected] >> >> From: Willem jiang >> Date: 2013-05-14 15:34 >> To: user >> Subject: Re: can't install camel-spring-redis in servicemix4.5.1 >> The protocol name should be spring-redis instead of camel-spring-redis. >> BTW, did you install the spring-redis related jars into service mix? >> >> >> -- >> Willem Jiang >> >> Red Hat, Inc. >> FuseSource is now part of Red Hat >> Web: http://www.fusesource.com | http://www.redhat.com >> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) >> (English) >> http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) >> Twitter: willemjiang >> Weibo: 姜宁willem >> >> >> Sent with Sparrow (http://www.sparrowmailapp.com/?sig) >> >> >> On Tuesday, May 14, 2013 at 3:15 PM, wangyan wrote: >> >> > >> > Hi~ >> > I tried to install camel-spring-redis in servicemix4.5.1, >> > I try to use: >> > > > >> > > > <dependency> >> > > > >> > > > > >> > > > > <groupId>org.apache.camel<\/groupId> >> > > > > >> > > > > >> > > > > <artifactId>camel-spring-redis<\/artifactId> >> > > > > >> > > > > >> > > > > <version>2.11.0<\/version> >> > > > >> > > > >> > > > </dependency> >> > >> > >> > But,I get is: >> > >> > >> > Resource Path Location Type Missing artifact >> > org.apache.camel:camel-spring-redis:jar:2.11.0 >> > >> > >> > >> > >> > use commons(osgi:install camel-spring-redis ) get message: >> > >> > >> > java.net.MalformedURLException: no protocol: camel-spring-redis >> > >> > >> > What is the reason? >> > >> > >> > Thanks! >> > >> > >> > >> > 王 岩 >> > 移动应用事业部 >> > 北京超图软件股份有限公司 >> > 地址:北京市朝阳区酒仙桥北路甲10号院201号楼E门3层 >> > 邮编:100015 >> > 手机:15726687191 >> > 邮箱:[email protected] (mailto:[email protected]) >> >> >> >
