[jira] Resolved: (CAMEL-2953) camel-blueprint - Should it have a spring.schemas file in jar for local XSD files

2010-07-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved CAMEL-2953. Fix Version/s: (was: Future) Resolution: Working as Designed The camel-bluep

[jira] Created: (CAMEL-2954) camel-mybatis component

2010-07-15 Thread Claus Ibsen (JIRA)
camel-mybatis component --- Key: CAMEL-2954 URL: https://issues.apache.org/activemq/browse/CAMEL-2954 Project: Apache Camel Issue Type: New Feature Reporter: Claus Ibsen Fix For: Future Apache i

Re: svn commit: r964672 - /camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpProxyTest.java

2010-07-15 Thread Claus Ibsen
Hi Willem You can use the URISupport.normalizeUri method to have the URI returned in an ordered way. This ensures that the URI is returned the same regardless how people re-order parameters. http://foo.com?a=1&b=2 http://foo.com?b=2&a=1 Will have it return both the same way (parameters being sor

Re: Missing camel schemas at online website

2010-07-15 Thread Claus Ibsen
Hi In fact camel-spring-integration XSD files is missing at the online site as well. On Fri, Jul 16, 2010 at 7:10 AM, Claus Ibsen wrote: > Hi > > We have an ever growing number of XSD files in the Camel releases now. > > This is whats online > http://camel.apache.org/schema/ > > However there

[jira] Created: (CAMEL-2953) camel-blueprint - Should it have a spring.schemas file in jar for local XSD files

2010-07-15 Thread Claus Ibsen (JIRA)
camel-blueprint - Should it have a spring.schemas file in jar for local XSD files - Key: CAMEL-2953 URL: https://issues.apache.org/activemq/browse/CAMEL-2953 Project: Apa

Missing camel schemas at online website

2010-07-15 Thread Claus Ibsen
Hi We have an ever growing number of XSD files in the Camel releases now. This is whats online http://camel.apache.org/schema/ However there is a couple missing - camel-blueprint - camel-web The existing rest at http://camel.apache.org/schema/ is @deprecated and replaced with camel-web And like

[ANNOUNCE] Apache Camel 2.4.0 Release

2010-07-15 Thread Hadrian Zbarcea
The Apache Camel project [1] celebrates the new 2.4.0 release [2]. This release comes a bit earlier than the usual once a quarter release, but the quantity and quality of the issues resolved surely prompted it, most notably the async support, osgi related improvements and the move to spring 3.0.

Re: Suggestion for improvement

2010-07-15 Thread davsclaus
This is easy already, just use 2 routes Or if you want use request/reply over JMS and use 1 route. It's up to you. And check this wiki page about the need to be a subscriber to have your posts send to the mailinglist http://camel.apache.org/discussion-forums.html -- View this message in contex

[jira] Resolved: (CAMEL-2938) Wiki web page of dataset is not up to date http://camel.apache.org/dataset.html

2010-07-15 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-2938. Resolution: Fixed > Wiki web page of dataset is not up to date > http://camel.apache.o

[RESULT][VOTE] Release Apache Camel 2.4.0

2010-07-15 Thread Hadrian Zbarcea
The vote passes with: [6] +1 - binding votes (janstey, cibsen, jstrachan, ningjiang, wtam, hadrian) [6] +1 - non-binding votes [0] -1 I will promote the artifacts to the central repo. Many thanks to all who took the time to test this release and vote. Actually special thanks go to those who gave

Re: Re: [VOTE] Release Apache Camel 2.4.0

2010-07-15 Thread Jaco van Tonder
+1 (non binding) On Mon, 2010-07-12 at 11:27 -0400, Hadrian Zbarcea wrote: > A new release apache-camel-2.4.0 is out with approximately 181 issues > resolved: new features, improvements and bug fixes. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/or

[jira] Commented: (CAMEL-2952) camel-ftp - Support polling from MVS file system

2010-07-15 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60677#action_60677 ] Claus Ibsen commented on CAMEL-2952: See nabble http://camel.465427.n5.nabble.com/FTP-on-

[jira] Created: (CAMEL-2952) camel-ftp - Support polling from MVS file system

2010-07-15 Thread Claus Ibsen (JIRA)
camel-ftp - Support polling from MVS file system Key: CAMEL-2952 URL: https://issues.apache.org/activemq/browse/CAMEL-2952 Project: Apache Camel Issue Type: Bug Components: camel-ftp