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 248035 - org.xml.sax.SAXParseException; cvc-complex-type.2.3: Element 'dependency' cannot have character [children], because the type's content type is element-only.
Summary: org.xml.sax.SAXParseException; cvc-complex-type.2.3: Element 'dependency' can...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 09:25 UTC by Alexander Simon
Modified: 2014-11-03 14:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212848


Attachments
stacktrace (6.63 KB, text/plain)
2014-10-20 09:25 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-10-20 09:25:51 UTC
Build: NetBeans IDE 8.0.1 (Build 20141008-33669bfdc920)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
alexvsimon: open projects




Stacktrace: 
org.xml.sax.SAXParseException; cvc-complex-type.2.3: Element 'dependency' cannot have character [children], because the type's content type is element-only.
   at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
   at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:437)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
   at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:458)
Comment 1 Alexander Simon 2014-10-20 09:25:53 UTC
Created attachment 149991 [details]
stacktrace