This is where I think I'm confused. Is a <provide> tag the equivalent of a <dependency> tag?
As for the ServletContainerService, I'm writing a Block for the Jetty servlet engine. I'm about 80% there: you can deploy servlets and use JSPs. I need to polish some rough edges (NullPointerExceptions instead of 404 messages, etc) and add meaningful logging. --Kevin On Thursday 14 March 2002 02:50 am, you wrote: > Kevin, > > Your assembly.xml needs to have the dependecy declarations as well. > > ServletContainerService sounds interesting, care to tell us about it? > > > - Paul > > >Maybe I'm just too tired to see this, but I'm getting an error when > >deploying a .SAR file. The error is: > > > >Dependency for role > >"com.electricanvil.ptolemy.server.framework.services.registry.BlockRegi > >stry" not specified for the Block named "ServletEngine". I've stared > > and stared at the .xinfo file for the ServletEngine block and just > > don't see the problem. Am I looking in the right place? > > > >--Kevin > > > >Here is the contents of the .xinfo: > > > ><?xml version="1.0"?> > > > ><blockinfo> > > <block> > > <version>1.0</version> > > </block> > > <services> > > <service > >name="com.electricanvil.ptolemy.server.framework.services.servlet.Servl > >etContainerService" version="1.0" /> > > </services> > > <dependencies> > > <dependency> > > <service > >name="com.electricanvil.ptolemy.server.framework.services.registry.Bloc > >kRegistry" version="1.0" /> > > </dependency> > > </dependencies> > ></blockinfo> > > > >-- > >To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> For > > additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
