[ 
https://issues.apache.org/jira/browse/GERONIMO-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu updated GERONIMO-5534:
-------------------------------

    Attachment: G-5534.patch

This warning is from openejb class: 
org.apache.openejb.assembler.classic.Assembler 1347, and openejb default 
startup service log level is warning, different from previous info:  
    log4j.category.OpenEJB.startup.service = warn

private void logUnusedProperties(Map<String, Object> unsetProperties, 
ServiceInfo info) {
        for (String property : unsetProperties.keySet()) {
            //TODO: DMB: Make more robust later
            if (property.equalsIgnoreCase("properties")) return;
            if (property.equalsIgnoreCase("transactionManager")) return;
            if (info.types.contains("javax.mail.Session")) return;
            //---

            logger.getChildLogger("service").warning("unusedProperty", 
property, info.id);
        }
    }

So [service] Property "AccessTimeout" not supported by 
"DefaultStatefulContainer" came out in geronimo. 
We can change our server_log4j.properties to define 
log4j.category.OpenEJB.startup.service=ERROR to avoid this warning as a 
workaround.

Meantime, i will post a thread on openejb dev maillist about whether should fix 
this warning from openejb side.


> AccessTimeout warning during server startup.
> --------------------------------------------
>
>                 Key: GERONIMO-5534
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5534
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.2.2
>            Reporter: Kevan Miller
>            Assignee: viola.lu
>             Fix For: 2.2.2
>
>         Attachments: G-5534.patch
>
>
> During server startup on current 2.2.2-SNAPSHOT builds, I'm seeing the 
> following warning:
> 2010-08-16 17:02:12,353 WARN  [service] Property "AccessTimeout" not 
> supported by "DefaultStatefulContainer"

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

Reply via email to