On 30/03/2010 08:03, Simone Giannecchini wrote:
> Ciao Mark,
> thanks for your answer.
> The short explanation is the one I gave "It looks like that ImageIO
> additional service providers are not loaded
>  anymore at runtime via the standard jar META-INF/services mechanism."
> 
> Longer explanation is as follows. ImageIO allows to define additional
> readers/writers by means of the javax ServiceRegistry/IIORegistry
> mechanism: this mechanism basically requires that we put complete
> classnames for the service strategies we have defined for a certain
> interface inside a text file whose name is the complete classname of
> the interface, e.g. javax.imageio.spi.ImageInputStreamSpi. Does this
> make sense?

That makes sense but doesn't tell me anything I didn't already know.

Still no info on when you see this issue. All the time? Just on reload?
Randomly?

Still no info on where these JARs are located. In a WAR, in
CATALINA_HOME/lib, somewhere else?

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to