Hi Marco; It seems like a bug in the code , so please create a JIRA so that we will not forget to fix that.
Thanks Deepal > hi, > > we are trying to use the email-transporter for our webservice. > > we have uncommented the corresponding transportReceiver- and > transportSender-section in axis2.conf. these two sections are > > <!--Uncomment if you want to have SMTP transport support--> > <!--<transportReceiver name="mail" > class="org.apache.axis2.transport.mail.SimpleMailListener">--> > <!--<parameter name="transport.mail.pop3.host" > locked="false">127.0.0.1</parameter>--> > <!--<parameter name="transport.mail.pop3.user" > locked="false">axis2</parameter>--> > <!--<parameter name="transport.mail.pop3.password" > locked="false">axis2</parameter>--> > <!--<parameter name="transport.mail.pop3.port" > locked="false">110</parameter>--> > <!--<parameter name="transport.mail.replyToAddress" > locked="false">[EMAIL PROTECTED]</parameter>--> > <!--</transportReceiver>--> > > and > > <!-- Uncomment this one with the appropriate papameters to enable > the SMTP transport Receiver > <transportSender name="mailto" > class="org.apache.axis2.transport.mail.MailTransportSender"> > <parameter name="transport.mail.smtp.host" > locked="false">127.0.0.1</parameter> > <parameter name="transport.mail.smtp.user" > locked="false">axis2</parameter> > <parameter name="transport.mail.smtp.password" > locked="false">axis2</parameter> > <parameter name="transport.mail.smtp.port" > locked="false">25</parameter> > </transportSender> > --> > > all these properties are set to an existing unix-based mail account. > > after restarting the axis-server we get the following log: > 03.01.2007 19:39:25 > org.apache.axis2.transport.http.server.DefaultConnectionListener run > INFO: Listening on port 8100 > 03.01.2007 19:39:25 org.apache.axis2.engine.ListenerManager start > INFO: One or more of Password, User, Host and Protocol are null or empty > 03.01.2007 19:39:25 org.apache.axis2.transport.SimpleAxis2Server main > INFO: [SimpleAxisServer] Started > > after uncommenting the mail-sections in axis2.xml the following lines > was added int boot log: > 03.01.2007 19:39:25 org.apache.axis2.engine.ListenerManager start > INFO: One or more of Password, User, Host and Protocol are null or empty > > we set an existing password, User and Host (done with the described > sections). so we are assuming that we have to set an protocol > property. by using the default sections from axis2.xml there is no > property where to set this. > > Otherwise the described parameter-names include smtp and pop3. so you > can expected that the use of these properties imply the property which > should be used to. > > > does anyone know what's wrong and can help? > > > ciao > marco > > > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
