Re: Typo in lightweight configuration
"David H. DeWolf" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <[email protected]> |
Graham. Good catch. Just an fyi. . .I have never used the commented out lightweight configuration. It's something that's there to give people an idea of where to start and what can be done by using spring. If you want to submit a patch to improve it, please feel free. I just havn't gottent there yet. I'll go ahead and fix what you mentioned. Thanks for all your great emails! David Graham Klyne wrote: > I'm trying to update my unit test framework to the latest SVN copy of the > software; the configuration changes are causing me some grief. I'm assuming > the "lightweight" configuration will be less change from what I had before, but > I notice a syntax error (missing quote) in the XML: > > [[ > <bean name="PortletRegistryService" > > class="org.apache.pluto.driver.services.impl.resource.PortletRegistryServiceImpl > singleton="true"> > </bean> > ]] > > #g >