[jbosstools-issues] [JBoss JIRA] (JBIDE-11208) Lots of errors when having richfacees 4.2 loaded

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Mar 8 18:22:36 EST 2012


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

Alexey Kazakov commented on JBIDE-11208:
----------------------------------------

This is an issue of Eclipse WTP.

RF 4.2 has a set of resources such as org.richfaces.staticResource/4.2.0.Final/Static/DEFAULT/org.richfaces.images/standardButtonPressedBgImage.png

Let's see what JSF 2 spec says about resource handling:

{quote}
2.6
Resource Handling
As shown in the diagram in Section 2.1.2 “Faces Request Generates Faces Response”, [P1-start isResourceRequest rules]
the JSF run-time must determine if the current Faces Request is a Faces Resource Request or a View Request. This must
be accomplished by calling Application.getResourceHandler().isResourceRequest(). [P1-end] Most
of the normative specification for resource handling is contained in the Javadocs for ResourceHandler and its related
classes. This section contains the specification for resource handling that fits best in prose, rather than in Javadocs.
2.6.1
Packaging Resources
ResourceHandler defines a path based packaging convention for resources. The default implementation of
ResourceHandler must support packaging resources in the web application root or in the classpath, according to the
following specification. {color:red}Other implementations of ResourceHandler are free to package resources however they like{color}.
2.6.1.1
Packaging Resources into the Web Application Root
[P1-start web app packaging ] The default implementation must support packaging resources in the web application root
under the path
resources/<resourceIdentifier>
relative to the web app root. Resources packaged into the web app root must be accessed using the getResource*()
methods on ExternalContext.[P1-end]
2.6.1.2
Packaging Resources into the Classpath
[P1-start classpath packaging ]For the default implementation, resources packaged in the classpath must reside under the
JAR entry name:
META-INF/resources/<resourceIdentifier>
Resources packaged into the classpath must be accessed using the getResource*() methods of the ClassLoader
obtained by calling the getContextClassLoader() method of the curreth Thread.[P1-end]
2.6.1.3
Resource Identifiers
<resourceIdentifier> consists of several segments, specified as follows.
[P1-start requirements for something to be considered a valid resourceIdentifier]
[localePrefix/][libraryName/][libraryVersion/]resourceName[/resourceVersion]
The run-time must enforce the following rules to consider a <resourceIdentifier>s valid. A
<resourceIdentifier> that does not follow these rules must not be considered valid and {color:red}must be ignored silently{color}.
{quote}

So, I don't know if RF is supposed to be used with some custom resource handlers and then it depends on that implementation how to handle resource IDs. But even if the default handler is used then JSF spec says that all the invalid resource IDs should be ignored silently.

So WTP should not log that. But now there is no way to disable this logging in WTP.
                
> Lots of errors when having richfacees 4.2 loaded
> ------------------------------------------------
>
>                 Key: JBIDE-11208
>                 URL: https://issues.jboss.org/browse/JBIDE-11208
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JSF, Seam 2
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Beta2
>
>
> If using a project with richfaces 4.2 in it you get alot of logging in the error log:
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/select.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/inplaceInput.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/panelMenu.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/pickList.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/tooltip.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.529
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/msg.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/contextmenu.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/Autocomplete.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/log.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/datascroller.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/notify.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/collapsible-subtable.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.530
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/inputNumberSlider.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/panel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/popupPanel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/tabPanel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/orderingList.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/dropdownmenu.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/inplaceSelect.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.531
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/indicator.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/datagrid.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/tree.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/inputNumberSpinner.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.css/fileupload.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.532
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevron.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/gradientA.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/autocompleteButtonGradient.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/dotSeparatorImage.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/standardButtonBgImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/dsBtnGradOver.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/plus.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.533
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/inputBackgroundImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/line.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/disabledCalendarIcon.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/gridSeparatorImage.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/comboDownButton.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/minus.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronDownDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.534
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/colHdrGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderDisabledArrowRight.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/calendarIcon.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/inputErrorIcon.png.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/actLeftTabBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/pmenu_bg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/calendarSeparator.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.535
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleDown.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderSelectedArrowBottom.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleDownDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleLeft.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderArrowLeft.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/tabBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/spinnerDisabledArrowBottom.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.536
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronUp.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronLeft.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/squareSeparatorImage.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/spinnerArrowBottom.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/insldrTrackGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/menu_item_bg.gif.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/menuNodeImage.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.537
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/node_icon.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/dsBtnGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/buttonBackgroundImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/gridDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderSelectedArrowRight.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderArrowRight.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/menu_list_bg.gif.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/grid.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.538
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderSelectedArrowLeft.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/lineSeparatorImage.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/calendarButtonDown.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/inplaceBtnPressGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderArrowBottom.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/buttonDisabledBackgroundImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.539
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronLeftDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/tabLineBottomBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronDown.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/actRightTabBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderDisabledArrowLeft.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/spinnerArrowTop.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/chevronUpDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.540
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/sliderDisabledArrowBottom.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/tabLineBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/discDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/comboDisabledDownButton.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/tabBottomBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangle.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/calendarButtonUp.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.541
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/last.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/dsDigGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleUp.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/fuBtnGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/pbAniBg.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleLeftDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/actTabBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.542
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/fuBtnDisGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/standardButtonPressedBgImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/inplaceBtnGrad.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/disc.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/spinnerDisabledArrowTop.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/autocompleteFieldGradient.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/pmenu_bg_dis.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/actTabBottomBg.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.543
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/buttonHoverBackgroundImage.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/triangleUpDisabled.png
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/NULL/org.richfaces.images/leaf_icon.gif
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/progressBar.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/icons.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/toolbar.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/accordion.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.544
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/extendedDataTable.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/datatable.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/calendar.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/list.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/collapsiblePanel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/select.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/inplaceInput.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.545
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/panelMenu.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/pickList.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/tooltip.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/msg.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/contextmenu.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/Autocomplete.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/log.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/datascroller.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/notify.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.546
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/collapsible-subtable.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/inputNumberSlider.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/panel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/popupPanel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/tabPanel.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/orderingList.css
> !ENTRY org.eclipse.jst.jsf.core 1 0 2012-03-07 16:25:01.547
> !MESSAGE Ignoring invalid id: org.richfaces.staticResource/4.2.0.Final/Static/classic/org.richfaces.css/dropdownmenu.css
> and so on.
> Maybe a richfaces 4.2 packaging bug or is eclipse too restrictive?

--
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