[jbosstools-issues] [JBoss JIRA] (JBIDE-12224) Building JAX-RS metamodel is very slow at times

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Jul 23 10:10:07 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707295#comment-12707295 ] 

Xavier Coulon commented on JBIDE-12224:
---------------------------------------

Hi Pete,

the so-called 'endpoints' are the elements displayed under the 'JAX-RS Rest Web Services' node in the Project Explorer view (eg: GET /members). 

'Scanning the jars' is performed by Eclipse when the JAX-RS plugins searches for members (type or methods) that would be annotated with JAX-RS annotation when some jars are added in the project's classpath. The search is implemented by Eclipse -> the JAX-RS plugin uses the Eclipse Search API. Indexing new jars is done once, then searching goes very fast. You have the same behavior when searching for a Type: the popup appears and you see some messages like "x files to index..." before search gives you the expected result.


                
> Building JAX-RS metamodel is very slow at times
> -----------------------------------------------
>
>                 Key: JBIDE-12224
>                 URL: https://issues.jboss.org/browse/JBIDE-12224
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.0.CR1
>            Reporter: Pete Muir
>            Assignee: Xavier Coulon
>             Fix For: 3.4.0.M1
>
>
> I haven't worked out when :-(
> I'll try to reproduce it now

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list