Wait till the next build or too, there are three tests that seem to have a problem on the cruisecontrol machine, but are very hard for me to reproduce on mine to try and debug. There is probably some threading thing going on that pops up on that box that doesn't happen on mine. (My machine has a much faster processor.)
org.apache.cxf.systest.ws.rm.ServerPersistenceTest org.apache.cxf.systest.ws.rm.SequenceTest org.apache.cxf.systest.ws.addressing.MAPTest If cruisecontrol reports one of those failing, definitely wait for the next build and see what it says. One of these days, I'll completely commendeer the box for a day and see if I can reproduce them reliably enough there to debug them. Unfortunately, there are SEVERAL projects running in the cruisecontrol instance so shutting down is a big deal. :-( Dan On Sunday 24 February 2008, Glen Mazza wrote: > According to Cruise Control, this may have broken the build...but I > can't see why--The tests aren't trapping any of these specific text > messages, and the test that failed: > org.apache.cxf.systest.ws.rm.ServerPersistenceTest, has little > relation to WSDL2Java anyway. > > Glen > > Am Sonntag, den 24.02.2008, 15:45 +0000 schrieb [EMAIL PROTECTED]: > > Author: gmazza > > Date: Sun Feb 24 07:45:26 2008 > > New Revision: 630628 > > > > URL: http://svn.apache.org/viewvc?rev=630628&view=rev > > Log: > > Error message cleanup. > > > > Modified: > > > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/Messages.properties > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/WSDLToJava.java > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/core/Messages.properties > > > > Modified: > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/Messages.properties URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/s > >rc/main/java/org/apache/cxf/tools/wsdlto/Messages.properties?rev=6306 > >28&r1=630627&r2=630628&view=diff > > ==================================================================== > >========== --- > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/Messages.properties (original) +++ > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/Messages.properties Sun Feb 24 07:45:26 2008 @@ -18,17 > > +18,11 @@ > > # under the License. > > # > > # > > -DIRECTORY_NOT_EXIST = Directory : {0} does not exist > > -NOT_A_DIRECTORY = {0} is not a directory > > -FILE_NOT_EXIST = File does not exist : {0} > > -NOT_A_FILE = {0} is not a file > > +DIRECTORY_NOT_EXIST = Directory: {0} does not exist > > PARAMETER_MISSING = Required parameter is missing > > -SERVICE_NOT_FOUND = No service was found in wsdl : {0} > > - > > +SERVICE_NOT_FOUND = No service was found in wsdl: {0} > > > > FOUND_NO_DATABINDING = Can not find databinding > > FOUND_NO_FRONTEND = Can not find frontend > > > > NO_WSDL_URL = WSDL URL can not be null > > - > > -LOAD_CATALOG_ERROR = Can not load the catalog file {0} > > \ No newline at end of file > > > > Modified: > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/WSDLToJava.java URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/s > >rc/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java?rev=630628&r > >1=630627&r2=630628&view=diff > > ==================================================================== > >========== --- > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/WSDLToJava.java (original) +++ > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/WSDLToJava.java Sun Feb 24 07:45:26 2008 @@ -172,7 +172,7 > > @@ > > > > } catch (ToolException ex) { > > System.err.println(); > > - System.err.println("WSDLToJava Error : " + > > ex.getMessage()); + System.err.println("WSDLToJava Error: > > " + ex.getMessage()); System.err.println(); > > if (w2j.isVerbose()) { > > ex.printStackTrace(); > > @@ -181,7 +181,7 @@ > > System.exit(1); > > } > > } catch (Exception ex) { > > - System.err.println("WSDLToJava Error : " + > > ex.getMessage()); + System.err.println("WSDLToJava Error: > > " + ex.getMessage()); System.err.println(); > > if (w2j.isVerbose()) { > > ex.printStackTrace(); > > > > Modified: > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/core/Messages.properties URL: > > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/s > >rc/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties?rev > >=630628&r1=630627&r2=630628&view=diff > > ==================================================================== > >========== --- > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/core/Messages.properties (original) +++ > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/t > >ools/wsdlto/core/Messages.properties Sun Feb 24 07:45:26 2008 @@ > > -24,9 +24,9 @@ > > JAXB_CONTEXT_INIT_FAIL = Tools plugin provider jaxb context init > > failed PLUGIN_MISSING = Plugin {0} missing > > PLUGIN_LOADING = Loading plugin {0} > > -FRONTEND_MISSING = Can not find {0} frontend in the system > > -DATABINDING_MISSING = Can not find {0} databinding in the system > > -LOAD_PROCESSOR_FAILED = Can not load processor {0} > > +FRONTEND_MISSING = Could not find {0} frontend within classpath > > +DATABINDING_MISSING = Could not find {0} databinding within > > classpath +LOAD_PROCESSOR_FAILED = Could not load processor {0} > > FAIL_TO_CREATE_JAVA_MODEL = Failed to create java model > > > > FOUND_FRONTENDS = Found {1} frontends in <{0}> plugin. > > @@ -36,11 +36,11 @@ > > FOUND_DATABINDINGS = Found {1} databindings in <{0}> plugin. > > LOADING_DATABINDING = Loading <{0}> databinding from <{1}> plugin. > > DATABINDING_MISSING_NAME = Databinding must have a name, can not > > load THIS databinding from <{0}> plugin. > > -LOAD_CONTAINER_CLASS_FAILED = Tools can not load the container > > class : {0} +LOAD_CONTAINER_CLASS_FAILED = Tools can not load the > > container class: {0} NO_SERVICE_IN_DEFINITION = No service was found > > in this wsdl: {0} -CAN_NOT_FIND_SERVICE = Can not find the service : > > {0} in wsdl :{1} +CAN_NOT_FIND_SERVICE = Could not find the service: > > {0} in wsdl: {1} > > > > -FOUND_NO_PLUGINS = WSDLTo tools can not find any plugins defined in > > the classpath. +FOUND_NO_PLUGINS = WSDLTo tools could not find any > > plugins defined in the classpath. LOAD_PLUGIN_EXCEPTION = > > IOException during loading plugins PLUGIN_FILE_NOT_FOUND = Plugin > > file {0} can not be found -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
