See <
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/437/chan...
Changes:
[lhein] upgrade to camel 2.15.1, split model.xml into 4 separate model files and models
------------------------------------------
[...truncated 41345 lines...]
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] List<CamelEndpointFactoryBean> endpoints = contextElement.getEndpoints();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelEndpointFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] List<CamelEndpointFactoryBean> endpoints = contextElement.getEndpoints();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] for (CamelEndpointFactoryBean cefb : endpoints) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelEndpointFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.CamelContext;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.model.Constants;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.model.ModelCamelContext;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.model.RouteDefinition;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.model.RoutesDefinition;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.spring.CamelContextFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.spring.CamelEndpointFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] import org.apache.camel.spring.CamelRouteContextFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] private ClassLoader classLoader = CamelContextFactoryBean.class.getClassLoader();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] String packageName = Constants.JAXB_CONTEXT_PACKAGES +
":org.apache.camel.spring";
[ERROR] ^^^^^^^^^
[ERROR] Constants cannot be resolved to a variable
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] CamelContextFactoryBean sc;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] if (object instanceof CamelContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc = (CamelContextFactoryBean) object;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] } else if (object instanceof RoutesDefinition) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((RoutesDefinition) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((RoutesDefinition) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((RoutesDefinition) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((RoutesDefinition) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] } else if (object instanceof CamelRouteContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] } else if (object instanceof
org.apache.camel.blueprint.CamelRouteContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] org.apache.camel cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((org.apache.camel.blueprint.CamelRouteContextFactoryBean)
object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc.setRoutes(((org.apache.camel.blueprint.CamelRouteContextFactoryBean)
object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] org.apache.camel cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] return new XmlModel(new CamelContextFactoryBean(), doc, beans, null,
CamelNamespaces.springNS, false, false);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void marshal(File file, final CamelContextFactoryBean context) throws
Exception {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void marshal(File file, final CamelContext context) throws Exception {
[ERROR] ^^^^^^^^^^^^
[ERROR] CamelContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] copyRoutesToElement(context, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type
CamelContextFactoryBean
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void copyRoutesToElement(List<RouteDefinition> routeDefinitionList,
CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void copyRoutesToElement(List<RouteDefinition> routeDefinitionList,
CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] List<RouteDefinition> routes = contextElement.getRoutes();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void copyRoutesToElement(CamelContext context, CamelContextFactoryBean
contextElement) {
[ERROR] ^^^^^^^^^^^^
[ERROR] CamelContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void copyRoutesToElement(CamelContext context, CamelContextFactoryBean
contextElement) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] if (context instanceof ModelCamelContext) {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] copyRoutesToElement(((ModelCamelContext)context).getRouteDefinitions(),
contextElement);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] copyRoutesToElement(((ModelCamelContext)context).getRouteDefinitions(),
contextElement);
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] public void marshal(File file, final List<RouteDefinition>
routeDefinitionList) throws Exception {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] copyRoutesToElement(routeDefinitionList, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type
CamelContextFactoryBean
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] final List<RouteDefinition> routeDefinitionList,
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] final CamelContextFactoryBean camelContext) throws Exception {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] copyRoutesToElement(routeDefinitionList, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type
CamelContextFactoryBean
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] model.getContextElement().setDataFormats(camelContext.getDataFormats());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type
CamelContextFactoryBean
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] setEndpoints(model.getContextElement(), camelContext.getEndpoints());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type
CamelContextFactoryBean
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] private void setEndpoints(CamelContextFactoryBean context,
List<CamelEndpointFactoryBean> endpoints) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...
[ERROR] private void setEndpoints(CamelContextFactoryBean context,
List<CamelEndpointFactoryBean> endpoints) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelEndpointFactoryBean cannot be resolved to a type
[ERROR] 106 problems (106 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.fusesource.ide.commons
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :81
Killing Xvnc process ID 4802
Archiving artifacts