svn commit: r1443858 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/bean/BeanInfo.java test/java/org/apache/camel/component/bean/CamelSimpleExpressionPerfTestRunner.java

2013-02-07 Thread ningjiang
Author: ningjiang Date: Fri Feb 8 07:27:11 2013 New Revision: 1443858 URL: http://svn.apache.org/r1443858 Log: CAMEL-6043 Added a cache for the BeanInfo Added: camel/trunk/camel-core/src/test/java/org/apache/camel/component/bean/CamelSimpleExpressionPerfTestRunner.java Modified: camel/

svn commit: r1443833 - in /camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv: BindyCVSFieldEndingWithSeparatorIssueTest.java MyCsvRecord.java Record.java

2013-02-07 Thread ningjiang
Author: ningjiang Date: Fri Feb 8 03:15:38 2013 New Revision: 1443833 URL: http://svn.apache.org/r1443833 Log: CAMEL-6041 Try to fix the build on CI Added: camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/MyCsvRecord.java - copied, changed from r1

[CONF] Apache Camel > Redis

2013-02-07 Thread confluence
Redis Page edited by Bilgin Ibryam Changes (2) ... |channels| {{SET}} | Consumer | List of topic names or name patterns to subscibe to. | |redi

[CONF] Apache Camel > Camel 2.11.0 Release

2013-02-07 Thread confluence
Camel 2.11.0 Release Page edited by Bilgin Ibryam Changes (2) ... * {{[camel-urlrewrite|UrlRewrite]}} - for bridging http endpoints and using t

[CONF] Apache Camel > Redis

2013-02-07 Thread confluence
Redis Page added by Bilgin Ibryam Redis Component *Available as of Camel 2.11 This component allows sending and receiving messages from Redis. Redis is advanced key-value store where keys can contain strings, hashes, lists, sets and sorted s

svn commit: r1443751 - /camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java

2013-02-07 Thread bvahdat
Author: bvahdat Date: Thu Feb 7 22:02:21 2013 New Revision: 1443751 URL: http://svn.apache.org/r1443751 Log: Polished the PackageMojo implementation a bit. Modified: camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java Modifi

svn commit: r1443749 - /camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java

2013-02-07 Thread bvahdat
Author: bvahdat Date: Thu Feb 7 22:00:05 2013 New Revision: 1443749 URL: http://svn.apache.org/r1443749 Log: Polished the PackageMojo implementation a bit. Modified: camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PackageMojo.java Modifi

svn commit: r1443743 - in /camel/trunk/tooling/maven: camel-maven-plugin/src/main/java/org/apache/camel/maven/ camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ guice-maven-pl

2013-02-07 Thread bvahdat
Author: bvahdat Date: Thu Feb 7 21:48:13 2013 New Revision: 1443743 URL: http://svn.apache.org/r1443743 Log: Fixed the plugins @parameter annotation usages where a 'default-value' parameter should have been specified and not the 'property'. Modified: camel/trunk/tooling/maven/camel-maven-p

svn commit: r1443735 - /camel/trunk/components/camel-servletlistener/src/main/java/org/apache/camel/component/servletlistener/

2013-02-07 Thread bvahdat
Author: bvahdat Date: Thu Feb 7 21:32:12 2013 New Revision: 1443735 URL: http://svn.apache.org/r1443735 Log: Polished the generics craft. Modified: camel/trunk/components/camel-servletlistener/src/main/java/org/apache/camel/component/servletlistener/CamelContextLifecycle.java camel/tru

svn commit: r849802 - in /websites/production/camel/content: cache/main.pageCache servlet-tomcat-no-spring-example.html servletlistener-component.html

2013-02-07 Thread buildbot
Author: buildbot Date: Thu Feb 7 19:18:34 2013 New Revision: 849802 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/servlet-tomcat-no-spring-example.html websites/production/camel/content/

[CONF] Apache Camel > Servlet Tomcat No Spring Example

2013-02-07 Thread confluence
Servlet Tomcat No Spring Example Page edited by Claus Ibsen Changes (1) ... In the {{web.xml}} file in the {{src/main/webapp/WEB-INF}} folder

[CONF] Apache Camel > ServletListener Component

2013-02-07 Thread confluence
ServletListener Component Page edited by Claus Ibsen Changes (11) ... h3. Using You would need to chose one of the following impl

svn commit: r1443664 - /camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 19:01:44 2013 New Revision: 1443664 URL: http://svn.apache.org/r1443664 Log: CAMEL-6032: camel-servletlistener should offer a JNDI and Simple based impl so people can choose. Modified: camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/we

svn commit: r1443663 - in /camel/trunk/components/camel-servletlistener/src: main/java/org/apache/camel/component/servletlistener/ test/java/org/apache/camel/component/servletlistener/ test/resources/

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 19:00:05 2013 New Revision: 1443663 URL: http://svn.apache.org/r1443663 Log: CAMEL-6032: camel-servletlistener should offer a JNDI and Simple based impl so people can choose. Added: camel/trunk/components/camel-servletlistener/src/main/java/org/apache/came

svn commit: r1443646 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 18:32:42 2013 New Revision: 1443646 URL: http://svn.apache.org/r1443646 Log: CAMEL-6051: Added more simple type converters to array types to default class resolver, so you can convert to Object[] etc. Modified: camel/branches/camel-2.9.x/ (props changed)

svn commit: r1443645 - in /camel/branches/camel-2.10.x: ./ camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java camel-core/src/test/java/org/apache/camel/impl/DefaultClassResolverTest.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 18:31:47 2013 New Revision: 1443645 URL: http://svn.apache.org/r1443645 Log: CAMEL-6051: Added more simple type converters to array types to default class resolver, so you can convert to Object[] etc. Modified: camel/branches/camel-2.10.x/ (props changed)

svn commit: r1443644 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/util/ObjectHelper.java test/java/org/apache/camel/impl/DefaultClassResolverTest.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 18:30:56 2013 New Revision: 1443644 URL: http://svn.apache.org/r1443644 Log: CAMEL-6051: Added more simple type converters to array types to default class resolver, so you can convert to Object[] etc. Modified: camel/trunk/camel-core/src/main/java/org/apach

svn commit: r1443635 - in /camel/branches/camel-2.10.x: ./ components/camel-xmljson/src/main/java/org/apache/camel/dataformat/xmljson/ components/camel-xmljson/src/test/java/org/apache/camel/dataforma

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 18:05:41 2013 New Revision: 1443635 URL: http://svn.apache.org/r1443635 Log: CAMEL-6048: camel-xmljson fixed issue so attrbiutes with name type can be serialized. Thanks to Arne M Stroksen for the patch. Added: camel/branches/camel-2.10.x/components/camel-

svn commit: r1443634 - in /camel/trunk/components/camel-xmljson/src: main/java/org/apache/camel/dataformat/xmljson/ test/java/org/apache/camel/dataformat/xmljson/ test/resources/org/apache/camel/dataf

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 18:04:41 2013 New Revision: 1443634 URL: http://svn.apache.org/r1443634 Log: CAMEL-6048: camel-xmljson fixed issue so attrbiutes with name type can be serialized. Thanks to Arne M Stroksen for the patch. Added: camel/trunk/components/camel-xmljson/src/test

svn commit: r1443631 [2/2] - in /camel/trunk/components/camel-bindy/src: main/java/org/apache/camel/dataformat/bindy/ main/java/org/apache/camel/dataformat/bindy/annotation/ main/java/org/apache/camel

2013-02-07 Thread davsclaus
Added: camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/ordinal/BindySimpleFixedLengthOrdinalPosTest.java URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/ordinal/BindySimpleFixedLeng

svn commit: r1443596 - in /camel/trunk/tooling/maven: camel-maven-plugin/src/main/java/org/apache/camel/maven/ camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ guice-maven-pl

2013-02-07 Thread bvahdat
Author: bvahdat Date: Thu Feb 7 16:31:39 2013 New Revision: 1443596 URL: http://svn.apache.org/viewvc?rev=1443596&view=rev Log: CAMEL-6050: Fixed the warnings Maven reports while building the Camel plugins. Modified: camel/trunk/tooling/maven/camel-maven-plugin/src/main/java/org/apache/came

svn commit: r849767 - in /websites/production/camel/content: book-in-one-page.html cache/main.pageCache

2013-02-07 Thread buildbot
Author: buildbot Date: Thu Feb 7 15:25:06 2013 New Revision: 849767 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache Modified: websites/production/camel/content/book-in-o

svn commit: r1443543 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/component/file/ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/ component

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 15:17:34 2013 New Revision: 1443543 URL: http://svn.apache.org/viewvc?rev=1443543&view=rev Log: CAMEL-6046: Fixed ftp consumer noop=true and idempotent=false not working. Added: camel/branches/camel-2.9.x/components/camel-ftp/src/test/java/org/apache/camel/

svn commit: r1443542 - in /camel/branches/camel-2.10.x: ./ camel-core/src/main/java/org/apache/camel/component/file/ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/ componen

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 15:16:26 2013 New Revision: 1443542 URL: http://svn.apache.org/viewvc?rev=1443542&view=rev Log: CAMEL-6046: Fixed ftp consumer noop=true and idempotent=false not working. Added: camel/branches/camel-2.10.x/components/camel-ftp/src/test/java/org/apache/camel

svn commit: r1443541 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/file/ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/ components/camel-ftp/src/te

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 15:15:14 2013 New Revision: 1443541 URL: http://svn.apache.org/viewvc?rev=1443541&view=rev Log: CAMEL-6046: Fixed ftp consumer noop=true and idempotent=false not working. Added: camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/

svn commit: r1443519 - in /camel/branches/camel-2.9.x: ./ components/camel-mail/src/main/java/org/apache/camel/component/mail/MailBinding.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 14:53:20 2013 New Revision: 1443519 URL: http://svn.apache.org/viewvc?rev=1443519&view=rev Log: CAMEL-6045: Fixed mail binding to extract attachments if disposition is null but fileName is given. Thanks to Christoph Giera for the patch. Modified: camel/bran

svn commit: r1443516 - in /camel/branches/camel-2.10.x: ./ components/camel-mail/src/main/java/org/apache/camel/component/mail/MailBinding.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 14:51:35 2013 New Revision: 1443516 URL: http://svn.apache.org/viewvc?rev=1443516&view=rev Log: CAMEL-6045: Fixed mail binding to extract attachments if disposition is null but fileName is given. Thanks to Christoph Giera for the patch. Modified: camel/bran

svn commit: r1443513 - /camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailBinding.java

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 14:50:26 2013 New Revision: 1443513 URL: http://svn.apache.org/viewvc?rev=1443513&view=rev Log: CAMEL-6045: Fixed mail binding to extract attachments if disposition is null but fileName is given. Thanks to Christoph Giera for the patch. Modified: camel/tru

svn commit: r849756 - in /websites/production/camel/content: book-component-appendix.html servlet.html

2013-02-07 Thread buildbot
Author: buildbot Date: Thu Feb 7 14:25:38 2013 New Revision: 849756 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/servlet.html Modified: websites/production/camel/content/book-compo

svn commit: r1443485 - in /camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet: ./ osgi/

2013-02-07 Thread davsclaus
Author: davsclaus Date: Thu Feb 7 14:03:14 2013 New Revision: 1443485 URL: http://svn.apache.org/viewvc?rev=1443485&view=rev Log: CAMEL-5206: Duplicate ServetlName now detected and fail to start servlet if detected. This can be an issue when people use shared bootstrap lib for sharing Camel JAR

[CONF] Apache Camel > SERVLET

2013-02-07 Thread confluence
SERVLET Page edited by Claus Ibsen Changes (1) ... From *Camel 2.11* onwards Camel will detect this duplicate and fail to start

svn commit: r849701 - in /websites/production/camel/content: cache/main.pageCache camel-30-ideas.html

2013-02-07 Thread buildbot
Author: buildbot Date: Thu Feb 7 10:18:17 2013 New Revision: 849701 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-30-ideas.html Modified: websites/production/camel/content/cache/main.

[CONF] Apache Camel > Camel 3.0 - Ideas

2013-02-07 Thread confluence
Camel 3.0 - Ideas Page edited by Claus Ibsen Changes (9) ... h3. JDK support (\+1: claus) We should drop support fo

svn commit: r1443359 - in /camel/trunk/components/camel-cxf: pom.xml src/test/java/org/apache/camel/component/cxf/converter/PayLoadConvertToPOJOTest.java src/test/resources/org/apache/camel/component/

2013-02-07 Thread ningjiang
Author: ningjiang Date: Thu Feb 7 08:56:25 2013 New Revision: 1443359 URL: http://svn.apache.org/viewvc?rev=1443359&view=rev Log: Added an unit test for testing JAXB fallback converter with camel-cxf payload dataformat Added: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/

svn commit: r1443351 - in /camel/trunk/components/camel-bindy/src: main/java/org/apache/camel/dataformat/bindy/csv/ test/java/org/apache/camel/dataformat/bindy/csv/

2013-02-07 Thread ningjiang
Author: ningjiang Date: Thu Feb 7 08:39:45 2013 New Revision: 1443351 URL: http://svn.apache.org/viewvc?rev=1443351&view=rev Log: CAMEL-6041 Fix the issue of Bindy does not handle separator at the end of quoted field Added: camel/trunk/components/camel-bindy/src/test/java/org/apache/camel/