Petals Studio

Integrate the form editor for WSDL / XSD in the studio

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1.1
  • Fix Version/s: 1.2.0
  • Component/s: Studio Product
  • Security Level: Public
  • Environment:
    All.

Activity

Hide
Vincent Zurczak added a comment - Tue, 8 Feb 2011 - 16:23:33 +0100

Planned after the next major release of Eclipse (June 2011).

Show
Vincent Zurczak added a comment - Tue, 8 Feb 2011 - 16:23:33 +0100 Planned after the next major release of Eclipse (June 2011).
Hide
mistria added a comment - Tue, 5 Jul 2011 - 19:10:10 +0200
Show
mistria added a comment - Tue, 5 Jul 2011 - 19:10:10 +0200 See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=323696
Hide
mistria added a comment - Mon, 11 Jul 2011 - 19:03:06 +0200

Editors seem to work, but some error occur in wizard:

java.lang.NoSuchMethodError: org.eclipse.core.runtime.IExtension.getDeclaringPluginDescriptor()Lorg/eclipse/core/runtime/IPluginDescriptor;
at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readElement(WSDLEditorPlugin.java:563)
at org.eclipse.wst.wsdl.ui.internal.BaseRegistryReader.readRegistry(WSDLEditorPlugin.java:420)
at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readRegistry(WSDLEditorPlugin.java:542)
at org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin.getContentGeneratorUIExtensionRegistry(WSDLEditorPlugin.java:166)
at org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFileOptionsPage.createControl(WSDLNewFileOptionsPage.java:201)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)

org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
at org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.setName(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.<init>(Unknown Source)
at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(Unknown Source)
at org.apache.xerces.dom.ElementImpl.setAttributeNS(Unknown Source)
at org.eclipse.wst.wsdl.internal.impl.DefinitionImpl.changeReference(DefinitionImpl.java:1984)
at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1147)
at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1128)
at org.eclipse.wst.wsdl.ui.internal.wizards.NewWSDLWizard.performFinish(NewWSDLWizard.java:150)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)

Show
mistria added a comment - Mon, 11 Jul 2011 - 19:03:06 +0200 Editors seem to work, but some error occur in wizard: java.lang.NoSuchMethodError: org.eclipse.core.runtime.IExtension.getDeclaringPluginDescriptor()Lorg/eclipse/core/runtime/IPluginDescriptor; at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readElement(WSDLEditorPlugin.java:563) at org.eclipse.wst.wsdl.ui.internal.BaseRegistryReader.readRegistry(WSDLEditorPlugin.java:420) at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readRegistry(WSDLEditorPlugin.java:542) at org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin.getContentGeneratorUIExtensionRegistry(WSDLEditorPlugin.java:166) at org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFileOptionsPage.createControl(WSDLNewFileOptionsPage.java:201) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174) org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. at org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source) at org.apache.xerces.dom.AttrNSImpl.setName(Unknown Source) at org.apache.xerces.dom.AttrNSImpl.<init>(Unknown Source) at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(Unknown Source) at org.apache.xerces.dom.ElementImpl.setAttributeNS(Unknown Source) at org.eclipse.wst.wsdl.internal.impl.DefinitionImpl.changeReference(DefinitionImpl.java:1984) at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1147) at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1128) at org.eclipse.wst.wsdl.ui.internal.wizards.NewWSDLWizard.performFinish(NewWSDLWizard.java:150) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)

People

Dates

  • Created:
    Thu, 16 Dec 2010 - 11:29:34 +0100
    Updated:
    Tue, 9 Aug 2011 - 11:51:19 +0200
    Resolved:
    Tue, 19 Jul 2011 - 17:47:24 +0200