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:43:59 UTC

[jira] Created: (OPENEJB-989) Don't log "Property not supported" warning when Resources that accept any property

Don't log "Property not supported" warning when Resources that accept any property
----------------------------------------------------------------------------------

                 Key: OPENEJB-989
                 URL: https://issues.apache.org/jira/browse/OPENEJB-989
             Project: OpenEJB
          Issue Type: Bug
          Components: configuration
    Affects Versions: 3.1, 3.0
            Reporter: David Blevins
             Fix For: 3.1.1


On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
I)
i tried the javax.mail.Session Resource:

What i found out:
a) If you specify the pass-through Properties in 
<Resource id="BedsMailSession" type="javax.mail.Session">
	# mail.host=""
	mail.pop3.user=jens.toerber
	mail.pop3.host=pop.web.de
	mail.pop3.port=110
	mail.smtp.host=smtp.web.de
	mail.smtp.port=25
	mail.transport.protocol=smtp
	mail.smtp.auth="true" 
	mail.smtp.user="jens.toerber" 
	password="thrillie" 
</Resource>

you get a WARN-Level log-entry that those Properties are not supported. I
guess INFO-Level with a hint that they are passed through would be better.



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


[jira] Closed: (OPENEJB-989) Don't log "Property not supported" warning for javax.mail.Session objects

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

David Blevins closed OPENEJB-989.
---------------------------------

    Resolution: Fixed

> Don't log "Property not supported" warning  for javax.mail.Session objects
> --------------------------------------------------------------------------
>
>                 Key: OPENEJB-989
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-989
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: configuration
>    Affects Versions: 3.0, 3.1
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.1.1
>
>
> On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
> I)
> i tried the javax.mail.Session Resource:
> What i found out:
> a) If you specify the pass-through Properties in 
> <Resource id="BedsMailSession" type="javax.mail.Session">
> 	# mail.host=""
> 	mail.pop3.user=jens.toerber
> 	mail.pop3.host=pop.web.de
> 	mail.pop3.port=110
> 	mail.smtp.host=smtp.web.de
> 	mail.smtp.port=25
> 	mail.transport.protocol=smtp
> 	mail.smtp.auth="true" 
> 	mail.smtp.user="jens.toerber" 
> 	password="thrillie" 
> </Resource>
> you get a WARN-Level log-entry that those Properties are not supported. I
> guess INFO-Level with a hint that they are passed through would be better.

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


[jira] Updated: (OPENEJB-989) Don't log "Property not supported" warning for javax.mail.Session objects

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

David Blevins updated OPENEJB-989:
----------------------------------

    Assignee: David Blevins
     Summary: Don't log "Property not supported" warning  for javax.mail.Session objects  (was: Don't log "Property not supported" warning when Resources that accept any property)

> Don't log "Property not supported" warning  for javax.mail.Session objects
> --------------------------------------------------------------------------
>
>                 Key: OPENEJB-989
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-989
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: configuration
>    Affects Versions: 3.0, 3.1
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.1.1
>
>
> On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
> I)
> i tried the javax.mail.Session Resource:
> What i found out:
> a) If you specify the pass-through Properties in 
> <Resource id="BedsMailSession" type="javax.mail.Session">
> 	# mail.host=""
> 	mail.pop3.user=jens.toerber
> 	mail.pop3.host=pop.web.de
> 	mail.pop3.port=110
> 	mail.smtp.host=smtp.web.de
> 	mail.smtp.port=25
> 	mail.transport.protocol=smtp
> 	mail.smtp.auth="true" 
> 	mail.smtp.user="jens.toerber" 
> 	password="thrillie" 
> </Resource>
> you get a WARN-Level log-entry that those Properties are not supported. I
> guess INFO-Level with a hint that they are passed through would be better.

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