You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Rick McGuire <ri...@gmail.com> on 2007/04/11 13:17:08 UTC

CXF build problem on trunk

Rebuilding trunk from a fresh checkout with a clean M2 repository, I get 
the following errors:

|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37] cannot find symbol|
|symbol  : class AbstractHTTPTransportFactory|
|location: package org.apache.cxf.transport.http|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48] cannot find symbol|
|symbol: class AbstractHTTPTransportFactory|
|public class GeronimoDestinationFactory extends AbstractHTTPTransportFactory {|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15] cannot find symbol|
|symbol  : method setTransportIds(java.util.List)|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33] registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory) in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33] registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory) in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33] registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory) in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33] registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory) in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33] registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory) in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20] cannot find symbol|
|symbol  : method getEnableSchemaValidation()|
|location: interface org.apache.cxf.endpoint.Endpoint|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33] cannot find symbol|
|symbol  : method getEnableSchemaValidation()|
|location: interface org.apache.cxf.endpoint.Endpoint|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27] cannot find symbol|
|symbol  : method getEnableSchemaValidationForAllPort()|
|location: interface org.apache.cxf.service.Service|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15] getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot override getWsdlURL() in org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting to use incompatible return type|
|found   : java.net.URL|
|required: java.lang.String|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27] cannot find symbol|
|symbol  : method getEnableSchemaValidationForAllPort()|
|location: interface org.apache.cxf.service.Service|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8] cannot find symbol|
|symbol  : method setBus(org.apache.cxf.Bus)|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66] cannot find symbol|
|symbol  : method getBus()|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42] internal error; cannot instantiate org.apache.geronimo.cxf.GeronimoDestination.<init> at org.apache.geronimo.cxf.GeronimoDestination to ()|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[38,8] cannot find symbol|
|symbol  : method configure(org.apache.geronimo.cxf.GeronimoDestination)|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
| |
|[INFO] ------------------------------------------------------------------------|
|[INFO] For more information, run Maven with the -e switch|
|[INFO] ------------------------------------------------------------------------|
|[INFO] Total time: 3 minutes 42 seconds|
|[INFO] Finished at: Wed Apr 11 07:09:48 EDT 2007|
|[INFO] Final Memory: 101M/254M|
|[INFO] ------------------------------------------------------------------------|


Re: CXF build problem on trunk

Posted by Jeff Genender <jg...@apache.org>.
I fixed it AFAICT so you should update now.  Hopefully I didn't break
anything ;-)

Jeff

Rick McGuire wrote:
> Rebuilding trunk from a fresh checkout with a clean M2 repository, I get
> the following errors:
> 
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37]
> cannot find symbol|
> |symbol  : class AbstractHTTPTransportFactory|
> |location: package org.apache.cxf.transport.http|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48]
> cannot find symbol|
> |symbol: class AbstractHTTPTransportFactory|
> |public class GeronimoDestinationFactory extends
> AbstractHTTPTransportFactory {|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15]
> cannot find symbol|
> |symbol  : method setTransportIds(java.util.List)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidation()|
> |location: interface org.apache.cxf.endpoint.Endpoint|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidation()|
> |location: interface org.apache.cxf.endpoint.Endpoint|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidationForAllPort()|
> |location: interface org.apache.cxf.service.Service|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15]
> getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot
> override getWsdlURL() in
> org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting
> to use incompatible return type|
> |found   : java.net.URL|
> |required: java.lang.String|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidationForAllPort()|
> |location: interface org.apache.cxf.service.Service|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8]
> cannot find symbol|
> |symbol  : method setBus(org.apache.cxf.Bus)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66]
> cannot find symbol|
> |symbol  : method getBus()|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42]
> internal error; cannot instantiate
> org.apache.geronimo.cxf.GeronimoDestination.<init> at
> org.apache.geronimo.cxf.GeronimoDestination to ()|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[38,8]
> cannot find symbol|
> |symbol  : method configure(org.apache.geronimo.cxf.GeronimoDestination)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> | |
> |[INFO]
> ------------------------------------------------------------------------|
> |[INFO] For more information, run Maven with the -e switch|
> |[INFO]
> ------------------------------------------------------------------------|
> |[INFO] Total time: 3 minutes 42 seconds|
> |[INFO] Finished at: Wed Apr 11 07:09:48 EDT 2007|
> |[INFO] Final Memory: 101M/254M|
> |[INFO]
> ------------------------------------------------------------------------|

Re: CXF build problem on trunk

Posted by Jeff Genender <jg...@apache.org>.
They just pushed some snaps so I think we need to make a few fixes.

Jeff

Rick McGuire wrote:
> Rebuilding trunk from a fresh checkout with a clean M2 repository, I get
> the following errors:
> 
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37]
> cannot find symbol|
> |symbol  : class AbstractHTTPTransportFactory|
> |location: package org.apache.cxf.transport.http|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48]
> cannot find symbol|
> |symbol: class AbstractHTTPTransportFactory|
> |public class GeronimoDestinationFactory extends
> AbstractHTTPTransportFactory {|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15]
> cannot find symbol|
> |symbol  : method setTransportIds(java.util.List)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33]
> registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
> in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
> to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidation()|
> |location: interface org.apache.cxf.endpoint.Endpoint|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidation()|
> |location: interface org.apache.cxf.endpoint.Endpoint|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidationForAllPort()|
> |location: interface org.apache.cxf.service.Service|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15]
> getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot
> override getWsdlURL() in
> org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting
> to use incompatible return type|
> |found   : java.net.URL|
> |required: java.lang.String|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27]
> cannot find symbol|
> |symbol  : method getEnableSchemaValidationForAllPort()|
> |location: interface org.apache.cxf.service.Service|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8]
> cannot find symbol|
> |symbol  : method setBus(org.apache.cxf.Bus)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66]
> cannot find symbol|
> |symbol  : method getBus()|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42]
> internal error; cannot instantiate
> org.apache.geronimo.cxf.GeronimoDestination.<init> at
> org.apache.geronimo.cxf.GeronimoDestination to ()|
> | |
> |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[38,8]
> cannot find symbol|
> |symbol  : method configure(org.apache.geronimo.cxf.GeronimoDestination)|
> |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
> | |
> | |
> |[INFO]
> ------------------------------------------------------------------------|
> |[INFO] For more information, run Maven with the -e switch|
> |[INFO]
> ------------------------------------------------------------------------|
> |[INFO] Total time: 3 minutes 42 seconds|
> |[INFO] Finished at: Wed Apr 11 07:09:48 EDT 2007|
> |[INFO] Final Memory: 101M/254M|
> |[INFO]
> ------------------------------------------------------------------------|