Stuart Roebuck wrote:
>
> Berin,
>
> Is there anything you've changed in ResourceReader recently that could explain why images
on pages rendered with the latest C2 CVS are being almost randomly swapped on a page, like
they're being generated, put in a bin and then taken out at random and distributed around
the page?
The only thing I can think of is making it ThreadSafe... Before, it
had no designation, so I will try making it Poolable.
>
> [This relates to my post on the thread "[C2] Re: Strange problems with concurrent? access..."]
>
> Stuart.
>
> On Monday, February 19, 2001, at 07:48 PM, Berin Loritsch wrote:
>
> > Donald Ball wrote:
> > >
> > > [javac]
> > >
> > /home/balld/src/xml-cocoon2/build/cocoon/src/org/apache/cocoon/sitemap/SitemapComponentSelector.java:45:
> > > No method matching addComponent(java.lang.String, java.lang.Class,
> > > org.apache.avalon.Configuration) found in class
> > > org.apache.cocoon.CocoonComponentSelector.
> > > [javac] super.addComponent(type, component, conf);
> > >
> > > just fyi. reckon berin's still got outstanding commits.
> > >
> > >
> >
> > Ok, The CocoonComponentSelector's method is visible.
> >
> > Hopefully everything I am working on now does not affect current CVS.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > For additional commands, email: cocoon-dev-help@xml.apache.org
> >
> >
>
> -------------------------------------------------------------------------
> Stuart Roebuck stuart.roebuck@adolos.com
> Lead Developer Java, XML, MacOS X, XP, etc.
> ADOLOS http://www.adolos.com/
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
|