Claus, Both built fine for me (with the exception of some checkstyle in jmxconnect which I planned on fixing today), so I thought that people could try them out and if they're interesting enough they will get the necessary traction. They are less likely to try them out from the sandbox, I think. However, with your move to the sandbox there were no urgent fixes for the release anymore.
Thanks Hadrian On May 22, 2010, at 2:16 AM, Claus Ibsen wrote: > Hi Hadrian > > The two components: jmxconnect and ode are still in development and > are not ready to be included in the dist kit / or published in maven > central repo. > > jmxconnect should most likely be moved to sandbox. However when we > moved others there a long time ago, Bruce Synder wanted to contribute > to the jmxconnect but he never got around working on it. So in light > of this I think we can move it to the sandbox now. > > The camel-ode may gain attraction after 2.3 release as some users have > asked about BPEL support from Camel. > > > On Fri, May 21, 2010 at 8:26 PM, <[email protected]> wrote: >> Author: hadrian >> Date: Fri May 21 18:26:15 2010 >> New Revision: 947117 >> >> URL: http://svn.apache.org/viewvc?rev=947117&view=rev >> Log: >> More pom fixes in preparation of release >> >> Modified: >> camel/trunk/components/pom.xml >> >> Modified: camel/trunk/components/pom.xml >> URL: >> http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=947117&r1=947116&r2=947117&view=diff >> ============================================================================== >> --- camel/trunk/components/pom.xml (original) >> +++ camel/trunk/components/pom.xml Fri May 21 18:26:15 2010 >> @@ -30,7 +30,6 @@ >> <packaging>pom</packaging> >> >> <modules> >> - <!--<module>camel-jmxconnect</module>--> >> <module>camel-amqp</module> >> <module>camel-atom</module> >> <module>camel-bam</module> >> @@ -67,6 +66,7 @@ >> <module>camel-jetty</module> >> <module>camel-jing</module> >> <module>camel-jms</module> >> + <module>camel-jmxconnect</module> >> <module>camel-josql</module> >> <module>camel-jcr</module> >> <module>camel-jpa</module> >> @@ -81,6 +81,7 @@ >> <module>camel-mvel</module> >> <module>camel-netty</module> >> <module>camel-nagios</module> >> + <module>camel-ode</module> >> <module>camel-ognl</module> >> <module>camel-osgi</module> >> <module>camel-printer</module> >> >> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus
