Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Smoke test delayed for 3.5.0 M6 candidate

I don’t see a smoke test results page yet, so here are the findings for JSF Tools project:

 

-          Smoke test passes, but

 

-          Many JUnit test failures and errors, resulting (primarily) from inability to install web facet;

o   Root cause:

ยง  Caused by: org.eclipse.emf.ecore.xmi.ClassNotFoundException: Class 'web-app' is not found or is abstract. (platform:/resource/org.eclipse.jst.jsf.core.tests.contenttype.TestContentTypes_testJSFFaceletContentType/WebContent/WEB-INF/web.xml, 2, 240)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.validateCreateObjectFromFactory(XMLHandler.java:2251)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.validateCreateObjectFromFactory(XMLHandler.java:2242)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectByType(XMLHandler.java:1339)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createTopObject(XMLHandler.java:1475)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1026)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.processElement(XMIHandler.java:77)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1008)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:719)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.startElement(XMIHandler.java:163)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:259)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1529)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1308)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
at org.eclipse.jem.internal.util.emf.workbench.ProjectResourceSetImpl.demandLoad(ProjectResourceSetImpl.java:811)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)

 

Initial scan of web.xml shows that xmlns=”http://xmlns.jcp.org/xml/ns/javaee” but xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" (ns in schema location doesn’t match xmlns). If I alter the ns in the schema location to match xmlns, I get a “cvc-elt.1: Cannot find the declaration of element 'web-app'.” marker.

 

I will explore further tomorrow, but wanted to pass this along now in the absence of a smoke test results page (and no bug logged, as of yet).

 

-          Ian

 

From: Carl Anderson [mailto:ccc@xxxxxxxxxx]
Sent: Thursday, March 14, 2013 4:09 PM
To: Webtools releng discussion list
Cc: Webtools releng discussion list; wtp-releng-bounces@xxxxxxxxxxx
Subject: Re: [wtp-releng] Smoke test delayed for 3.5.0 M6 candidate

 

Folks,

I downloaded the latest build while it was still building, and ran into a blocking regression due to changes in EMF.  Since I was already modifying our EMF models to support Java EE 7, I committed a fix for that (as well as the versioning problems I caused with the commits to support Java EE 7), and am asking for a respin, citing https://bugs.eclipse.org/bugs/show_bug.cgi?id=400481 .  This effects all team's smoke tests.  As such, I will kick off another build, and we should issue a smoke test request once that is finished.  Unless another blocker is found, that build should be ready in 5 hours, and teams should still be able to post their results before noon, EDT, on Friday March 15.
Also, there were a large number of JSF versioning problems that appeared recently- those will be blockers for the declare (but not for the actual smoke testing)- please see http://build.eclipse.org/webtools/committers/wtp4x-R3.5.0-I/20130314174646/I-3.5.0-20130314174646/versioningReport_I-3.5.0-20130314174646.html for details.

FWIW,

- Carl Anderson
WTP Build guy

Inactive hide details for Chuck Bridgham---03/14/2013 11:39:29 AM---Thanks - Chuck Senior Architect, RAD Java EE Tools, WTP PMCChuck Bridgham---03/14/2013 11:39:29 AM---Thanks - Chuck Senior Architect, RAD Java EE Tools, WTP PMC Lead

From:


Chuck Bridgham/Raleigh/IBM@IBMUS

To:


Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

Date:


03/14/2013 11:39 AM

Subject:


[wtp-releng] Smoke test delayed for 3.5.0 M6 candidate.... Stay tuned, we'll update during status call. <eom>

Sent by:


wtp-releng-bounces@xxxxxxxxxxx







Thanks - Chuck

Senior Architect, RAD Java EE Tools, WTP PMC Lead
IBM Software Lab - Research Triangle Park, NC
_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top