This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232721 - NoClassDefFoundError: org/apache/xerces/util/XMLChar
Summary: NoClassDefFoundError: org/apache/xerces/util/XMLChar
Status: RESOLVED DUPLICATE of bug 232690
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 15:24 UTC by Vladimir Riha
Modified: 2013-07-16 06:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202152


Attachments
stacktrace (6.19 KB, text/plain)
2013-07-15 15:24 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-07-15 15:24:49 UTC
Build: NetBeans IDE Dev (Build 201307150106)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
vriha: To reproduce, invoke new File wizard in Java Web project, select Web|Tag File in next step, check "Add Tag file to Tag library descriptor"




Stacktrace: 
java.lang.NoClassDefFoundError: org/apache/xerces/util/XMLChar
   at org.netbeans.modules.web.wizards.targetpanel.providers.TagUIManager.isValidTagName(TagUIManager.java:561)
   at org.netbeans.modules.web.wizards.targetpanel.providers.TagTargetPanelProvider.isValid(TagTargetPanelProvider.java:176)
   at org.netbeans.modules.target.iterator.api.TargetChooserPanel.isValid(TargetChooserPanel.java:121)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:874)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:754)
Comment 1 Vladimir Riha 2013-07-15 15:24:51 UTC
Created attachment 137134 [details]
stacktrace
Comment 2 Vladimir Riha 2013-07-16 06:31:54 UTC
I think this is P2 - regression that prevents from creating tag file with TLD. Jardo please reassign if it doesn't belong here, thank you.
Comment 3 Svata Dedic 2013-07-16 06:39:00 UTC

*** This bug has been marked as a duplicate of bug 232690 ***