Community
Participate
Working Groups
Build Identifier: The XSD file for the uiObjectFactories (/org.eclipse.bpel.ui/schemas/uiObjectFactories.exsd) does not reference the factory element. As a result "plugin.xml" files that define uiObjectFactories are marked with warnings by eclipse. Additionally a namespace definition is missing in that file. Reproducible: Always
Created attachment 186813 [details] Patch for the uiObjectFactories.exsd Added the proposed patch.
Hi Tobias, I found many .exsd files have not the namespace definition. What does the namespace means? I think it is not important, right? Grid
The namespace marks the XML elements in that file as XSD-elements. Some XML tools (as eclipse) don't warn about the missing namespace in XSD files, but others will. See http://www.w3.org/TR/2004/REC-xmlschema-0-20041028/ for more about XML Schema and namespaces.
Patch was applied.
Comment on attachment 186813 [details] Patch for the uiObjectFactories.exsd Updated iplog flag for v1.0 release review