[esb-issues] [JBoss JIRA] Commented: (JBESB-1694) ESB is incorrectly reporting empty value for org.jboss.soa.esb.mail.smtp.auth

Darrin Mison (JIRA) jira-events at lists.jboss.org
Thu Jul 24 19:46:03 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBESB-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12422467#action_12422467 ] 

Darrin Mison commented on JBESB-1694:
-------------------------------------

Proposed SOA 4.2 TP02 Release Note:
ESB no longer incorrectly reports an empty value for org.jboss.soa.esb.mail.smtp.auth 

> ESB is incorrectly reporting empty value for org.jboss.soa.esb.mail.smtp.auth
> -----------------------------------------------------------------------------
>
>                 Key: JBESB-1694
>                 URL: https://jira.jboss.org/jira/browse/JBESB-1694
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.2.1 CP2
>            Reporter: Jiri Pechanec
>            Priority: Minor
>             Fix For: 4.3, 4.2.1 CP3
>
>
> jbossesb-properties.xml file contains <property name="org.jboss.soa.esb.mail.smtp.auth" value="false"/>.
> The log file contains messa ge 2008-04-28 12:35:36,481 WARN  [org.jboss.soa.esb.helpers.Email] 'org.jboss.soa.esb.mail.smtp.auth' set to an empty value.
> The issue is probably cause by this code in Email.java
>                         if(!sAuth.trim().equals("")) {
>                                 logger.warn("'" + Environment.SMTP_AUTH + "' set to an empty value.");
>                         }
> I think the not (!) operator has to be removed from the condition

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list