dev@glassfish.java.net

Can't build V3 trunk with JDK6 -- webservices

From: Kin-man Chung <Kin-Man.Chung_at_Sun.COM>
Date: Tue, 11 Nov 2008 12:12:09 -0800

[INFO] [hk2:hk2-compile]
[INFO] Compiling 7 source files to
/export/work/v3x/webservices/jsr109-impl/target/classes
/export/work/v3x/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WebServiceContextImpl.java:108:
cannot find symbol
symbol : method getEndpointReference(java.lang.Class,org.w3c.dom.Element[])
location: interface com.sun.xml.ws.api.server.WSWebServiceContext
         return this.jaxwsContextDelegate.getEndpointReference(clazz,
params);
                                         ^
/export/work/v3x/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WebServiceContextImpl.java:112:
cannot find symbol
symbol : method getEndpointReference(org.w3c.dom.Element[])
location: interface com.sun.xml.ws.api.server.WSWebServiceContext
         return this.jaxwsContextDelegate.getEndpointReference(params);
                                         ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Fatal error compiling

Embedded error: APT failed: 1
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 32 seconds
[INFO] Finished at: Tue Nov 11 11:31:02 PST 2008
[INFO] Final Memory: 28M/159M