Thank you David. This doesn't cause much issue per se. Also, I
remembered that we asked this question years ago and so was what I was
told. While we were revisiting the log, this question popped up and I
forgot what was the answer. But here is the section in JetspeedEngine
and may help you recall what was it for. We will keep looking and if
this indeed caused an issue, we will ask you to try to reproduce it...

public class JetspeedEngine implements Engine

    /**
     * <p>
     * getContainerService
     * </p>
     *
     * @see
org.apache.pluto.services.PortletContainerEnvironment#getContainerServic
e(java.lang.Class)
     * @param service
     * @return
     */
    public ContainerService getContainerService( Class service )
    {
        if(service.equals(FactoryManagerService.class))
        {
            return this;
        }

        try
        {
            return (ContainerService)
getComponentManager().getComponent(service);
        }
        catch (NoSuchBeanDefinitionException e)
        {
            log.warn("No ContainerService defined for
"+service.getName());
            return null;
        }
    }



-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 03, 2008 6:59 PM
To: Jetspeed Users List
Subject: Re: Meaning: WARN org.apache.jetspeed.engine.JetspeedEngine -
No ContainerService defined for
org.apache.pluto.services.property.PropertyManagerService



On Nov 3, 2008, at 2:20 PM, Sie, Yang wrote:

> Hello:
>
> Could some one please refresh my mind what's the meaning of following
> waning message in jetspeed.log? When and why it is appearing?
>
> 2008-10-10 22:10:00,520 [WebContainer : 2] WARN
> org.apache.jetspeed.engine.JetspeedEngine - No ContainerService  
> defined
> for org.apache.pluto.services.property.PropertyManagerService
>

I am not finding this in any logs for 2.1.2 or 2.1.3. If you want, I  
can compile and install 2.1 (been a while) to see if I can reproduce  
it. My guess is it was fixed in 2.1.2


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to