+1 For installing the camel-disruptor feature you would need to tweak the jre.properties of Karaf as this component relies on the package "sun.misc" being exported, that's this feature only works on a Sun/Oracle JRE). See this old commit for the details:
https://github.com/apache/camel/commit/f4ac2a5e143be585d1a6621139ceb8399bf1a52f Regarding camel-stomp, changing the entries of the Karaf etc/jre.properties from: javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial, \ to: javax.transaction, \ javax.transaction.xa, \ would make camel-stomp feature to be properly installed as well, however not really sure if there's any better way for this. Babak Christian Mueller wrote > + 0,5 > > - the signatures are valid > - the manual looks good > - the distribution contains all the new components > > However, I couldn't install the new camel-disruptor component in Apache > Karaf [1]. The same for the new camel-stomp component [2]. > > [1] https://issues.apache.org/jira/browse/CAMEL-6713 > [2] https://issues.apache.org/jira/browse/CAMEL-6714 > > 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 > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > > On Thu, Sep 5, 2013 at 8:50 AM, Willem Jiang < > willem.jiang@ > > wrote: > >> After 5 month of development, we have a new minor release candidate >> apache-camel-2.12.0 ready. >> It comes with 350 issues resolved: new features, improvements and bug >> fixes[1] >> . You can find the release notes here [2]. >> >> The issues we found in Camel 2.12.0 (RC1), such as including camel-core >> test jar and salesforce component regression. were all fixed. >> >> Please find the staging repo here: >> https://repository.apache.org/content/repositories/orgapachecamel-011/ >> >> The tarballs are here >> >> https://repository.apache.org/content/repositories/orgapachecamel-011/org/apache/camel/apache-camel/2.12.0/ >> >> Tag: >> >> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=127b8654d5cf99bb8b3b579a23656b238658e366 >> >> Please review, help out with testing and vote to approve this release >> binary. Please mention what you tested to prevent duplicate work. Your >> vote >> counts! >> >> [ ] +1 Release the binary as Apache Camel 2.12.0 >> [ ] -1 Veto the release (provide specific comments) >> Vote is open for at least 72 hours. >> >> >> [1] >> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20fixVersion%20%3D%20%222.12.0%22 >> [2] >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323968&projectId=12311211 >> >> >> >> Thanks in advance, >> >> 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 >> -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-12-0-RC2-tp5738726p5738858.html Sent from the Camel Development mailing list archive at Nabble.com.