<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for felicitas and beatitudo</title>
	<atom:link href="http://ashwinrayaprolu.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashwinrayaprolu.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 12 Jan 2009 12:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by ashwinrayaprolu</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-21</link>
		<dc:creator>ashwinrayaprolu</dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-21</guid>
		<description>The problem is that you don&#039;t have activation.jar in the classpath. Putting it in the same directory as mail.jar would work.</description>
		<content:encoded><![CDATA[<p>The problem is that you don&#8217;t have activation.jar in the classpath. Putting it in the same directory as mail.jar would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by ashwinrayaprolu</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-20</link>
		<dc:creator>ashwinrayaprolu</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-20</guid>
		<description>You Can use setPersonal(&quot;Dummy Name&quot;) to show what ever you want instead of user name</description>
		<content:encoded><![CDATA[<p>You Can use setPersonal(&#8220;Dummy Name&#8221;) to show what ever you want instead of user name</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by david</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-19</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 10 Jan 2009 07:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-19</guid>
		<description>I got the following output

DEBUG: JavaMail version 1.4.1
DEBUG: not loading file: C:\Program Files\Java\jre6\lib\javamail.providers
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre6\lib\javamail.providers (The system cannot find the file specified)
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.providers
DEBUG: not loading resource: /META-INF/javamail.default.providers
DEBUG: failed to load any providers, using defaults
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc.,1.4.1], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc.,1.4.1]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc.,1.4.1], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc.,1.4.1], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc.,1.4.1], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc.,1.4.1], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc.,1.4.1]}
DEBUG: not loading resource: /META-INF/javamail.default.address.map
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.address.map
DEBUG: not loading file: C:\Program Files\Java\jre6\lib\javamail.address.map
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre6\lib\javamail.address.map (The system cannot find the file specified)
DEBUG: failed to load address map, using defaults
Exception in thread &quot;main&quot; javax.mail.NoSuchProviderException: smtp
	at javax.mail.Session.getService(Session.java:780)
	at javax.mail.Session.getTransport(Session.java:718)
	at javax.mail.Session.getTransport(Session.java:661)
	at javax.mail.Session.getTransport(Session.java:641)
	at javax.mail.Session.getTransport(Session.java:696)
	at javax.mail.Transport.send0(Transport.java:186)
	at javax.mail.Transport.send(Transport.java:118)
	at MailSender.sendSSLMessage(MailSender.java:162)
	at MailSender.main(MailSender.java:52)</description>
		<content:encoded><![CDATA[<p>I got the following output</p>
<p>DEBUG: JavaMail version 1.4.1<br />
DEBUG: not loading file: C:\Program Files\Java\jre6\lib\javamail.providers<br />
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre6\lib\javamail.providers (The system cannot find the file specified)<br />
DEBUG: !anyLoaded<br />
DEBUG: not loading resource: /META-INF/javamail.providers<br />
DEBUG: not loading resource: /META-INF/javamail.default.providers<br />
DEBUG: failed to load any providers, using defaults<br />
DEBUG: Tables of loaded providers<br />
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc.,1.4.1], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc.,1.4.1], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc.,1.4.1]}<br />
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc.,1.4.1], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc.,1.4.1], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc.,1.4.1], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc.,1.4.1], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc.,1.4.1]}<br />
DEBUG: not loading resource: /META-INF/javamail.default.address.map<br />
DEBUG: !anyLoaded<br />
DEBUG: not loading resource: /META-INF/javamail.address.map<br />
DEBUG: not loading file: C:\Program Files\Java\jre6\lib\javamail.address.map<br />
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre6\lib\javamail.address.map (The system cannot find the file specified)<br />
DEBUG: failed to load address map, using defaults<br />
Exception in thread &#8220;main&#8221; javax.mail.NoSuchProviderException: smtp<br />
	at javax.mail.Session.getService(Session.java:780)<br />
	at javax.mail.Session.getTransport(Session.java:718)<br />
	at javax.mail.Session.getTransport(Session.java:661)<br />
	at javax.mail.Session.getTransport(Session.java:641)<br />
	at javax.mail.Session.getTransport(Session.java:696)<br />
	at javax.mail.Transport.send0(Transport.java:186)<br />
	at javax.mail.Transport.send(Transport.java:118)<br />
	at MailSender.sendSSLMessage(MailSender.java:162)<br />
	at MailSender.main(MailSender.java:52)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by Bhaskar</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-18</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Thu, 08 Jan 2009 07:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-18</guid>
		<description>Biggest probmlem with these solutions, it shows username in From Address, not what you set in From field, any idea???</description>
		<content:encoded><![CDATA[<p>Biggest probmlem with these solutions, it shows username in From Address, not what you set in From field, any idea???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by Bogumił</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-17</link>
		<dc:creator>Bogumił</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-17</guid>
		<description>Thank you for your contrib. You&#039;ve helped me a LOT! Cheers!
/b</description>
		<content:encoded><![CDATA[<p>Thank you for your contrib. You&#8217;ve helped me a LOT! Cheers!<br />
/b</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mail Over SSL(Gmail As Example) by Hiro</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/11/java-mail-over-sslgmail-as-example/#comment-16</link>
		<dc:creator>Hiro</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=24#comment-16</guid>
		<description>This is very useful sample to send gmail mail using java code.
This is helpful for java programmers.</description>
		<content:encoded><![CDATA[<p>This is very useful sample to send gmail mail using java code.<br />
This is helpful for java programmers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP Message Using Sockets by ashwinrayaprolu</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/15/soap-message-using-sockets/#comment-15</link>
		<dc:creator>ashwinrayaprolu</dc:creator>
		<pubDate>Thu, 06 Nov 2008 17:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=35#comment-15</guid>
		<description>If we type some URL as 
http://ashwinrayaprolu.wordpress.com/index.html this is similar as typing
http://ashwinrayaprolu.wordpress.com:80/index.html

Browser submit all http request by default on port 80. Incase you want to host your site one some other port you can still host a http server on that port and use it.

Note: Most of the company firewalls disallow ports other than 80 to be exposed outside organization so you may not be able to use it in your company</description>
		<content:encoded><![CDATA[<p>If we type some URL as<br />
<a href="http://ashwinrayaprolu.wordpress.com/index.html" rel="nofollow">http://ashwinrayaprolu.wordpress.com/index.html</a> this is similar as typing<br />
<a href="http://ashwinrayaprolu.wordpress.com:80/index.html" rel="nofollow">http://ashwinrayaprolu.wordpress.com:80/index.html</a></p>
<p>Browser submit all http request by default on port 80. Incase you want to host your site one some other port you can still host a http server on that port and use it.</p>
<p>Note: Most of the company firewalls disallow ports other than 80 to be exposed outside organization so you may not be able to use it in your company</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP Message Using Sockets by KORCHID Radhouane</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/09/15/soap-message-using-sockets/#comment-14</link>
		<dc:creator>KORCHID Radhouane</dc:creator>
		<pubDate>Thu, 06 Nov 2008 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=35#comment-14</guid>
		<description>Hi, thank you for this add.
But i think that the soap message should be sent in a HTTP request ,so the port number will be 80 .Do you have any idea about this ?</description>
		<content:encoded><![CDATA[<p>Hi, thank you for this add.<br />
But i think that the soap message should be sent in a HTTP request ,so the port number will be 80 .Do you have any idea about this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Attachments At Runtime/Add IO Streams in Java Mail by iteploype</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/08/29/generating-attachments-at-runtimeadd-io-streams-in-java-mail/#comment-13</link>
		<dc:creator>iteploype</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=15#comment-13</guid>
		<description>Hey,
I am, Robert
nice overall content
check my site:

http://2w7brIrg3.spaces.live.com/</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I am, Robert<br />
nice overall content<br />
check my site:</p>
<p><a href="http://2w7brIrg3.spaces.live.com/" rel="nofollow">http://2w7brIrg3.spaces.live.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing Parameters To Callback Function In DWR by florin</title>
		<link>http://ashwinrayaprolu.wordpress.com/2008/10/02/passing-parameters-to-callback-function-in-dwr/#comment-11</link>
		<dc:creator>florin</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://ashwinrayaprolu.wordpress.com/?p=48#comment-11</guid>
		<description>Hi there,

If you like power through simplicity, then you should check http://code.google.com/p/jpublish/wiki/JPublishDWR when you have time or interest. As a JPublish developer I am biased toward JPublish as the MVC of choice, but glad to hear that you like DWR too. DWR is awesome, indeed.

V/r
-florin</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>If you like power through simplicity, then you should check <a href="http://code.google.com/p/jpublish/wiki/JPublishDWR" rel="nofollow">http://code.google.com/p/jpublish/wiki/JPublishDWR</a> when you have time or interest. As a JPublish developer I am biased toward JPublish as the MVC of choice, but glad to hear that you like DWR too. DWR is awesome, indeed.</p>
<p>V/r<br />
-florin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
