Hi Vilito,
Please see my comments in the mail.
Vilito Exquisitus wrote:
Hi Willem
Thanks for all the great feedback and information.
First off, I am having some difficulties getting my hands on Camel 2.3.
More on that later. Using the camel 2.2 jars, I place only the ones you
specified in the Java SE application and it compiled and ran without a
problem. Unfortunately, it still didn't work. So I figured, may be it is
because I am using 2.2 and not 2.3. So I went to download 2.3 from here:
http://camel.apache.org/camel-230-release.html.
Camel 2.3.0 is not released yet, we will release Camel 2.3.0 next month.
The page is for tracking the change log now.
I think Camel have it in for me. :) At this very moment, I am checking out
(using svn) the entire camel repo. There is no 2.3 anything in svn ls
http://svn.apache.org/repos/asf/camel/tags/. I tried the exact checkout
command on the 2.3 release page: svn co
http://svn.apache.org/repos/asf/camel/tags/camel-2.3.0
page and it failed. I then did a listing (svn ls) from
http://svn.apache.org/repos/asf/camel and I couldn't find 2.3.
If you want to build the camel 2.3-SNAPSHOT yourself, you can check out
the code from http://svn.apache.org/repos/asf/camel/trunk
As far as downloading the snapshot, I tried that too. I even logged into a
few ftp servers from the mirrors page and none had 2.3.
If you have a link to a 2.3 snapshot download, please provide it.
If you are using maven, the repository is
https://repository.apache.org/content/groups/snapshots-group
Even though the application runs, but doesn't work, I don't understand why
this compiles:
from("imaps://server?username=testuser&password=somepw")
but not this:
from("imaps://server?username=testuser&password=somepw" +
"&deleteProcessedMessages=false" +
"&processOnlyUnseenMessages=true&consumer.delay=20000")
does not. The error message is something about not being able to create
endpoint when those options are provided.
I can reproduce your error, it looks we remove these options long time
ago, we need to update the wiki page for it.
I already created a JIRA for it.
https://issues.apache.org/activemq/browse/CAMEL-2684
Thanks again for everything.
.v
Willem