Re: about cxf-2.0-incubator-RC-src

2007-05-14 Thread Feng Zhang
not bugging you too much :-). Sincerely Feng On 5/11/07, Feng Zhang [EMAIL PROTECTED] wrote: James: Thanks for the reply. I downloaded jdk_1.5.0_11, and the build passes, with minor test error below: (mvn install) Anyway, I am happy to move forward. Thanks again Feng

wsdl2java tool

2007-05-15 Thread Feng Zhang
Dear CXF team: I was following http://cwiki.apache.org/CXF20DOC/developing-a-service.html to generate service classes using wsdl2java -ant -impl -server -d *outputDir* myService.wsdl, I specified the outputDir and myService.wsdl accordingly, but could not get anything generated. Is there any

helloworld simpleType restriction not working

2007-05-24 Thread Feng Zhang
To whom it may concern: This might not be a CXF specific question. But as I tried the CXF helloworld example using soapUI to test the greetMe operation, I found out that when the GreetMe request length exceeds the restriction maxlength=30, nothing happened, the response was totally normal as if

helloworld sample simpleType restriction not working

2007-05-24 Thread Feng Zhang
Dear CXF team: After investigating, I think this is a bug. For the CXF helloworld example, there is a restiction on greetMe request type of maxlength=30 in the helloworld wsdl file, after wsdl2java, this restriction is not translated into java code or any mechanism to enforce it. So when I