<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>dev@camel.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/camel-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/camel-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/camel-dev/</id>
<updated>2009-12-08T09:26:12Z</updated>
<entry>
<title>[jira] Commented: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c735784961.1260263573968.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c735784961-1260263573968-JavaMail-jira@brutus%3e</id>
<updated>2009-12-08T09:12:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56313#action_56313
] 

Claus Ibsen commented on CAMEL-1921:
------------------------------------

trunk: 888296

I have polished javadoc, dependencies in maven, upgraded to use _2 of jar etc.

Christian I messed up and picked not the very latest patch. Do you mind creating a new patch
based on trunk with your changes such as: encoding, and those test fixes etc?



&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp-20091206.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (CAMEL-2226) Merge File and Simple language or let Simple be File language by default</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1236413001.1260258713046.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1236413001-1260258713046-JavaMail-jira@brutus%3e</id>
<updated>2009-12-08T07:51:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Claus Ibsen resolved CAMEL-2226.
--------------------------------

    Resolution: Fixed

trunk: 888284

&gt; Merge File and Simple language or let Simple be File language by default
&gt; ------------------------------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2226
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2226
&gt;             Project: Apache Camel
&gt;          Issue Type: Improvement
&gt;          Components: camel-core
&gt;    Affects Versions: 2.0.0, 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; This will allow people to use file language in CBR as well
&gt; {code:xml}
&gt; &lt;choice&gt;
&gt;    &lt;when&gt;&lt;simple&gt;${file:ext} == 'xml'&lt;/simple&gt;&lt;to uri="bean:foo?method=xmlFile"/&gt;
&gt;    &lt;when&gt;&lt;simple&gt;${file:ext} == 'txt'&lt;/simple&gt;&lt;to uri="bean:foo?method=txtFile"/&gt;
&gt; &lt;/choice&gt;
&gt; {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c428353043.1260258114066.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c428353043-1260258114066-JavaMail-jira@brutus%3e</id>
<updated>2009-12-08T07:41:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56311#action_56311
] 

Claus Ibsen commented on CAMEL-1837:
------------------------------------

Marat, camel-ftp already have FTP over SSH which is the {{SFTP}} component.

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1181719249.1260257994259.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1181719249-1260257994259-JavaMail-jira@brutus%3e</id>
<updated>2009-12-08T07:39:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56310#action_56310
] 

Claus Ibsen commented on CAMEL-1837:
------------------------------------

Christian yeah please feel free to submit a new patch with the latest test improvements

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Suggestion: further filter the Camel search box</title>
<author><name>Claus Ibsen &lt;claus.ibsen@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c5380c69c0912072133n570566fg57692110e14847a5@mail.gmail.com%3e"/>
<id>urn:uuid:%3c5380c69c0912072133n570566fg57692110e14847a5@mail-gmail-com%3e</id>
<updated>2009-12-08T05:33:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Tue, Dec 8, 2009 at 1:05 AM, Glen Mazza &lt;glen.mazza@gmail.com&gt; wrote:
&gt;
&gt; Hello Camel Team,
&gt;
&gt; I've noticed the Google Search field on the Camel site hasn't been working
&gt; lately.  It would be good if someone could fix this problem, perhaps by
&gt; re-doing the Google Custom Search field functionality as shown in this
&gt; thread:
&gt;

Works fine this morning. I entered "on completion" in the search box
and only got Camel hits with 2 pages.
And it said Google custom search in the top.

Do you still see a problem?


&gt; http://old.nabble.com/Suggestion%3A--further-filter-the-Camel-search-box-to17075672.html
&gt;
&gt; Thanks,
&gt; Glen
&gt;
&gt;
&gt; James.Strachan wrote:
&gt;&gt;
&gt;&gt; 2008/5/6 Glen Mazza &lt;glen.mazza@gmail.com&gt;:
&gt;&gt;&gt;
&gt;&gt;&gt;  That may not be true fortunately--the Google Search on my blog
&gt;&gt;&gt;  (http://www.jroller.com/gmazza/)
&gt;&gt;&gt;  filters from the gmazza, not just "http://www.jroller.com" (the latter
&gt;&gt;&gt; which
&gt;&gt;&gt;  otherwise would be hundreds of blogs).
&gt;&gt;
&gt;&gt; Ah awesome! :) Thanks for the heads up...
&gt;&gt; http://www.google.com/coop/cse/
&gt;&gt;
&gt;&gt; I've taken a stab at implementing a Custom Search - I _think_ its
&gt;&gt; working - see what you think...
&gt;&gt; http://cwiki.apache.org/CAMEL/
&gt;&gt;
&gt;&gt; --
&gt;&gt; James
&gt;&gt; -------
&gt;&gt; http://macstrac.blogspot.com/
&gt;&gt;
&gt;&gt; Open Source Integration
&gt;&gt; http://open.iona.com
&gt;&gt;
&gt;&gt;
&gt;
&gt; --
&gt; View this message in context: http://old.nabble.com/Suggestion%3A--further-filter-the-Camel-search-box-tp17075672p26686590.html
&gt; Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.
&gt;
&gt;



-- 
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


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Marat Bedretdinov (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1618992746.1260231053009.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1618992746-1260231053009-JavaMail-jira@brutus%3e</id>
<updated>2009-12-08T00:10:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56306#action_56306
] 

Marat Bedretdinov commented on CAMEL-1837:
------------------------------------------

Hi Christian, Claus,

Take a look at http://www.jcraft.com/jsch/ You can use this to add FTP over SSH to camel runtime,
which is available pretty much anywhere where there is an ssh daemon.

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Suggestion: further filter the Camel search box</title>
<author><name>Glen Mazza &lt;glen.mazza@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c26686590.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26686590-post@talk-nabble-com%3e</id>
<updated>2009-12-08T00:05:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hello Camel Team,

I've noticed the Google Search field on the Camel site hasn't been working
lately.  It would be good if someone could fix this problem, perhaps by
re-doing the Google Custom Search field functionality as shown in this
thread:

http://old.nabble.com/Suggestion%3A--further-filter-the-Camel-search-box-to17075672.html

Thanks,
Glen


James.Strachan wrote:
&gt; 
&gt; 2008/5/6 Glen Mazza &lt;glen.mazza@gmail.com&gt;:
&gt;&gt;
&gt;&gt;  That may not be true fortunately--the Google Search on my blog
&gt;&gt;  (http://www.jroller.com/gmazza/)
&gt;&gt;  filters from the gmazza, not just "http://www.jroller.com" (the latter
&gt;&gt; which
&gt;&gt;  otherwise would be hundreds of blogs).
&gt; 
&gt; Ah awesome! :) Thanks for the heads up...
&gt; http://www.google.com/coop/cse/
&gt; 
&gt; I've taken a stab at implementing a Custom Search - I _think_ its
&gt; working - see what you think...
&gt; http://cwiki.apache.org/CAMEL/
&gt; 
&gt; -- 
&gt; James
&gt; -------
&gt; http://macstrac.blogspot.com/
&gt; 
&gt; Open Source Integration
&gt; http://open.iona.com
&gt; 
&gt; 

-- 
View this message in context: http://old.nabble.com/Suggestion%3A--further-filter-the-Camel-search-box-tp17075672p26686590.html
Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1309724905.1260227093425.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1309724905-1260227093425-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T23:04:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56305#action_56305
] 

Christian Mueller commented on CAMEL-1837:
------------------------------------------

@Claus,

many thanks!
I updated the ftp2 component page and the release page.
Do you interested in a separate patch with the test improvements?

Regards,
Christian

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-2148) DataFormat for Google Protocol Buffers</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1209567976.1260213833233.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1209567976-1260213833233-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T19:23:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56301#action_56301
] 

Claus Ibsen commented on CAMEL-2148:
------------------------------------

No I think its fine if the code is generated once and thus not needed to be every time.

&gt; DataFormat for Google Protocol Buffers
&gt; --------------------------------------
&gt;
&gt;                 Key: CAMEL-2148
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2148
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;            Reporter: Martin Gilday
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-protobuf.zip
&gt;
&gt;
&gt; DataFormat for Google Protocol Buffers aka protobuf
&gt; http://code.google.com/apis/protocolbuffers/
&gt; http://code.google.com/p/protobuf/
&gt; The Google project uses 'New BSD License'.  Is this a compatible license? Camel Extra
seems to just be for GPL style licenses.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1328426673.1260208192917.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1328426673-1260208192917-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T17:49:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56296#action_56296
] 

Claus Ibsen commented on CAMEL-1837:
------------------------------------

Christian thanks a lot for this one, this is a great patch.

Do you mind looking at updating the wiki page.

And add a note on release notes for 2.2 that we got this great feature now
http://camel.apache.org/camel-220-release.html


&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1464432414.1260208192886.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1464432414-1260208192886-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T17:49:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56295#action_56295
] 

Claus Ibsen commented on CAMEL-1837:
------------------------------------

I have committed the patch (although not the very last)

trunk: 888048.

I also upgrade to newer version of FTP test server.
I polished the javadoc.
I removed that rouge unit test as its doesnt test a valid point, just showing some end user
doing some strange stuff with Camel

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1342777930.1260206512835.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1342777930-1260206512835-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T17:21:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Christian Mueller updated CAMEL-1837:
-------------------------------------

    Attachment: camel-ftps-20091207.patch

@Claus: I attached a new version of this patch which includes two changes:

1. removed some deleteDirectory(FTP_ROOT_DIR); calls in the concrete unit tests, because this
is done in the FtpServerTestSupport class
2. key store and trust store not included

Note: In the current TRUNK (and also with this contribution), the unit test "FtpPollingConsumerTest"
fails, if executed in maven or as batch in eclipse (all unit tests in the folder 'src/test/java').
But if I run this test alone, it succeed. I don't know why... :-(

Christian

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
camel-ftps-20091207.patch, client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1674707400.1260205553087.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1674707400-1260205553087-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T17:05:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Christian Mueller updated CAMEL-1837:
-------------------------------------

    Attachment: server.jks
                client.jks

The key and trust store are "borrowed" from the Apache Mina ftpserver-core project

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch,
client.jks, server.jks
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1947) Schema copying script is broken</title>
<author><name>&quot;Hadrian Zbarcea (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c707582091.1260202433876.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c707582091-1260202433876-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T16:13:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56290#action_56290
] 

Hadrian Zbarcea commented on CAMEL-1947:
----------------------------------------

In good part, but there are some wrinkles to take care of.

The big difference is that the files that need to be uploaded onto the Apache site are not
on the local file system, but available in the [nexus repo|http://repository.apache.org].
 As a consequence one needs to download them on a temp copy.  I could not get wget to do only
download what I want in one shot, I had to explicitly specify the versions to look for, which
is a bit nasty, yet fixable.  Plus I think there is a bug in one of the python scripts that
puts the spring xsd under spring/integration as well.  Didn't get too look at that yet.

&gt; Schema copying script is broken
&gt; -------------------------------
&gt;
&gt;                 Key: CAMEL-1947
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1947
&gt;             Project: Apache Camel
&gt;          Issue Type: Task
&gt;            Reporter: Willem Jiang
&gt;            Assignee: Hadrian Zbarcea
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; http://camel.apache.org/schema/spring/ is missing the camel-spring-2.0.0.xsd.  
&gt; It is same with the other schemas.
&gt; Here is the mail thread which discusses about it.
&gt; http://www.nabble.com/2.0.0-specific-version-of-the-camel-spring.xsd--tp25151657p25151657.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (CAMEL-2263) Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)</title>
<author><name>&quot;Martin Krasser (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1708125853.1260194992882.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1708125853-1260194992882-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T14:09:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Martin Krasser resolved CAMEL-2263.
-----------------------------------

    Resolution: Fixed

&gt; Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)
&gt; --------------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2263
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2263
&gt;             Project: Apache Camel
&gt;          Issue Type: Sub-task
&gt;          Components: camel-gae
&gt;    Affects Versions: 2.1.0
&gt;         Environment: App Engine SDK 1.2.8
&gt;            Reporter: Martin Krasser
&gt;            Assignee: Martin Krasser
&gt;             Fix For: 2.2.0
&gt;
&gt;


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c695340144.1260192653109.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c695340144-1260192653109-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T13:30:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56289#action_56289
] 

Claus Ibsen commented on CAMEL-2265:
------------------------------------

Also came-spring could be reduced a little as well

&gt; camel-core - Reduced number of spring jars in pom.xml
&gt; -----------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2265
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
&gt;             Project: Apache Camel
&gt;          Issue Type: Task
&gt;          Components: camel-core
&gt;    Affects Versions: 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
&gt; We don't need to drag in spring-core and spring-beans.
&gt; Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c841264641.1260192653062.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c841264641-1260192653062-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T13:30:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Claus Ibsen resolved CAMEL-2265.
--------------------------------

    Resolution: Fixed

trunk: 887921.

&gt; camel-core - Reduced number of spring jars in pom.xml
&gt; -----------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2265
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
&gt;             Project: Apache Camel
&gt;          Issue Type: Task
&gt;          Components: camel-core
&gt;    Affects Versions: 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
&gt; We don't need to drag in spring-core and spring-beans.
&gt; Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Issue Comment Edited: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c966151923.1260190853072.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c966151923-1260190853072-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T13:00:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56287#action_56287
] 

Claus Ibsen edited comment on CAMEL-2265 at 12/7/09 5:00 AM:
-------------------------------------------------------------

{code}
[INFO] [dependency:tree]
[INFO] org.apache.camel:camel-core:bundle:2.2-SNAPSHOT
[INFO] +- commons-logging:commons-logging-api:jar:1.1:compile
[INFO] +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] +- junit:junit:jar:3.8.2:test
[INFO] +- commons-logging:commons-logging:jar:1.1.1:test (scope not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:test
[INFO] +- org.springframework:spring-aop:jar:2.5.6:test
[INFO] |  +- aopalliance:aopalliance:jar:1.0:test
[INFO] |  +- org.springframework:spring-beans:jar:2.5.6:test
[INFO] |  \- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1.12:compile
{code}

      was (Author: davsclaus):
    {code}
[INFO] [dependency:tree]
[INFO] org.apache.camel:camel-core:bundle:2.2-SNAPSHOT
[INFO] +- commons-logging:commons-logging-api:jar:1.1:compile
[INFO] +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] +- junit:junit:jar:3.8.2:test
[INFO] +- commons-logging:commons-logging:jar:1.1.1:test (scope not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:test
[INFO] +- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- org.springframework:spring-beans:jar:2.5.6:test
[INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1.12:compile
{code}
  
&gt; camel-core - Reduced number of spring jars in pom.xml
&gt; -----------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2265
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
&gt;             Project: Apache Camel
&gt;          Issue Type: Task
&gt;          Components: camel-core
&gt;    Affects Versions: 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
&gt; We don't need to drag in spring-core and spring-beans.
&gt; Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1972475287.1260190733017.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1972475287-1260190733017-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T12:58:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56287#action_56287
] 

Claus Ibsen commented on CAMEL-2265:
------------------------------------

{code}
[INFO] [dependency:tree]
[INFO] org.apache.camel:camel-core:bundle:2.2-SNAPSHOT
[INFO] +- commons-logging:commons-logging-api:jar:1.1:compile
[INFO] +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] +- junit:junit:jar:3.8.2:test
[INFO] +- commons-logging:commons-logging:jar:1.1.1:test (scope not updated to compile)
[INFO] +- log4j:log4j:jar:1.2.14:test
[INFO] +- org.springframework:spring-core:jar:2.5.6:test
[INFO] +- org.springframework:spring-beans:jar:2.5.6:test
[INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1.12:compile
{code}

&gt; camel-core - Reduced number of spring jars in pom.xml
&gt; -----------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2265
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
&gt;             Project: Apache Camel
&gt;          Issue Type: Task
&gt;          Components: camel-core
&gt;    Affects Versions: 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
&gt; We don't need to drag in spring-core and spring-beans.
&gt; Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (CAMEL-2265) camel-core - Reduced number of spring jars in pom.xml</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c9756784.1260190492815.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c9756784-1260190492815-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T12:54:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
camel-core - Reduced number of spring jars in pom.xml
-----------------------------------------------------

                 Key: CAMEL-2265
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2265
             Project: Apache Camel
          Issue Type: Task
          Components: camel-core
    Affects Versions: 2.1.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.2.0


We only use spring-context.jar as optional dep. as we use the Spring JMX annotations.
We don't need to drag in spring-core and spring-beans.

Wonder why Spring haven't created a single independent jar with the annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (CAMEL-2264) Support to specify the jndi location in the org.apache.camel.guice.Main</title>
<author><name>&quot;Willem Jiang (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c586086289.1260189293737.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c586086289-1260189293737-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T12:34:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Support to specify the jndi location in the org.apache.camel.guice.Main
-----------------------------------------------------------------------

                 Key: CAMEL-2264
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2264
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-guice
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.2.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1047086734.1260182092841.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1047086734-1260182092841-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T10:34:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Claus Ibsen updated CAMEL-1837:
-------------------------------

    Fix Version/s:     (was: Future)
                   2.2.0

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c190308685.1260181972801.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c190308685-1260181972801-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T10:32:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56286#action_56286
] 

Claus Ibsen commented on CAMEL-1837:
------------------------------------

Christian looks awesome.

Can you attach the .jks files as individual files to this ticket as I got trouble extracting
them from the patch.

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: Future
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (CAMEL-2261) UnitOfWork - done - Should group any thrown exception thrown from synchronization hooks and rethrow</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c502945055.1260180893004.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c502945055-1260180893004-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T10:14:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Claus Ibsen resolved CAMEL-2261.
--------------------------------

    Resolution: Won't Fix

Lets keep current behavior

&gt; UnitOfWork - done - Should group any thrown exception thrown from synchronization hooks
and rethrow
&gt; ---------------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2261
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2261
&gt;             Project: Apache Camel
&gt;          Issue Type: Improvement
&gt;          Components: camel-core
&gt;    Affects Versions: 2.0.0, 2.1.0
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Claus Ibsen
&gt;            Priority: Minor
&gt;             Fix For: 2.2.0
&gt;
&gt;
&gt; Currently exceptions is logged at WARN level when synchronization hooks is executed one
by one.
&gt; We should also gather those exceptions in a exchange and throw that so the entire Exchange
fails. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: maven-javadoc-plugin defined twice in pluginManagement section of  pom.xml</title>
<author><name>akuhtz &lt;andreas.kuhtz@siemens.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c26674751.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26674751-post@talk-nabble-com%3e</id>
<updated>2009-12-07T09:36:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi,

Hmmm the second came in with revision 880905 (~ 3 weeks ago) as a fix to
remove maven 3 warnings ... maybe we should contact janstey for the reason
of the second.


Claus Ibsen-2 wrote:
&gt; 
&gt; Hi
&gt; 
&gt; I think one of them is for regular javadoc if you run mvn javadoc:javadoc
&gt; Where as the other is for release.
&gt; 
&gt; 
&gt; On Wed, Dec 2, 2009 at 9:04 AM, Claus Ibsen &lt;claus.ibsen@gmail.com&gt; wrote:
&gt;&gt; On Tue, Dec 1, 2009 at 3:19 PM, akuhtz &lt;andreas.kuhtz@siemens.com&gt; wrote:
&gt;&gt;&gt;
&gt;&gt;&gt; Hi,
&gt;&gt;&gt;
&gt;&gt;&gt; I've seen that the maven-javadoc-plugin defined twice in
&gt;&gt;&gt; pluginManagement
&gt;&gt;&gt; section of pom.xml. Is this a mistake or intended? (see line 155+ for
&gt;&gt;&gt; the
&gt;&gt;&gt; first and line 347+ for the second).
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt; Could vert well be a mistake. Maven xml is just so verbose and
&gt;&gt; scattered in many pom files.
&gt;&gt; Hadrian is the release manager I guess it would be best if he took a
&gt;&gt; look.
&gt;&gt;
&gt;&gt;
&gt;&gt;&gt; Cheers
&gt;&gt;&gt; Andi
&gt;&gt;&gt; --
&gt;&gt;&gt; View this message in context:
&gt;&gt;&gt; http://old.nabble.com/maven-javadoc-plugin-defined-twice-in-pluginManagement-section-of-pom.xml-tp26592528p26592528.html
&gt;&gt;&gt; Sent from the Camel Development mailing list archive at Nabble.com.
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; --
&gt;&gt; Claus Ibsen
&gt;&gt; Apache Camel Committer
&gt;&gt;
&gt;&gt; Author of Camel in Action: http://www.manning.com/ibsen/
&gt;&gt; Open Source Integration: http://fusesource.com
&gt;&gt; Blog: http://davsclaus.blogspot.com/
&gt;&gt; Twitter: http://twitter.com/davsclaus
&gt;&gt;
&gt; 
&gt; 
&gt; 
&gt; -- 
&gt; Claus Ibsen
&gt; Apache Camel Committer
&gt; 
&gt; Author of Camel in Action: http://www.manning.com/ibsen/
&gt; Open Source Integration: http://fusesource.com
&gt; Blog: http://davsclaus.blogspot.com/
&gt; Twitter: http://twitter.com/davsclaus
&gt; 
&gt; 

-- 
View this message in context: http://old.nabble.com/maven-javadoc-plugin-defined-twice-in-pluginManagement-section-of-pom.xml-tp26592528p26674751.html
Sent from the Camel Development mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (CAMEL-2263) Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)</title>
<author><name>&quot;Martin Krasser (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c279893283.1260178372791.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c279893283-1260178372791-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T09:32:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)
--------------------------------------------------------

                 Key: CAMEL-2263
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2263
             Project: Apache Camel
          Issue Type: Sub-task
          Components: camel-gae
            Reporter: Martin Krasser
            Assignee: Martin Krasser




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-2263) Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)</title>
<author><name>&quot;Martin Krasser (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c681051396.1260178372982.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c681051396-1260178372982-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T09:32:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Martin Krasser updated CAMEL-2263:
----------------------------------

          Component/s: camel-gae
          Environment: App Engine SDK 1.2.8
    Affects Version/s: 2.1.0
        Fix Version/s: 2.2.0

&gt; Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)
&gt; --------------------------------------------------------
&gt;
&gt;                 Key: CAMEL-2263
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2263
&gt;             Project: Apache Camel
&gt;          Issue Type: Sub-task
&gt;          Components: camel-gae
&gt;    Affects Versions: 2.1.0
&gt;         Environment: App Engine SDK 1.2.8
&gt;            Reporter: Martin Krasser
&gt;            Assignee: Martin Krasser
&gt;             Fix For: 2.2.0
&gt;
&gt;


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [CONF] Apache Camel &gt; Camel 2.1.0 Release</title>
<author><name>&quot;S. Ali Tokmen&quot; &lt;savas-ali.tokmen@bull.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c4B1CCB8B.5050202@bull.net%3e"/>
<id>urn:uuid:%3c4B1CCB8B-5050202@bull-net%3e</id>
<updated>2009-12-07T09:31:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello

Claus Ibsen a écrit :
&gt;&gt; A fellow at Mozilla once had told me that it should be spelled "Firefox". I
&gt;&gt; thought it was written on
&gt;&gt; http://www.mozilla.org/projects/firefox/firefox-name-faq.html but it is not;
&gt;&gt; anyways it is not FireFox but Firefox (better, Mozilla Firefox).
&gt;&gt;     
&gt;
&gt; Fixed
&gt;   

Hmm... Still looks unfixed on my computer, maybe my proxy server is too 
sluggish.

&gt;&gt;&gt;    * release notes for 2.1.0
&gt;&gt;&gt;
&gt;&gt;&gt;  &lt;http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&amp;styleName=Html&amp;version=11900&gt;
&gt;&gt;&gt;       
&gt;&gt; The link is still out of date and says "TODO" :(
&gt;&gt;     
&gt;
&gt; Fixed
&gt;   

Also looks fixed on my side

Thanks

--

S. Ali Tokmen
savas-ali.tokmen@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com





</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Work started: (CAMEL-2085) Camel on Google App Engine support</title>
<author><name>&quot;Martin Krasser (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1438945923.1260178253065.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1438945923-1260178253065-JavaMail-jira@brutus%3e</id>
<updated>2009-12-07T09:30:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Work on CAMEL-2085 started by Martin Krasser.

&gt; Camel on Google App Engine support
&gt; ----------------------------------
&gt;
&gt;                 Key: CAMEL-2085
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2085
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-core, camel-gae
&gt;    Affects Versions: 2.0.0
&gt;         Environment: App Engine SDK 1.2.6, Google App Engine JRE
&gt;            Reporter: Martin Krasser
&gt;            Assignee: Martin Krasser
&gt;         Attachments: gae-java-sdk-1.2.6-api-m2repo.zip
&gt;
&gt;
&gt; Support deployments of Camel on Google App Engine (GAE) as well as access to GAE services
via Camel components. The required changes and additions are tracked by subtasks. This is
a follow up from initial work described in http://krasserm.blogspot.com/2009/10/first-steps-with-apache-camel-on-google.html.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [CONF] Apache Camel &gt; Camel 2.1.0 Release</title>
<author><name>Claus Ibsen &lt;claus.ibsen@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c5380c69c0912070052u7e5d3153ke0ca6fa6943653ae@mail.gmail.com%3e"/>
<id>urn:uuid:%3c5380c69c0912070052u7e5d3153ke0ca6fa6943653ae@mail-gmail-com%3e</id>
<updated>2009-12-07T08:52:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Mon, Dec 7, 2009 at 9:44 AM, S. Ali Tokmen &lt;savas-ali.tokmen@bull.net&gt; wrote:
&gt; Hello
&gt;
&gt; I've seen two issues with the current Confluence page for the 2.1.0 release.
&gt;
&gt;&gt;        *The above URLs use redirection*
&gt;&gt;
&gt;&gt; The above URLs use the Apache Mirror system to redirect you to a suitable
&gt;&gt; mirror for your download. Some users have experienced issues with some
&gt;&gt; versions of browsers (e.g. some Safari browsers). If the download doesn't
&gt;&gt; seem to work for you from the above URL then try using FireFox
&gt;&gt; &lt;http://www.mozilla.com/en-US/firefox/&gt;
&gt;&gt;
&gt;
&gt; A fellow at Mozilla once had told me that it should be spelled "Firefox". I
&gt; thought it was written on
&gt; http://www.mozilla.org/projects/firefox/firefox-name-faq.html but it is not;
&gt; anyways it is not FireFox but Firefox (better, Mozilla Firefox).
&gt;

Fixed

&gt;&gt;
&gt;&gt;    Changelog
&gt;&gt;
&gt;&gt; For a more detailed view of new features and bug fixes, see the:
&gt;&gt; TODO: Fix for 2.1.0
&gt;&gt;
&gt;&gt;    * release notes for 2.1.0
&gt;&gt;
&gt;&gt;  &lt;http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&amp;styleName=Html&amp;version=11900&gt;
&gt;&gt;
&gt;
&gt; The link is still out of date and says "TODO" :(
&gt;

Fixed

&gt; Cheers
&gt;
&gt; --
&gt;
&gt; S. Ali Tokmen
&gt; savas-ali.tokmen@bull.net
&gt;
&gt; Office: +33 4 76 29 76 19
&gt; GSM:    +33 66 43 00 555
&gt;
&gt; Bull, Architect of an Open World TM
&gt; http://www.bull.com
&gt;
&gt;



-- 
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


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [CONF] Apache Camel &gt; Camel 2.1.0 Release</title>
<author><name>&quot;S. Ali Tokmen&quot; &lt;savas-ali.tokmen@bull.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c4B1CC060.5050105@bull.net%3e"/>
<id>urn:uuid:%3c4B1CC060-5050105@bull-net%3e</id>
<updated>2009-12-07T08:44:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello

I've seen two issues with the current Confluence page for the 2.1.0 release.

&gt; 	*The above URLs use redirection*
&gt;
&gt; The above URLs use the Apache Mirror system to redirect you to a 
&gt; suitable mirror for your download. Some users have experienced issues 
&gt; with some versions of browsers (e.g. some Safari browsers). If the 
&gt; download doesn't seem to work for you from the above URL then try 
&gt; using FireFox &lt;http://www.mozilla.com/en-US/firefox/&gt;
&gt;

A fellow at Mozilla once had told me that it should be spelled 
"Firefox". I thought it was written on 
http://www.mozilla.org/projects/firefox/firefox-name-faq.html but it is 
not; anyways it is not FireFox but Firefox (better, Mozilla Firefox).

&gt;
&gt;     Changelog
&gt;
&gt; For a more detailed view of new features and bug fixes, see the:
&gt; TODO: Fix for 2.1.0
&gt;
&gt;     * release notes for 2.1.0
&gt;       &lt;http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&amp;styleName=Html&amp;version=11900&gt;
&gt;

The link is still out of date and says "TODO" :(

Cheers

-- 

S. Ali Tokmen
savas-ali.tokmen@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-1837) camel-ftp - Add support for FTPS</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c436960272.1260138833110.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c436960272-1260138833110-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T22:33:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Christian Mueller updated CAMEL-1837:
-------------------------------------

    Attachment: camel-ftps-20091206.patch

Hello Claus!

I have done my work on this component - on time to Nicolaus... :-)
Maybe you could have a look on this patch. If you agree with this contribution, I will update
the wiki page.

Regards,
Christian

&gt; camel-ftp - Add support for FTPS
&gt; --------------------------------
&gt;
&gt;                 Key: CAMEL-1837
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1837
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;          Components: camel-ftp
&gt;    Affects Versions: 2.0-M2
&gt;            Reporter: Claus Ibsen
&gt;            Assignee: Christian Mueller
&gt;             Fix For: Future
&gt;
&gt;         Attachments: camel-ftps-20091201-workInProgress.patch, camel-ftps-20091206.patch
&gt;
&gt;
&gt; Apache Commons Net should now support FTPS (regular FTP with SSL)
&gt; http://commons.apache.org/net/
&gt; We should support that as well in Camel. If time permits get it into 2.0 as it should
be nearly as the regular FTP from commons-net

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1536016564.1260138352857.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1536016564-1260138352857-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T22:25:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56283#action_56283
] 

Christian Mueller commented on CAMEL-1921:
------------------------------------------

@Claus,

fixed :-)

Regards,
Christian

&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp-20091206.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c714575816.1260126713628.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c714575816-1260126713628-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T19:11:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56280#action_56280
] 

Claus Ibsen commented on CAMEL-1921:
------------------------------------

Christian looks very good, only the option {{replaceIfPresentFlag}} has some issues in the
description. Could you fix that?

&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp-20091206.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1542728502.1260114113003.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1542728502-1260114113003-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T15:41:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Christian Mueller updated CAMEL-1921:
-------------------------------------

    Attachment: camel-smpp-20091206.patch

@Claus, @Hadrian,

I submitted a new patch, in which I have done the following changes:

1. update the parent version in the pom.xml to 2.2-SNAPSHOT
2. fixed SmppBinding (it still used 'ISO-8859-1' as the encoding, regardless of what was configured
in the SmppConfiguration)
3. fixed some wrong assumptions in SmppComponentTest
4. removed the dependency to camel-spring test-jar
5. changed the order of the definition from my test routes from B -&gt; C, A -&gt; B

Regards,
Christian

&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp-20091206.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c2069569040.1260111113470.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2069569040-1260111113470-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T14:51:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56277#action_56277
] 

Christian Mueller commented on CAMEL-1921:
------------------------------------------

@Claus

I created the [wiki page|http://cwiki.apache.org/confluence/display/CAMEL/SMPP]. Maybe you
have time to review the page.
I will update the [components page|http://cwiki.apache.org/confluence/display/CAMEL/COMPONENTS],
after you agree with the page and committed the patch.

Regards,
Christian

&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (CAMEL-1921) New SMPP component</title>
<author><name>&quot;Christian Mueller (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c12912741.1260110754071.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c12912741-1260110754071-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T14:45:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Christian Mueller reassigned CAMEL-1921:
----------------------------------------

    Assignee: Christian Mueller

&gt; New SMPP component
&gt; ------------------
&gt;
&gt;                 Key: CAMEL-1921
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-1921
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;    Affects Versions: 1.6.1
&gt;         Environment: All
&gt;            Reporter: Christian Mueller
&gt;            Assignee: Christian Mueller
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-smpp-20091127214200.patch, camel-smpp.patch
&gt;
&gt;
&gt; Provide a component for the SMPP (short message peer to peer) protocol to send and receive
short messages from a SMSC (short message service center).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-2148) DataFormat for Google Protocol Buffers</title>
<author><name>&quot;Martin Gilday (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1069147240.1260108055149.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1069147240-1260108055149-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T14:00:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56276#action_56276
] 

Martin Gilday commented on CAMEL-2148:
--------------------------------------

The code generator is something you only run once during the design phase of your project
to create the message classes (well once per language).  I've already run it an placed the
generated file under src/test/java.
If you want to run it every time then we could hook it up to the generate-resources Maven
phase and invoke it using the Ant plugin.  However the code generator is a platform dependant
executable.  Do you know how this is worked around with the graphviz testing?

Do you think we need to run the code generator at all?

&gt; DataFormat for Google Protocol Buffers
&gt; --------------------------------------
&gt;
&gt;                 Key: CAMEL-2148
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2148
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;            Reporter: Martin Gilday
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-protobuf.zip
&gt;
&gt;
&gt; DataFormat for Google Protocol Buffers aka protobuf
&gt; http://code.google.com/apis/protocolbuffers/
&gt; http://code.google.com/p/protobuf/
&gt; The Google project uses 'New BSD License'.  Is this a compatible license? Camel Extra
seems to just be for GPL style licenses.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (CAMEL-2148) DataFormat for Google Protocol Buffers</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c298781931.1260086468858.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c298781931-1260086468858-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T08:01:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Claus Ibsen updated CAMEL-2148:
-------------------------------

    Fix Version/s: 2.2.0

&gt; DataFormat for Google Protocol Buffers
&gt; --------------------------------------
&gt;
&gt;                 Key: CAMEL-2148
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2148
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;            Reporter: Martin Gilday
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-protobuf.zip
&gt;
&gt;
&gt; DataFormat for Google Protocol Buffers aka protobuf
&gt; http://code.google.com/apis/protocolbuffers/
&gt; http://code.google.com/p/protobuf/
&gt; The Google project uses 'New BSD License'.  Is this a compatible license? Camel Extra
seems to just be for GPL style licenses.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (CAMEL-2148) DataFormat for Google Protocol Buffers</title>
<author><name>&quot;Claus Ibsen (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/camel-dev/200912.mbox/%3c1876930610.1260086468584.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1876930610-1260086468584-JavaMail-jira@brutus%3e</id>
<updated>2009-12-06T08:01:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=56275#action_56275
] 

Claus Ibsen commented on CAMEL-2148:
------------------------------------

That code generator thing? How does it work with unit testing?

Its preferred if its able to be unit tested completely from a {{mvn clean install}} cmd.



&gt; DataFormat for Google Protocol Buffers
&gt; --------------------------------------
&gt;
&gt;                 Key: CAMEL-2148
&gt;                 URL: https://issues.apache.org/activemq/browse/CAMEL-2148
&gt;             Project: Apache Camel
&gt;          Issue Type: New Feature
&gt;            Reporter: Martin Gilday
&gt;             Fix For: 2.2.0
&gt;
&gt;         Attachments: camel-protobuf.zip
&gt;
&gt;
&gt; DataFormat for Google Protocol Buffers aka protobuf
&gt; http://code.google.com/apis/protocolbuffers/
&gt; http://code.google.com/p/protobuf/
&gt; The Google project uses 'New BSD License'.  Is this a compatible license? Camel Extra
seems to just be for GPL style licenses.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
</feed>
