OK then, David. We are using JS2.1 code base (that is where the snippet came from). It must have been removed from the newer versions. Anyway, we are in the process of building 2.1.2-post. We should be fine on this.
Thank you. ---Yang -----Original Message----- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 1:17 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 4, 2008, at 6:37 AM, Sie, Yang wrote: > 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; > } > } > > I just checked out the source to 2.1 post release, searched the entire source for a reference to getContainerService, and found no references --------------------------------------------------------------------- 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]
