Hi Torsten! How are things goin'?
All cocoon developers have commit access to excalibur svn. Go ahead and fix it! Cheers, - Leo On 11-01-2005 15:00, "Torsten Curdt" <[EMAIL PROTECTED]> wrote: > Guys, > > just wondering why the EntityResolver on the JaxpParser is > not configurable. If there is no particular reason I'd > like to supply a patch. > > http://cvs.apache.org/viewcvs.cgi/excalibur/trunk/components/xmlutil/src/java/ > org/apache/excalibur/xml/impl/JaxpParser.java?root=Apache-SVN&rev=37165&view=m > arkup > > /** > * Get the Entity Resolver from the component m_manager > * > * @avalon.dependency type="EntityResolver" optional="true" > */ > public void service( final ServiceManager manager ) > throws ServiceException > { > m_manager = manager; > > if( manager.hasService( EntityResolver.ROLE ) ) > { > m_resolver = (EntityResolver)manager.lookup( EntityResolver.ROLE > ); > if( getLogger().isDebugEnabled() ) > { > getLogger().debug( "JaxpParser: Using EntityResolver: " + > m_resolver ); > } > } > } > > WDYT? > > cheers > -- > Torsten > > --------------------------------------------------------------------- > 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]
