[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4889) JBoss Tools server runtime responds as capable of providing libraries for portlet facets although it doesn't provide them

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Sep 21 17:06:49 EDT 2009


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

Snjezana Peco commented on JBIDE-4889:
--------------------------------------

The ProjectRuntimeClasspathProvider.getClasspathEntries() method would return null for a portlet facet. 
Portlet libraries are recognized by the org.eclipse.jst.server.core.internalRuntimeComponentProviders ext. point declared in the org.jboss.tools.portlet.core plugin.

The attached patch fixes the problem in case of portlet facets. It is necessary to include all the facets for which this runtime doesn't provide libraries (axis, seam...; I am not sure about esb and ws).

> JBoss Tools server runtime responds as capable of providing libraries for portlet facets although it doesn't provide them
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-4889
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4889
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.1.0.M3
>            Reporter: Snjezana Peco
>            Assignee: Rob Stryker
>         Attachments: org.jboss.ide.eclipse.as.classpath.core.patch
>
>
> The problem is in the ProjectRuntimeClasspathProvider.getClasspathEntries() method that returns libraries for every facet.
> For more details see http://www.jboss.org/community/wiki/PortletFacetLibraries

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

        


More information about the jbosstools-issues mailing list