Re: Mail transport implementation for Synapse/Axis2

2008-01-22 Thread Deepal jayasinghe
Hi Asankha, > Folks, > > Since we delayed the release of Synapse 1.1.1 for a week to include > the HttpComponents 4.0-beta1 release, I made use of this time to > implement a feature requested by one of our users - Enhanced Mail > support (https://issues.apache.org/jira/browse/SYNAPSE-189) Did you d

svn commit: r614426 - /webservices/synapse/branches/1.1.1/modules/samples/src/main/scripts/build.xml

2008-01-22 Thread asankha
Author: asankha Date: Tue Jan 22 21:44:53 2008 New Revision: 614426 URL: http://svn.apache.org/viewvc?rev=614426&view=rev Log: make sure java.io.tmp directory exists before clients are run as we re-direct the temp dir Modified: webservices/synapse/branches/1.1.1/modules/samples/src/main/scr

svn commit: r614424 - /webservices/synapse/branches/1.1.1/modules/transports/src/test/java/org/apache/synapse/transport/mail/MailEchoRawXMLTest.java

2008-01-22 Thread ruwan
Author: ruwan Date: Tue Jan 22 21:34:52 2008 New Revision: 614424 URL: http://svn.apache.org/viewvc?rev=614424&view=rev Log: Removing the unwanted sout on the Testcase Modified: webservices/synapse/branches/1.1.1/modules/transports/src/test/java/org/apache/synapse/transport/mail/MailEchoRawX

svn commit: r614414 [2/2] - in /webservices/synapse/branches/1.1.1: modules/transports/src/main/java/org/apache/synapse/transport/mail/ modules/transports/src/test/java/org/apache/synapse/transport/ma

2008-01-22 Thread asankha
Added: webservices/synapse/branches/1.1.1/modules/transports/src/test/java/org/apache/synapse/transport/mail/MailEchoRawXMLTest.java URL: http://svn.apache.org/viewvc/webservices/synapse/branches/1.1.1/modules/transports/src/test/java/org/apache/synapse/transport/mail/MailEchoRawXMLTest.java?rev=

Re: Mail transport implementation for Synapse/Axis2

2008-01-22 Thread Asankha C. Perera
Reposting using the new Synapse mailing lists : [EMAIL PROTECTED] and [EMAIL PROTECTED] * Asankha C. Perera wrote: Folks, Since we delayed the release of Synapse 1.1.1 for a week to include the HttpComponents 4.0-beta1 release, I made use of this time to implement a feature requested by one o

Mail transport implementation for Synapse/Axis2

2008-01-22 Thread Asankha C. Perera
Folks, Since we delayed the release of Synapse 1.1.1 for a week to include the HttpComponents 4.0-beta1 release, I made use of this time to implement a feature requested by one of our users - Enhanced Mail support (https://issues.apache.org/jira/browse/SYNAPSE-189) As I am confident that the

Re: Deploy Synapse on Tomcat?

2008-01-22 Thread Asankha C. Perera
Kumaran We have planned to use synapse as proxy layer. what is the best strategy of synapse deployment in production. There is no documentation available for this and a lot of confusion in choosing this product. In general the production environment will have DMZ1(Dematerialized zone)/DMZ2/WAN z

Fwd: Deploy Synapse on Tomcat?

2008-01-22 Thread Paul Fremantle
-- Forwarded message -- From: Paul Fremantle <[EMAIL PROTECTED]> Date: Jan 22, 2008 2:11 PM Subject: Re: Deploy Synapse on Tomcat? To: "Venkatesan, Kumaran" <[EMAIL PROTECTED]> Kumaran I believe that the WebServer in WebSphere forwards the requests as pure HTTP. In that case mayb

RE: Deploy Synapse on Tomcat?

2008-01-22 Thread Venkatesan, Kumaran
Paul, We have planned to use synapse as proxy layer. what is the best strategy of synapse deployment in production. There is no documentation available for this and a lot of confusion in choosing this product. In general the production environment will have DMZ1(Dematerialized zone)/DMZ2/WAN zone

Re: Deploy Synapse on Tomcat?

2008-01-22 Thread Paul Fremantle
Andreas Not yet. Tempted to help? Paul On 1/22/08, Andreas Veithen <[EMAIL PROTECTED]> wrote: > Paul, > > Are there plans in Axis or Synapse to create a transport that > leverages the asynchronous NIO support built into Tomcat 6 (Comet, > http://tomcat.apache.org/tomcat-6.0-doc/aio.html)? > > An