Hi Edgar, Edgar Poce wrote:
Not sure, but sun.misc.Service doesn't seem to be part of the j2se spec, see http://java.sun.com/j2se/1.4.2/docs/api/index.html. I didn't test it but if that's the case I guess indexing won't work with other jvm than the one from sun.
You are right, we should probably move to javax.imageio.spi.ServiceRegistry. Even though the package name implies something else, this registry can be used for any service.
I've created a jira issue: http://issues.apache.org/jira/browse/JCR-158 regards marcel
