You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2005/07/04 11:11:10 UTC

[jira] Created: (JCR-158) TextFilterService uses Sun specific classes

TextFilterService uses Sun specific classes
-------------------------------------------

         Key: JCR-158
         URL: http://issues.apache.org/jira/browse/JCR-158
     Project: Jackrabbit
        Type: Improvement
  Components: query  
 Environment: svn revision: 209033
    Reporter: Marcel Reutegger
 Assigned to: Marcel Reutegger 
    Priority: Minor


The TextFilterService uses the Sun specific and actually undocumented class sun.misc.Service class to lookup TextFilter implementations. This approach will not work on all JVM implementations.

The Service should rather use javax.imageio.spi.ServiceRegistry, which is part of the standard J2SE API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (JCR-158) TextFilterService uses Sun specific classes

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-158?page=all ]
     
Marcel Reutegger resolved JCR-158:
----------------------------------

    Resolution: Fixed

Fixed in revision: 209043

> TextFilterService uses Sun specific classes
> -------------------------------------------
>
>          Key: JCR-158
>          URL: http://issues.apache.org/jira/browse/JCR-158
>      Project: Jackrabbit
>         Type: Improvement
>   Components: query
>  Environment: svn revision: 209033
>     Reporter: Marcel Reutegger
>     Assignee: Marcel Reutegger
>     Priority: Minor

>
> The TextFilterService uses the Sun specific and actually undocumented class sun.misc.Service class to lookup TextFilter implementations. This approach will not work on all JVM implementations.
> The Service should rather use javax.imageio.spi.ServiceRegistry, which is part of the standard J2SE API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-158) TextFilterService uses Sun specific classes

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-158?page=all ]
     
Marcel Reutegger closed JCR-158:
--------------------------------


> TextFilterService uses Sun specific classes
> -------------------------------------------
>
>          Key: JCR-158
>          URL: http://issues.apache.org/jira/browse/JCR-158
>      Project: Jackrabbit
>         Type: Improvement
>   Components: query
>  Environment: svn revision: 209033
>     Reporter: Marcel Reutegger
>     Assignee: Marcel Reutegger
>     Priority: Minor

>
> The TextFilterService uses the Sun specific and actually undocumented class sun.misc.Service class to lookup TextFilter implementations. This approach will not work on all JVM implementations.
> The Service should rather use javax.imageio.spi.ServiceRegistry, which is part of the standard J2SE API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira