You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2006/05/02 23:58:46 UTC

[jira] Created: (GERONIMO-1969) MailGBean not handling debug property correctly.

MailGBean not handling debug property correctly. 
-------------------------------------------------

         Key: GERONIMO-1969
         URL: http://issues.apache.org/jira/browse/GERONIMO-1969
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: mail  
    Versions: 1.1    
    Reporter: Rick McGuire
 Assigned to: Rick McGuire 
     Fix For: 1.1


The MailGBean has a Boolean debug property that is supposed to translate into a mail.debug Session property.  The GBean code is directly storing the Boolean value in the property bundle, which results in a null return when getProperty() is called.  This needs to be stored as the String "true" or "false".

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


[jira] Resolved: (GERONIMO-1969) MailGBean not handling debug property correctly.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1969?page=all ]
     
Rick McGuire resolved GERONIMO-1969:
------------------------------------

    Resolution: Fixed

Committed revision 399081.

M    mail/src/java/org/apache/geronimo/mail/MailGBean.java


> MailGBean not handling debug property correctly.
> ------------------------------------------------
>
>          Key: GERONIMO-1969
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1969
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: mail
>     Versions: 1.1
>     Reporter: Rick McGuire
>     Assignee: Rick McGuire
>      Fix For: 1.1

>
> The MailGBean has a Boolean debug property that is supposed to translate into a mail.debug Session property.  The GBean code is directly storing the Boolean value in the property bundle, which results in a null return when getProperty() is called.  This needs to be stored as the String "true" or "false".

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