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

Summary: org.xml.sax.SAXParseException; cvc-complex-type.2.3: Element 'dependency' cannot have character [children], because the type's content type is element-only.
Product: apisupport Reporter: Alexander Simon <alexvsimon>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212848
Attachments: stacktrace

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