Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Does XML Schema editor work with CCRC?
Does XML Schema editor work with CCRC? [message #604425] Wed, 09 December 2009 15:49 Go to next message
No real name is currently offline No real nameFriend
Messages: 6
Registered: November 2009
Junior Member
Hi,

I do not know which forum to put this to.

When using the XML Schema editor in Clearcase remote client, I see this exception:


==> An error has occurred. See error log for more details.
java.lang.NullPointerException

!ENTRY org.eclipse.ui.views.properties.tabbed 4 2 2009-12-09 08:34:57.151
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.views.properties.tabbed".
!STACK 0
java.lang.NullPointerException
at org.eclipse.xsd.util.XSDConstants.lookupQualifier(Unknown Source)
at org.eclipse.xsd.impl.XSDNamedComponentImpl.getQName(Unknown Source)
at org.eclipse.wst.xsd.ui.internal.common.properties.sections.X SDComplexTypeSection.fillTypesCombo(Unknown Source)
at org.eclipse.wst.xsd.ui.internal.common.properties.sections.X SDComplexTypeSection.refresh(Unknown Source)
at org.eclipse.ui.views.properties.tabbed.TabContents$6.run(Unk nown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.core.runtime.Platform.run(Unknown Source)
at org.eclipse.ui.internal.JFaceUtil$1.run(Unknown Source)
at org.eclipse.jface.util.SafeRunnable.run(Unknown Source)
at org.eclipse.ui.views.properties.tabbed.TabContents.refresh(U nknown Source)
at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPa ge.refresh(Unknown Source)
.......

I wonder if it is supported.


Grace
Re: Does XML Schema editor work with CCRC? [message #604429 is a reply to message #604425] Wed, 09 December 2009 16:26 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Grace,

I'm not sure what CCRC is. I can't tell from the stack the source
lines involved, but I can only imagine that method producing a null
pointer exception for an ill-formed DOM, e.g., a node with null as the
getNodeName or getAttributes should be impossible. Probably it's more
of a WTP question since they provide the editor. How might the
reproduce this problem?


gracehylo@yahoo.com wrote:
> Hi,
>
> I do not know which forum to put this to.
>
> When using the XML Schema editor in Clearcase remote client, I see
> this exception:
>
>
> ==> An error has occurred. See error log for more details.
> java.lang.NullPointerException
>
> !ENTRY org.eclipse.ui.views.properties.tabbed 4 2 2009-12-09 08:34:57.151
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.ui.views.properties.tabbed".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.xsd.util.XSDConstants.lookupQualifier(Unknown
> Source)
> at
> org.eclipse.xsd.impl.XSDNamedComponentImpl.getQName(Unknown Source)
> at
> org.eclipse.wst.xsd.ui.internal.common.properties.sections.X
> SDComplexTypeSection.fillTypesCombo(Unknown Source)
> at
> org.eclipse.wst.xsd.ui.internal.common.properties.sections.X
> SDComplexTypeSection.refresh(Unknown Source)
> at
> org.eclipse.ui.views.properties.tabbed.TabContents$6.run(Unk nown Source)
> at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
> at org.eclipse.core.runtime.Platform.run(Unknown Source)
> at org.eclipse.ui.internal.JFaceUtil$1.run(Unknown Source)
> at org.eclipse.jface.util.SafeRunnable.run(Unknown Source)
> at
> org.eclipse.ui.views.properties.tabbed.TabContents.refresh(U nknown
> Source)
> at
> org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPa
> ge.refresh(Unknown Source)
> ......
>
> I wonder if it is supported.
>
>
> Grace
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:XML generation from XSD puts "token" in attributes
Next Topic:Does XML Schema editor work with CCRC?
Goto Forum:
  


Current Time: Fri Mar 29 15:34:04 GMT 2024

Powered by FUDForum. Page generated in 0.03443 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top