[JBoss JIRA] (JBIDE-12107) invisible projects in project explorer
by Florian Lorenz (JIRA)
Florian Lorenz created JBIDE-12107:
--------------------------------------
Summary: invisible projects in project explorer
Key: JBIDE-12107
URL: https://issues.jboss.org/browse/JBIDE-12107
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.Beta3
Environment: Win 7 x64, 32 bit Eclipse 3.7.2
Reporter: Florian Lorenz
Priority: Critical
After updating JBoss-Tools to newest version from update-site (I think it said 3.3.0.Beta3 - Build from 20120514) all my projects are not showing anymore in project-explorer (whether in JEE- nor in Java-perspective). My only workaround is to switch to package-explorer for now. If I for example open 'Project / Clean...' I am able to see all open projects.
--
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
13 years, 10 months
[JBoss JIRA] (JBIDE-12099) StringIndexOutOfBoundsException when invoking ContentAssist in PathParam annotation
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12099:
-----------------------------------------
Summary: StringIndexOutOfBoundsException when invoking ContentAssist in PathParam annotation
Key: JBIDE-12099
URL: https://issues.jboss.org/browse/JBIDE-12099
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.CR1
Reporter: Jaroslav Jankovič
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.CR1
Stacktrace of exception:
{code}
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(String.java:695)
at org.jboss.tools.ws.jaxrs.ui.contentassist.PathParamAnnotationValueCompletionProposalComputer.internalComputePathParamProposals(PathParamAnnotationValueCompletionProposalComputer.java:136)
at org.jboss.tools.ws.jaxrs.ui.contentassist.PathParamAnnotationValueCompletionProposalComputer.computeCompletionProposals(PathParamAnnotationValueCompletionProposalComputer.java:95)
at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:318)
at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:267)
at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:283)
at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:243)
at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1830)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:556)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:553)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:488)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:482)
at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1656)
at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:183)
at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:567)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:508)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:123)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1531)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1257)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1294)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:730)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3019)
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:734)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1743)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:5016)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4408)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8422)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1245)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2276)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
{code}
--
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
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-9249) Error in Error log when creating JSF2 Kick Start project
by Vlado Pakan (JIRA)
Error in Error log when creating JSF2 Kick Start project
--------------------------------------------------------
Key: JBIDE-9249
URL: https://issues.jboss.org/browse/JBIDE-9249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M2
Environment: Linux 32bit, JDK Sun 1.6.0_25, JBoss AS 6 final, jbdevstudio-product-linux-gtk-5.0.0.v201106231745R-H7-M2
Reporter: Vlado Pakan
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
Create JSF2 Kick Start Project.
There is this error in Error Log:
!MESSAGE Error initializing facelet registry entry (/opt/jboss-6.0.0.Final/server/default/deployers/jsf.deployer/Mojarra-2.0/jsf-libs/jsf-impl-2.0.3-b05.jar!com/sun/faces/metadata/taglib/facelets_jsf_core.taglib.xml is invalid at line 453, column 52)
!STACK 0
org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Feature 'span' not found. (file:///opt/jbdevstudio5.0.0.M2/studio/com/sun/faces/metadata/taglib/facelets_jsf_core.taglib.xml, 453, 52)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.handleErrors(XMLLoadImpl.java:83)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:191)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:242)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1511)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.TagModelLoader.loadFromInputStream(TagModelLoader.java:100)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.JarFileFaceletTaglibLocator.processJar(JarFileFaceletTaglibLocator.java:239)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.JarFileFaceletTaglibLocator.start(JarFileFaceletTaglibLocator.java:128)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.JarFileFaceletTaglibLocator.start(JarFileFaceletTaglibLocator.java:1)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.ProjectTaglibDescriptor$1.run(ProjectTaglibDescriptor.java:82)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.ProjectTaglibDescriptor.initialize(ProjectTaglibDescriptor.java:71)
at org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.ProjectTaglibDescriptor.getTagLibraries(ProjectTaglibDescriptor.java:117)
at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.initialize(FaceletTagRegistry.java:183)
at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.getAllTagLibraries(FaceletTagRegistry.java:129)
at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.getTagLibrary(FaceletTagRegistry.java:230)
at org.eclipse.jst.jsf.facelet.core.internal.metadata.FaceletNamespaceMetaDataLocator.locateMetaDataModelProviders(FaceletNamespaceMetaDataLocator.java:53)
at org.eclipse.jst.jsf.common.metadata.internal.DomainLoadingStrategy.locateMetaDataSourceInstances(DomainLoadingStrategy.java:143)
at org.eclipse.jst.jsf.common.metadata.internal.DomainLoadingStrategy.load(DomainLoadingStrategy.java:55)
at org.eclipse.jst.jsf.common.metadata.internal.MetaDataModel.load(MetaDataModel.java:93)
at org.eclipse.jst.jsf.common.metadata.internal.MetaDataModelManager.loadMetadata(MetaDataModelManager.java:147)
at org.eclipse.jst.jsf.common.metadata.internal.MetaDataModelManager.getModel(MetaDataModelManager.java:90)
at org.eclipse.jst.jsf.common.metadata.query.internal.MetaDataQueryHelper.getMDModel(MetaDataQueryHelper.java:124)
at org.eclipse.jst.jsf.common.metadata.query.internal.MetaDataQueryHelper.getModel(MetaDataQueryHelper.java:59)
at org.eclipse.jst.jsf.common.metadata.query.internal.MetaDataQueryHelper.getEntities(MetaDataQueryHelper.java:69)
at org.eclipse.jst.jsf.common.metadata.query.internal.MetaDataQueryHelper.getEntity(MetaDataQueryHelper.java:64)
at org.eclipse.jst.jsf.metadataprocessors.MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(MetaDataEnabledProcessingFactory.java:100)
at org.eclipse.jst.jsf.metadataprocessors.MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(MetaDataEnabledProcessingFactory.java:146)
at org.eclipse.jst.jsf.validation.internal.strategy.AttributeValidatingStrategy.validateNonELAttributeValue(AttributeValidatingStrategy.java:660)
at org.eclipse.jst.jsf.validation.internal.strategy.AttributeValidatingStrategy.access$1(AttributeValidatingStrategy.java:637)
at org.eclipse.jst.jsf.validation.internal.strategy.AttributeValidatingStrategy$1.run(AttributeValidatingStrategy.java:184)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.jst.jsf.validation.internal.strategy.AttributeValidatingStrategy.validateAttributeValue(AttributeValidatingStrategy.java:166)
at org.eclipse.jst.jsf.validation.internal.strategy.AttributeValidatingStrategy.validate(AttributeValidatingStrategy.java:142)
at org.eclipse.jst.jsf.validation.internal.XMLViewDefnValidator.validateTag(XMLViewDefnValidator.java:99)
at org.eclipse.jst.jsf.validation.internal.XMLViewDefnValidator.validateRegions(XMLViewDefnValidator.java:177)
at org.eclipse.jst.jsf.validation.internal.XMLViewDefnValidator.validateView(XMLViewDefnValidator.java:134)
at org.eclipse.jst.jsf.facelet.ui.internal.validation.HTMLValidator.validateFile(HTMLValidator.java:158)
at org.eclipse.jst.jsf.facelet.ui.internal.validation.HTMLValidator.validate(HTMLValidator.java:108)
at org.eclipse.wst.validation.Validator$V2.validate(Validator.java:1159)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:704)
at org.eclipse.wst.validation.internal.ValManager$1.visit(ValManager.java:665)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:810)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:669)
at org.eclipse.wst.validation.internal.ValBuilderJob$Visitor.visit(ValBuilderJob.java:299)
at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:106)
at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:65)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:82)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)
at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:127)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:75)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:104)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:88)
at org.eclipse.wst.validation.internal.ValBuilderJob.fullBuild(ValBuilderJob.java:219)
at org.eclipse.wst.validation.internal.ValBuilderJob.run(ValBuilderJob.java:178)
at org.eclipse.wst.validation.internal.ValBuilderJob.runInWorkspace(ValBuilderJob.java:126)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'span' not found. (file:///opt/jbdevstudio5.0.0.M2/studio/com/sun/faces/metadata/taglib/facelets_jsf_core.taglib.xml, 453, 52)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleFeature(XMLHandler.java:1777)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1023)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1001)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:712)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1363)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:181)
... 57 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] (JBIDE-11208) Lots of errors when having richfacees 4.2 loaded
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-11208:
-------------------------------------------
Summary: 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
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
13 years, 10 months