See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
------------------------------------------
[...truncated 13460 lines...]
[ERROR] The import net.sf.saxon.trans cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.value.HexBinaryValue;
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The import net.sf.saxon.value cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] DynamicQueryContext dynamicContext = new DynamicQueryContext(xquery.config);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] DynamicQueryContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] DynamicQueryContext dynamicContext = new DynamicQueryContext(xquery.config);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] DynamicQueryContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] DynamicQueryContext dynamicContext = new DynamicQueryContext(xquery.config);
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] value = wrapStax((Source)value, xquery.getConfig());
[ERROR] ^^^^^^^^^
[ERROR] The method getConfig() from the type SaxonXQueryExpression refers to the missing
type Configuration
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] value = XMLSystemFunctions.convertToAtomicValue(value);
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The method convertToAtomicValue(Object) from the type XMLSystemFunctions refers to
the missing type AtomicValue
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] value = new HexBinaryValue(((BinaryType)value).getBytesDirect());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] HexBinaryValue cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] source = wrapStax(source, xquery.getConfig());
[ERROR] ^^^^^^^^^
[ERROR] The method getConfig() from the type SaxonXQueryExpression refers to the missing
type Configuration
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] if (xquery.contextRoot != null) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] PathMapRoot cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] ProxyReceiver filter = new PathMapFilter(xquery.contextRoot);
[ERROR] ^^^^^^^^^^^^^
[ERROR] ProxyReceiver cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] ProxyReceiver filter = new PathMapFilter(xquery.contextRoot);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] PathMapRoot cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] AugmentedSource sourceInput = AugmentedSource.makeAugmentedSource(source);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AugmentedSource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] AugmentedSource sourceInput = AugmentedSource.makeAugmentedSource(source);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AugmentedSource cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] processor.processRow(XQueryEvaluator.wrap(elem, xquery.config));
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] Builder builder = new Builder(new SaxonReader(xquery.config, sourceInput), false,
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] DocumentInfo doc;
[ERROR] ^^^^^^^^^^^^
[ERROR] DocumentInfo cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] doc = xquery.config.buildDocument(source);
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] } catch (XPathException e) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] result.iter = xquery.xQuery.iterator(dynamicContext);
[ERROR] ^^^^^^^^^^^
[ERROR] SequenceIterator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] result.iter = xquery.xQuery.iterator(dynamicContext);
[ERROR] ^^^^^^^^^^^^^
[ERROR] XQueryExpression cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] if (result.iter == null) {
[ERROR] ^^^^^^^^^^^
[ERROR] SequenceIterator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] private static Source wrapStax(Source value, Configuration config) throws
TeiidProcessingException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] StaxToEventBridge sb = new StaxToEventBridge();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] StaxToEventBridge cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] StaxToEventBridge sb = new StaxToEventBridge();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] StaxToEventBridge cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] value = new PullEventSource(sb);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PullEventSource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] value = new PullEventSource(sb);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] PullEventSource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] static NodeInfo wrap(Node node, Configuration config) {
[ERROR] ^^^^^^^^
[ERROR] NodeInfo cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] static NodeInfo wrap(Node node, Configuration config) {
[ERROR] ^^^^^^^^^^^^^
[ERROR] Configuration cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] return docWrapper.wrap(node);
[ERROR] ^^^^
[ERROR] The method wrap(Node) from the type DocumentWrapper refers to the missing type
NodeInfo
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.om.NodeInfo;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import net.sf.saxon.om cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.query.QueryResult;
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The import net.sf.saxon.query cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.trans.XPathException;
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The import net.sf.saxon.trans cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] private final class XMLQueryRowProcessor implements RowProcessor {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The type Evaluator.XMLQueryRowProcessor must implement the inherited abstract
method SaxonXQueryExpression.RowProcessor.processRow(NodeInfo)
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] public void processRow(NodeInfo row) {
[ERROR] ^^^^^^^^
[ERROR] NodeInfo cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] QueryResult.serialize(row, result,
SaxonXQueryExpression.DEFAULT_OUTPUT_PROPERTIES);
[ERROR] ^^^^^^^^^^^
[ERROR] QueryResult cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] } catch (XPathException e) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] if (e.getCause() instanceof XPathException) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Incompatible conditional operand types Throwable and XPathException
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] if (e.getCause() instanceof XPathException) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] throw (XPathException)e.getCause();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] return xmlQuery.getXQueryExpression().createXMLType(result.iter,
this.context.getBufferManager(), emptyOnEmpty);
[ERROR] ^^^^^^^^^^^
[ERROR] SequenceIterator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] } catch (XPathException e) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR] 542 problems (542 errors)
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.18.0:compile
(default-compile) on project org.teiid.core.designer: Compilation failure: Compilation
failure:
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.om.Item;
[ERROR] ^^^
[ERROR] The import net cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.sxpath.XPathEvaluator;
[ERROR] ^^^
[ERROR] The import net cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.sxpath.XPathExpression;
[ERROR] ^^^
[ERROR] The import net cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] import net.sf.saxon.trans.XPathException;
[ERROR] ^^^
[ERROR] The import net cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] public static String getSingleMatchAsString(Reader documentReader, String xpath)
throws XPathException, IOException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] Object o = getSingleMatch(documentReader, xpath);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getSingleMatch(Reader, String) from the type XPathHelper refers to the
missing type XPathException
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] if(o instanceof Item) {
[ERROR] ^^^^
[ERROR] Item cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] return ((Item)o).getStringValue();
[ERROR] ^^^^^^^^^
[ERROR] Item cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] return ((Item)o).getStringValue();
[ERROR] ^^^^
[ERROR] Item cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] public static Object getSingleMatch(Reader documentReader, String xpath) throws
XPathException, IOException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] XPathEvaluator eval = new XPathEvaluator();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathEvaluator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] XPathEvaluator eval = new XPathEvaluator();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathEvaluator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] XPathExpression expr = eval.createExpression(xpath);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] XPathExpression cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] public static void validateXpath(String xpath) throws XPathException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] XPathEvaluator eval = new XPathEvaluator();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathEvaluator cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...
[ERROR] XPathEvaluator eval = new XPathEvaluator();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] XPathEvaluator cannot be resolved to a type
[ERROR] 16 problems (16 errors)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.teiid.7.7.x
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :29
Killing Xvnc process ID 7270
Archiving artifacts
Recording test results