You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2009/01/26 21:53:59 UTC

[jira] Created: (OPENEJB-990) Trim whitespace from openejb.xml property values

Trim whitespace from openejb.xml property values
------------------------------------------------

                 Key: OPENEJB-990
                 URL: https://issues.apache.org/jira/browse/OPENEJB-990
             Project: OpenEJB
          Issue Type: Improvement
          Components: configuration
            Reporter: David Blevins
             Fix For: 3.1.1


On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
b) You have to be very careful with the properties:
# "25" not allowed, not even 25<blank>, but
	mail.smtp.port=25
# "smtp" not allowed, not even smtp<blank>!!
	mail.transport.protocol=smtp
# "smtp.web.de" not allowed, but
	mail.smtp.host=smtp.web.de

, hence you have to be very careful and the values you specified do not
work.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OPENEJB-990) Trim whitespace from openejb.xml property values

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-990.
---------------------------------

    Resolution: Fixed
      Assignee: David Blevins

> Trim whitespace from openejb.xml property values
> ------------------------------------------------
>
>                 Key: OPENEJB-990
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-990
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: configuration
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.1.1
>
>
> On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
> b) You have to be very careful with the properties:
> # "25" not allowed, not even 25<blank>, but
> 	mail.smtp.port=25
> # "smtp" not allowed, not even smtp<blank>!!
> 	mail.transport.protocol=smtp
> # "smtp.web.de" not allowed, but
> 	mail.smtp.host=smtp.web.de
> , hence you have to be very careful and the values you specified do not
> work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.